diff --git a/openapi/v1.0/default.yaml b/openapi/v1.0/default.yaml index 3f4f090a..bdacb212 100644 --- a/openapi/v1.0/default.yaml +++ b/openapi/v1.0/default.yaml @@ -1504,6 +1504,87 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /admin/reportSettings: + description: Provides operations to manage the reportSettings property of the microsoft.graph.admin entity. + get: + tags: + - admin.adminReportSettings + summary: Get adminReportSettings + description: Get the tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0 + operationId: admin.GetReportSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.adminReportSettings + summary: Update adminReportSettings + description: Update tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0 + operationId: admin.UpdateReportSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.adminReportSettings + summary: Delete navigation property reportSettings for admin + operationId: admin.DeleteReportSettings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /admin/serviceAnnouncement: description: Provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity. get: @@ -7285,8 +7366,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -7665,8 +7746,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -13487,11 +13568,11 @@ paths: get: tags: - chats.conversationMember - summary: Get conversationMember - description: Retrieve a conversationMember from a chat or channel. + summary: Get conversationMember in a chat + description: Retrieve a conversationMember from a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 operationId: chats.GetMembers parameters: - name: chat-id @@ -17875,7 +17956,7 @@ paths: tags: - communications.call summary: Create call - description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.' + description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0 @@ -18531,7 +18612,7 @@ paths: tags: - communications.Actions summary: Invoke action answer - description: 'Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.' + description: 'Enable a bot to answer an incoming call. The incoming call request can be an invitation from a participant in a group call or a peer-to-peer call. If an invitation to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0 @@ -19794,10 +19875,10 @@ paths: tags: - communications.Actions summary: Invoke action invite - description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. ' + description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0 operationId: communications.calls.call.participants.invite parameters: - name: call-id @@ -21116,6 +21197,80 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communications.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -21541,6 +21696,80 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communications.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' /communications/onlineMeetings/$count: description: Provides operations to count the resources in the collection. get: @@ -21613,6 +21842,180 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/communications/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - communications.Functions + summary: Invoke function getAllRecordings + operationId: communications.onlineMeetings.getAllRecordings + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/communications/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - communications.Functions + summary: Invoke function getAllTranscripts + operationId: communications.onlineMeetings.getAllTranscripts + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore /communications/presences: description: Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity. get: @@ -26720,7 +27123,7 @@ paths: description: Read properties and relationships of the deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement parameters: - name: $select @@ -26760,7 +27163,7 @@ paths: description: Update the properties of a deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.UpdateDeviceAppManagement requestBody: description: New property values @@ -28872,11 +29275,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: List managedAppProtections - description: List properties and relationships of the managedAppProtection objects. + summary: List managedAppPolicies + description: List properties and relationships of the managedAppPolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppPolicies parameters: - $ref: '#/components/parameters/top' @@ -28950,11 +29353,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: Get targetedManagedAppProtection - description: Read properties and relationships of the targetedManagedAppProtection object. + summary: Get managedAppPolicy + description: Read properties and relationships of the managedAppPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetManagedAppPolicies parameters: - name: managedAppPolicy-id @@ -29053,7 +29456,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppPolicies.managedAppPolicy.targetApps parameters: - name: managedAppPolicy-id @@ -29105,11 +29508,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: List androidManagedAppRegistrations - description: List properties and relationships of the androidManagedAppRegistration objects. + summary: List managedAppRegistrations + description: List properties and relationships of the managedAppRegistration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppRegistrations parameters: - $ref: '#/components/parameters/top' @@ -29497,7 +29900,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.appliedPolicies.managedAppPolicy.targetApps parameters: - name: managedAppRegistration-id @@ -29774,7 +30177,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.intendedPolicies.managedAppPolicy.targetApps parameters: - name: managedAppRegistration-id @@ -30333,11 +30736,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: List iosVppEBooks - description: List properties and relationships of the iosVppEBook objects. + summary: List managedEBooks + description: List properties and relationships of the managedEBook objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedEBooks parameters: - $ref: '#/components/parameters/top' @@ -30583,11 +30986,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create iosVppEBookAssignment - description: Create a new iosVppEBookAssignment object. + summary: Create managedEBookAssignment + description: Create a new managedEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.CreateAssignments parameters: - name: managedEBook-id @@ -30619,11 +31022,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get managedEBookAssignment - description: Read properties and relationships of the managedEBookAssignment object. + summary: Get iosVppEBookAssignment + description: Read properties and relationships of the iosVppEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.GetAssignments parameters: - name: managedEBook-id @@ -32817,11 +33220,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: List managedDeviceMobileAppConfigurations - description: List properties and relationships of the managedDeviceMobileAppConfiguration objects. + summary: List iosMobileAppConfigurations + description: List properties and relationships of the iosMobileAppConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileAppConfigurations parameters: - $ref: '#/components/parameters/top' @@ -32899,11 +33302,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get iosMobileAppConfiguration - description: Read properties and relationships of the iosMobileAppConfiguration object. + summary: Get managedDeviceMobileAppConfiguration + description: Read properties and relationships of the managedDeviceMobileAppConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileAppConfigurations parameters: - name: managedDeviceMobileAppConfiguration-id @@ -34009,11 +34412,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: List managedApps - description: List properties and relationships of the managedApp objects. + summary: List windowsUniversalAppXs + description: List properties and relationships of the windowsUniversalAppX objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedapp-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileApps parameters: - $ref: '#/components/parameters/top' @@ -34063,11 +34466,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create managedAndroidLobApp - description: Create a new managedAndroidLobApp object. + summary: Create androidStoreApp + description: Create a new androidStoreApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateMobileApps requestBody: description: New navigation property @@ -34091,11 +34494,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get managedMobileLobApp - description: Read properties and relationships of the managedMobileLobApp object. + summary: Get managedAndroidLobApp + description: Read properties and relationships of the managedAndroidLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedmobilelobapp-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileApps parameters: - name: mobileApp-id @@ -34138,11 +34541,11 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update webApp - description: Update the properties of a webApp object. + summary: Update iosLobApp + description: Update the properties of a iosLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-webapp-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateMobileApps parameters: - name: mobileApp-id @@ -34168,11 +34571,11 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete win32LobApp - description: Deletes a win32LobApp. + summary: Delete windowsAppX + description: Deletes a windowsAppX. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteMobileApps parameters: - name: mobileApp-id @@ -55895,7 +56298,7 @@ paths: description: Read properties and relationships of the deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.GetDeviceManagement parameters: - name: $select @@ -55935,7 +56338,7 @@ paths: description: Update the properties of a deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.UpdateDeviceManagement requestBody: description: New property values @@ -57176,11 +57579,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: List deviceCompliancePolicies - description: List properties and relationships of the deviceCompliancePolicy objects. + summary: List androidCompliancePolicies + description: List properties and relationships of the androidCompliancePolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceCompliancePolicies parameters: - $ref: '#/components/parameters/top' @@ -57258,11 +57661,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get deviceCompliancePolicy - description: Read properties and relationships of the deviceCompliancePolicy object. + summary: Get windows10CompliancePolicy + description: Read properties and relationships of the windows10CompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -57305,11 +57708,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update windows81CompliancePolicy - description: Update the properties of a windows81CompliancePolicy object. + summary: Update macOSCompliancePolicy + description: Update the properties of a macOSCompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -57335,11 +57738,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete macOSCompliancePolicy - description: Deletes a macOSCompliancePolicy. + summary: Delete androidWorkProfileCompliancePolicy + description: Deletes a androidWorkProfileCompliancePolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -59800,11 +60203,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: List androidWorkProfileGeneralDeviceConfigurations - description: List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. + summary: List windowsDefenderAdvancedThreatProtectionConfigurations + description: List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceConfigurations parameters: - $ref: '#/components/parameters/top' @@ -59854,11 +60257,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create androidGeneralDeviceConfiguration - description: Create a new androidGeneralDeviceConfiguration object. + summary: Create windowsUpdateForBusinessConfiguration + description: Create a new windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDeviceConfigurations requestBody: description: New navigation property @@ -59882,11 +60285,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get iosCertificateProfile - description: Read properties and relationships of the iosCertificateProfile object. + summary: Get sharedPCConfiguration + description: Read properties and relationships of the sharedPCConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscertificateprofile-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -59929,11 +60332,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update iosUpdateConfiguration - description: Update the properties of a iosUpdateConfiguration object. + summary: Update windowsUpdateForBusinessConfiguration + description: Update the properties of a windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -59959,11 +60362,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete windows81GeneralConfiguration - description: Deletes a windows81GeneralConfiguration. + summary: Delete iosUpdateConfiguration + description: Deletes a iosUpdateConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81generalconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -61292,11 +61695,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: List deviceEnrollmentWindowsHelloForBusinessConfigurations - description: List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + summary: List deviceEnrollmentPlatformRestrictionsConfigurations + description: List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceEnrollmentConfigurations parameters: - $ref: '#/components/parameters/top' @@ -61374,11 +61777,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentPlatformRestrictionsConfiguration - description: Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. + summary: Get deviceEnrollmentWindowsHelloForBusinessConfiguration + description: Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceEnrollmentConfigurations parameters: - name: deviceEnrollmentConfiguration-id @@ -61451,11 +61854,11 @@ paths: delete: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Delete deviceEnrollmentLimitConfiguration - description: Deletes a deviceEnrollmentLimitConfiguration. + summary: Delete deviceEnrollmentPlatformRestrictionsConfiguration + description: Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceEnrollmentConfigurations parameters: - name: deviceEnrollmentConfiguration-id @@ -68346,11 +68749,11 @@ paths: get: tags: - deviceManagement.roleDefinition - summary: Get roleDefinition - description: Read properties and relationships of the roleDefinition object. + summary: Get deviceAndAppManagementRoleDefinition + description: Read properties and relationships of the deviceAndAppManagementRoleDefinition object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0 operationId: deviceManagement.GetRoleDefinitions parameters: - name: roleDefinition-id @@ -141914,6 +142317,837 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /employeeExperience/communities: + description: Provides operations to manage the communities property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.community + summary: List communities + description: Get a list of the Viva Engage community objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/employeeexperience-list-communities?view=graph-rest-1.0 + operationId: employeeExperience.ListCommunities + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.communityCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - employeeExperience.community + summary: Create community + description: Create a new community in Viva Engage. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/employeeexperience-post-communities?view=graph-rest-1.0 + operationId: employeeExperience.CreateCommunities + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}': + description: Provides operations to manage the communities property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.community + summary: Get community + description: Read the properties and relationships of a community object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-get?view=graph-rest-1.0 + operationId: employeeExperience.GetCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - employeeExperience.community + summary: Update community + description: Update the properties of an existing Viva Engage community. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-update?view=graph-rest-1.0 + operationId: employeeExperience.UpdateCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - employeeExperience.community + summary: Delete community + description: 'Delete a Viva Engage community along with all associated Microsoft 365 content, including the connected Microsoft 365 group, OneNote notebook, and Planner plans. For more information, see What happens if I delete a Viva Engage community connected to Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-delete?view=graph-rest-1.0 + operationId: employeeExperience.DeleteCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/group': + description: Provides operations to manage the group property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get group from employeeExperience + description: The Microsoft 365 group that manages the membership of this community. + operationId: employeeExperience.communities.GetGroup + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.group' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/group/serviceProvisioningErrors': + get: + tags: + - employeeExperience.community + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: employeeExperience.communities.group.ListServiceProvisioningErrors + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/employeeExperience/communities/{community-id}/group/serviceProvisioningErrors/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.group.ServiceProvisioningErrors.GetCount-d8ef + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/employeeExperience/communities/{community-id}/owners': + description: Provides operations to manage the owners property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get owners from employeeExperience + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + operationId: employeeExperience.communities.ListOwners + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.userCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/owners/{user-id}': + description: Provides operations to manage the owners property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get owners from employeeExperience + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + operationId: employeeExperience.communities.GetOwners + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/owners/{user-id}/mailboxSettings': + get: + tags: + - employeeExperience.community + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: employeeExperience.communities.owners.GetMailboxSettings + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + patch: + tags: + - employeeExperience.community + summary: Update property mailboxSettings value. + operationId: employeeExperience.communities.owners.UpdateMailboxSettings + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/employeeExperience/communities/{community-id}/owners/{user-id}/serviceProvisioningErrors': + get: + tags: + - employeeExperience.community + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: employeeExperience.communities.owners.ListServiceProvisioningErrors + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/employeeExperience/communities/{community-id}/owners/{user-id}/serviceProvisioningErrors/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.owners.ServiceProvisioningErrors.GetCount-6b17 + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/employeeExperience/communities/{community-id}/owners/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.owners.GetCount-1d4e + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /employeeExperience/communities/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.GetCount-6b75 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /employeeExperience/engagementAsyncOperations: + description: Provides operations to manage the engagementAsyncOperations property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.engagementAsyncOperation + summary: Get engagementAsyncOperation + description: Get an engagementAsyncOperation to track a long-running operation request. + operationId: employeeExperience.ListEngagementAsyncOperations + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.engagementAsyncOperationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - employeeExperience.engagementAsyncOperation + summary: Create new navigation property to engagementAsyncOperations for employeeExperience + operationId: employeeExperience.CreateEngagementAsyncOperations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/engagementAsyncOperations/{engagementAsyncOperation-id}': + description: Provides operations to manage the engagementAsyncOperations property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.engagementAsyncOperation + summary: Get engagementAsyncOperation + description: Get an engagementAsyncOperation to track a long-running operation request. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/engagementasyncoperation-get?view=graph-rest-1.0 + operationId: employeeExperience.GetEngagementAsyncOperations + parameters: + - name: engagementAsyncOperation-id + in: path + description: The unique identifier of engagementAsyncOperation + required: true + schema: + type: string + x-ms-docs-key-type: engagementAsyncOperation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - employeeExperience.engagementAsyncOperation + summary: Update the navigation property engagementAsyncOperations in employeeExperience + operationId: employeeExperience.UpdateEngagementAsyncOperations + parameters: + - name: engagementAsyncOperation-id + in: path + description: The unique identifier of engagementAsyncOperation + required: true + schema: + type: string + x-ms-docs-key-type: engagementAsyncOperation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - employeeExperience.engagementAsyncOperation + summary: Delete navigation property engagementAsyncOperations for employeeExperience + operationId: employeeExperience.DeleteEngagementAsyncOperations + parameters: + - name: engagementAsyncOperation-id + in: path + description: The unique identifier of engagementAsyncOperation + required: true + schema: + type: string + x-ms-docs-key-type: engagementAsyncOperation + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /employeeExperience/engagementAsyncOperations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.engagementAsyncOperation + summary: Get the number of the resource + operationId: employeeExperience.engagementAsyncOperations.GetCount-6cef + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /employeeExperience/learningCourseActivities: description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. get: @@ -155197,7 +156431,7 @@ paths: description: Delete conversation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0 operationId: groups.DeleteConversations parameters: - name: group-id @@ -155480,10 +156714,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.conversations.conversation.threads.conversationThread.reply parameters: - name: group-id @@ -281163,11 +282397,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversationThread + summary: Delete conversation thread description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 operationId: groups.DeleteThreads parameters: - name: group-id @@ -281201,10 +282435,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.threads.conversationThread.reply parameters: - name: group-id @@ -281248,11 +282482,11 @@ paths: get: tags: - groups.conversationThread - summary: Get post - description: "Get the properties and relationships of a post in a specified thread. You can specify both the parent \nconversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance." + summary: List posts + description: "Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,\nyou can specify the thread without referencing the parent conversation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0 operationId: groups.threads.ListPosts parameters: - name: group-id @@ -287301,7 +288535,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Add attribute (to user flow) - description: 'Add an attribute to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. Prerequisite: PATCH the user flow with the updated onAttributeCollection event that includes the new attribute.' + description: 'Add an attribute to an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. The attribute is added to both the attributeCollection> attributes and attributeCollection> attributeCollectionPage > views collections on the user flow. In the views collection, the attribute is assigned the default settings. You can PATCH the user flow to customize the settings of the attribute on the views object, for example, marking it as required or updating the allowed input types.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0 @@ -291224,11 +292458,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get countryNamedLocation - description: Retrieve the properties and relationships of a countryNamedLocation object. + summary: Get namedLocation + description: Retrieve the properties and relationships of a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0 operationId: identity.conditionalAccess.GetNamedLocations parameters: - name: namedLocation-id @@ -291271,11 +292505,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update countryNamedLocation - description: Update the properties of a countryNamedLocation object. + summary: Update ipNamedlocation + description: Update the properties of an ipNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0 operationId: identity.conditionalAccess.UpdateNamedLocations parameters: - name: namedLocation-id @@ -291301,11 +292535,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete countryNamedLocation - description: Delete a countryNamedLocation object. + summary: Delete namedLocation + description: Delete a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess.DeleteNamedLocations parameters: - name: namedLocation-id @@ -297836,11 +299070,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackage - description: Retrieve the properties and relationships of an accessPackage object. + summary: List resourceRoleScopes + description: Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetAccessPackages parameters: - name: accessPackage-id @@ -304333,7 +305567,7 @@ paths: tags: - identityGovernance.Actions summary: Invoke action resume - description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' + description: 'Resume a user''s access package request after waiting for a callback from a custom extension. In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It''s performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0 @@ -305559,11 +306793,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentRequestWorkflowExtension - description: Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + summary: Get accessPackageAssignmentWorkflowExtension + description: Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.GetCustomWorkflowExtensions parameters: - name: accessPackageCatalog-id @@ -305650,11 +306884,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete accessPackageAssignmentWorkflowExtension - description: 'Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' + summary: Delete accessPackageAssignmentRequestWorkflowExtension + description: 'Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.DeleteCustomWorkflowExtensions parameters: - name: accessPackageCatalog-id @@ -337819,17 +339053,14 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /identityGovernance/lifecycleWorkflows/settings: - description: Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + /identityGovernance/lifecycleWorkflows/insights: + description: Provides operations to manage the insights property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get lifecycleManagementSettings - description: Read the properties and relationships of a lifecycleManagementSettings object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.GetSettings + summary: Get insights from identityGovernance + description: The insight container holding workflow insight summaries for a tenant. + operationId: identityGovernance.lifecycleWorkflows.GetInsights parameters: - name: $select in: query @@ -337857,25 +339088,21 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Update lifecycleManagementSettings - description: Update the properties of a lifecycleManagementSettings object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.UpdateSettings + summary: Update the navigation property insights in identityGovernance + operationId: identityGovernance.lifecycleWorkflows.UpdateInsights requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' required: true responses: '204': @@ -337883,153 +339110,424 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /identityGovernance/lifecycleWorkflows/taskDefinitions: - description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. - get: + delete: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskDefinitions - description: Get a list of the taskDefinition objects and their properties. + summary: Delete navigation property insights for identityGovernance + operationId: identityGovernance.lifecycleWorkflows.DeleteInsights + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the topTasksProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function topTasksProcessedSummary + description: 'Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.ListTaskDefinitions + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.topTasksProcessedSummary parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topTasksInsightsSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the topWorkflowsProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function topWorkflowsProcessedSummary + description: 'Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.topWorkflowsProcessedSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true schema: - uniqueItems: true - type: array - items: - type: string + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' responses: '200': - $ref: '#/components/responses/microsoft.graph.identityGovernance.taskDefinitionCollectionResponse' + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topWorkflowsInsightsSummary' default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - '/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}': - description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the workflowsProcessedByCategory method. get: tags: - - identityGovernance.lifecycleWorkflowsContainer - summary: Get taskDefinition - description: Read the details of a built-in workflow task. + - identityGovernance.Functions + summary: Invoke function workflowsProcessedByCategory + description: 'Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.GetTaskDefinitions + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.workflowsProcessedByCategory parameters: - - name: taskDefinition-id + - name: startDateTime in: path - description: The unique identifier of taskDefinition + description: 'Usage: startDateTime={startDateTime}' required: true schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - x-ms-docs-key-type: taskDefinition - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true schema: - uniqueItems: true - type: array - items: - type: string + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time responses: '200': - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsByCategory' + - type: object + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /identityGovernance/lifecycleWorkflows/taskDefinitions/$count: - description: Provides operations to count the resources in the collection. + x-ms-docs-operation-type: function + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the workflowsProcessedSummary method. get: tags: - - identityGovernance.lifecycleWorkflowsContainer - summary: Get the number of the resource - operationId: identityGovernance.lifecycleWorkflows.taskDefinitions.GetCount-36f9 + - identityGovernance.Functions + summary: Invoke function workflowsProcessedSummary + description: 'Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.workflowsProcessedSummary parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time responses: '200': - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsSummary' + - type: object + nullable: true default: $ref: '#/components/responses/error' - /identityGovernance/lifecycleWorkflows/workflows: - description: Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + x-ms-docs-operation-type: function + /identityGovernance/lifecycleWorkflows/settings: + description: Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List workflows - description: Get a list of workflow resources that are associated with lifecycle workflows. + summary: Get lifecycleManagementSettings + description: Read the properties and relationships of a lifecycleManagementSettings object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.ListWorkflows + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.GetSettings parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Update lifecycleManagementSettings + description: Update the properties of a lifecycleManagementSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.UpdateSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /identityGovernance/lifecycleWorkflows/taskDefinitions: + description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: List taskDefinitions + description: Get a list of the taskDefinition objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.ListTaskDefinitions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.identityGovernance.taskDefinitionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}': + description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get taskDefinition + description: Read the details of a built-in workflow task. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.GetTaskDefinitions + parameters: + - name: taskDefinition-id + in: path + description: The unique identifier of taskDefinition + required: true + schema: + type: string + x-ms-docs-key-type: taskDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /identityGovernance/lifecycleWorkflows/taskDefinitions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get the number of the resource + operationId: identityGovernance.lifecycleWorkflows.taskDefinitions.GetCount-36f9 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /identityGovernance/lifecycleWorkflows/workflows: + description: Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: List workflows + description: Get a list of workflow resources that are associated with lifecycle workflows. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.ListWorkflows + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -354601,11 +356099,11 @@ paths: patch: tags: - me.userActivity - summary: Create or replace an activityHistoryItem - description: Create a new or replace an existing history item for an existing user activity. + summary: Delete an activityHistoryItem + description: Delete an existing history item for an existing user activity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 operationId: me.activities.UpdateHistoryItems parameters: - name: userActivity-id @@ -359468,6 +360966,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/calendarView/{event-id}/microsoft.graph.accept': @@ -359997,6 +361497,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/calendar/events: @@ -362231,6 +363733,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/events/{event-id}/microsoft.graph.accept': @@ -362748,6 +364252,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -366264,6 +367770,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': @@ -366907,6 +368415,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events': @@ -369727,6 +371237,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': @@ -370370,6 +371882,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -373412,6 +374926,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': @@ -373992,6 +375508,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/events': @@ -376522,6 +378040,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': @@ -377102,6 +378622,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -379419,6 +380941,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarView/{event-id}/microsoft.graph.accept': @@ -379948,6 +381472,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/chats: @@ -382724,6 +384250,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/chats/{chat-id}/messages/$count': @@ -382862,6 +384390,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/chats/{chat-id}/microsoft.graph.hideForUser': @@ -385640,6 +387170,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/contactFolders/{contactFolder-id}/childFolders/$count': @@ -385778,6 +387310,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/contactFolders/{contactFolder-id}/contacts': @@ -386598,6 +388132,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/contactFolders/$count: @@ -386722,6 +388258,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/contacts: @@ -387422,6 +388960,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/createdObjects: @@ -393915,6 +395455,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')': @@ -394041,6 +395583,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels': @@ -400975,6 +402519,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')': @@ -401094,6 +402640,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/list/lastModifiedByUser': @@ -405973,6 +407521,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')': @@ -406092,6 +407642,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels': @@ -410728,6 +412280,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/events/{event-id}/microsoft.graph.accept': @@ -411245,6 +412799,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/extensions: @@ -415840,6 +417396,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': @@ -415992,6 +417550,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.archive': @@ -421385,6 +422945,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/primaryChannel/messages/$count': @@ -421523,6 +423085,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/primaryChannel/microsoft.graph.archive': @@ -425723,11 +427287,11 @@ paths: patch: tags: - me.mailFolder - summary: Update mailSearchFolder - description: Update the writable properties of a mailSearchFolder object. + summary: Update mailfolder + description: Update the properties of mailfolder object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailsearchfolder-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0 operationId: me.UpdateMailFolders parameters: - name: mailFolder-id @@ -428025,6 +429589,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.copy': @@ -428278,6 +429844,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/messageRules': @@ -430072,6 +431640,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/microsoft.graph.copy': @@ -430297,6 +431867,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/managedAppRegistrations: @@ -433053,11 +434625,11 @@ paths: get: tags: - me.message - summary: Get eventMessage - description: 'Get the properties and relationships of the eventMessage object. Apply the $expand parameter on the event navigation property to get the associated event in an attendee''s calendar. Currently, this operation returns event message bodies in only HTML format.' + summary: Get open extension + description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: me.GetMessages parameters: - name: message-id @@ -433252,10 +434824,10 @@ paths: tags: - me.message summary: List attachments - description: Retrieve a list of attachment objects. + description: Retrieve a list of attachment objects attached to a message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 operationId: me.messages.ListAttachments parameters: - name: message-id @@ -434333,6 +435905,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/microsoft.graph.assignLicense: @@ -434360,7 +435934,7 @@ paths: tags: - me.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 @@ -443337,6 +444911,120 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.Functions + summary: Invoke function delta + operationId: me.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/calendarView/microsoft.graph.delta() + - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/events/microsoft.graph.delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendarView/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - /me/contactFolders/microsoft.graph.delta() + - /me/contacts/microsoft.graph.delta() + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/root/microsoft.graph.delta()' + - '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/me/events/{event-id}/instances/microsoft.graph.delta()' + - /me/events/microsoft.graph.delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - /me/mailFolders/microsoft.graph.delta() + - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - /me/todo/lists/microsoft.graph.delta() '/me/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -443765,6 +445453,120 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.Functions + summary: Invoke function delta + operationId: me.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/calendarView/microsoft.graph.delta() + - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/events/microsoft.graph.delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendarView/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - /me/contactFolders/microsoft.graph.delta() + - /me/contacts/microsoft.graph.delta() + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/root/microsoft.graph.delta()' + - '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/me/events/{event-id}/instances/microsoft.graph.delta()' + - /me/events/microsoft.graph.delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - /me/mailFolders/microsoft.graph.delta() + - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - /me/todo/lists/microsoft.graph.delta() /me/onlineMeetings/$count: description: Provides operations to count the resources in the collection. get: @@ -443837,6 +445639,180 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/me/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - me.Functions + summary: Invoke function getAllRecordings + operationId: me.onlineMeetings.getAllRecordings + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/me/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - me.Functions + summary: Invoke function getAllTranscripts + operationId: me.onlineMeetings.getAllTranscripts + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore /me/outlook: description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: @@ -454054,6 +456030,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/todo/lists/$count: description: Provides operations to count the resources in the collection. @@ -454178,6 +456156,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' /me/transitiveMemberOf: description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.user entity. @@ -455010,10 +456990,10 @@ paths: tags: - organization.organization summary: List organizations - description: Retrieve a list of organization objects. There's only one organization object in the collection. + description: List properties and relationships of the organization objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0 operationId: organization.organization.ListOrganization parameters: - $ref: '#/components/parameters/top' @@ -455088,10 +457068,10 @@ paths: tags: - organization.organization summary: Get organization - description: Read properties and relationships of the organization object. + description: 'Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0 operationId: organization.organization.GetOrganization parameters: - name: organization-id @@ -456293,11 +458273,11 @@ paths: get: tags: - organization.organizationalBranding - summary: Get organizationalBrandingLocalization - description: 'Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.' + summary: Get organizationalBranding + description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization.branding.GetLocalizationsBannerLogo parameters: - name: organization-id @@ -517218,499 +519198,493 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. + summary: Get owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' + operationId: servicePrincipals.ListOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref': + description: Provides operations to manage the collection of servicePrincipal entities. + delete: + tags: + - servicePrincipals.directoryObject + summary: Remove service principal owner + description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 - operationId: servicePrincipals.ListOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref': - description: Provides operations to manage the collection of servicePrincipal entities. - delete: - tags: - - servicePrincipals.directoryObject - summary: Remove service principal owner - description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 - operationId: servicePrincipals.owners.DeleteRefDirectoryObject - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.appRoleAssignment': - description: Casts the previous resource to appRoleAssignment. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment - operationId: servicePrincipals.GetOwners.AsAppRoleAssignment - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.endpoint': - description: Casts the previous resource to endpoint. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint - operationId: servicePrincipals.GetOwners.AsEndpoint - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.endpoint' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.servicePrincipal': - description: Casts the previous resource to servicePrincipal. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal - operationId: servicePrincipals.GetOwners.AsServicePrincipal - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.user': - description: Casts the previous resource to user. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user - operationId: servicePrincipals.GetOwners.AsUser - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the number of the resource - operationId: servicePrincipals.owners.GetCount-ec9a - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/$ref': - description: Provides operations to manage the collection of servicePrincipal entities. - get: - tags: - - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 - operationId: servicePrincipals.ListRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - $ref: '#/components/responses/StringCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - servicePrincipals.directoryObject - summary: 'servicePrincipal: Add owner' - description: 'Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0 - operationId: servicePrincipals.CreateRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - requestBody: - $ref: '#/components/requestBodies/refPostBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - servicePrincipals.directoryObject - summary: Remove service principal owner - description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 - operationId: servicePrincipals.DeleteRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: If-Match - in: header - description: ETag - schema: - type: string - - name: '@id' - in: query - description: The delete Uri - required: true - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/servicePrincipals/{servicePrincipal-id}/owners/microsoft.graph.appRoleAssignment': - description: Casts the previous resource to appRoleAssignment. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection - operationId: servicePrincipals.ListOwners.AsAppRoleAssignment + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 + operationId: servicePrincipals.owners.DeleteRefDirectoryObject + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.appRoleAssignment': + description: Casts the previous resource to appRoleAssignment. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment + operationId: servicePrincipals.GetOwners.AsAppRoleAssignment + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.endpoint': + description: Casts the previous resource to endpoint. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint + operationId: servicePrincipals.GetOwners.AsEndpoint + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.endpoint' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.servicePrincipal': + description: Casts the previous resource to servicePrincipal. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal + operationId: servicePrincipals.GetOwners.AsServicePrincipal + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.user': + description: Casts the previous resource to user. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user + operationId: servicePrincipals.GetOwners.AsUser + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the number of the resource + operationId: servicePrincipals.owners.GetCount-ec9a + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/$ref': + description: Provides operations to manage the collection of servicePrincipal entities. + get: + tags: + - servicePrincipals.directoryObject + summary: Get ref of owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' + operationId: servicePrincipals.ListRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/StringCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - servicePrincipals.directoryObject + summary: 'servicePrincipal: Add owner' + description: 'Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0 + operationId: servicePrincipals.CreateRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + requestBody: + $ref: '#/components/requestBodies/refPostBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - servicePrincipals.directoryObject + summary: Remove service principal owner + description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 + operationId: servicePrincipals.DeleteRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: If-Match + in: header + description: ETag + schema: + type: string + - name: '@id' + in: query + description: The delete Uri + required: true + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/owners/microsoft.graph.appRoleAssignment': + description: Casts the previous resource to appRoleAssignment. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection + operationId: servicePrincipals.ListOwners.AsAppRoleAssignment parameters: - name: servicePrincipal-id in: path @@ -534220,11 +536194,11 @@ paths: get: tags: - sites.list - summary: Get metadata for a list - description: Returns the metadata for a list. + summary: List operations on a list + description: Get a list of rich long-running operations associated with a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 operationId: sites.GetLists parameters: - name: site-id @@ -590048,128 +592022,5776 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.terms.GetCount-26b6 + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/termStores/{store-id}/sets/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.GetCount-07f9 + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/termStores/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.GetCount-00cb + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /sites/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.site + summary: Get the number of the resource + operationId: sites.GetCount-6254 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /sites/microsoft.graph.add: + description: Provides operations to call the add method. + post: + tags: + - sites.Actions + summary: Invoke action add + description: Follow a user's site or multiple sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 + operationId: sites.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /sites/microsoft.graph.delta(): + description: Provides operations to call the delta method. + get: + tags: + - sites.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 + operationId: sites.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()' + - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')' + /sites/microsoft.graph.getAllSites(): + description: Provides operations to call the getAllSites method. + get: + tags: + - sites.Functions + summary: Invoke function getAllSites + description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 + operationId: sites.getAllSites + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /sites/microsoft.graph.remove: + description: Provides operations to call the remove method. + post: + tags: + - sites.Actions + summary: Invoke action remove + description: Unfollow a user's site or multiple sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 + operationId: sites.remove + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /solutions: + description: Provides operations to manage the solutionsRoot singleton. + get: + tags: + - solutions.solutionsRoot + summary: Get solutions + operationId: solutions.solutionsRoot.GetSolutionsRoot + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.solutionsRoot + summary: Update solutions + operationId: solutions.solutionsRoot.UpdateSolutionsRoot + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore: + description: Provides operations to manage the backupRestore property of the microsoft.graph.solutionsRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get backupRestoreRoot + description: Get the serviceStatus of the Microsoft 365 Backup Storage service in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-1.0 + operationId: solutions.GetBackupRestore + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property backupRestore in solutions + operationId: solutions.UpdateBackupRestore + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property backupRestore for solutions + operationId: solutions.DeleteBackupRestore + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveInclusionRules: + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListDriveInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveInclusionRules for solutions + operationId: solutions.backupRestore.CreateDriveInclusionRules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveInclusionRules in solutions + operationId: solutions.backupRestore.UpdateDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveInclusionRules for solutions + operationId: solutions.backupRestore.DeleteDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveInclusionRules/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.driveInclusionRules.GetCount-d025 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/driveProtectionUnits: + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListDriveProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveProtectionUnits for solutions + operationId: solutions.backupRestore.CreateDriveProtectionUnits + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: The list of drive protection units in the tenant. + operationId: solutions.backupRestore.GetDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.driveProtectionUnits.GetCount-d596 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies: + description: Provides operations to manage the exchangeProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solutions.backupRestore.ListExchangeProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create exchangeProtectionPolicy + description: Create a protection policy for the Exchange service in a Microsoft 365 tenant. The policy is set to inactive when it is created. Users can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateExchangeProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}': + description: Provides operations to manage the exchangeProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solutions.backupRestore.GetExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeProtectionPolicy + description: Update an Exchange protection policy. This method adds a mailboxprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxInclusionRules + description: 'Get a list of mailboxProtectionRule objects associated with an exchangeProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxInclusionRules + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxInclusionRules + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.mailboxInclusionRules.GetCount-2c50 + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxProtectionUnits + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxProtectionUnits + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.mailboxProtectionUnits.GetCount-555b + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetCount-f24d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions: + description: Provides operations to manage the exchangeRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solutions.backupRestore.ListExchangeRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.exchangeRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to exchangeRestoreSessions for solutions + operationId: solutions.backupRestore.CreateExchangeRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}': + description: Provides operations to manage the exchangeRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solutions.backupRestore.GetExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeRestoreSession + description: Update the properties of an exchangeRestoreSession. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts': + description: Provides operations to manage the granularMailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.ListGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to granularMailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.CreateGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}': + description: Provides operations to manage the granularMailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.GetGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property granularMailboxRestoreArtifacts in solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.UpdateGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property granularMailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.DeleteGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.exchangeRestoreSessions.granularMailboxRestoreArtifacts.GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeRestoreSessions.granularMailboxRestoreArtifacts.GetCount-4d23 + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts': + description: Provides operations to manage the mailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxRestoreArtifacts + description: Get a list of the mailboxRestoreArtifact objects that are associated with an exchangeRestoreSession in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeRestoreSessions.ListMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.CreateMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}': + description: Provides operations to manage the mailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + operationId: solutions.backupRestore.exchangeRestoreSessions.GetMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxRestoreArtifacts in solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.UpdateMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.DeleteMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.exchangeRestoreSessions.mailboxRestoreArtifacts.GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeRestoreSessions.mailboxRestoreArtifacts.GetCount-5e6f + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeRestoreSessions.GetCount-155a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxInclusionRules: + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListMailboxInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxInclusionRules for solutions + operationId: solutions.backupRestore.CreateMailboxInclusionRules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxInclusionRules in solutions + operationId: solutions.backupRestore.UpdateMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxInclusionRules for solutions + operationId: solutions.backupRestore.DeleteMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/mailboxInclusionRules/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.mailboxInclusionRules.GetCount-d80a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxProtectionUnits: + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxProtectionUnits + description: Get a list of mailboxProtectionUnit objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListMailboxProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxProtectionUnits for solutions + operationId: solutions.backupRestore.CreateMailboxProtectionUnits + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The list of mailbox protection units in the tenant. + operationId: solutions.backupRestore.GetMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/mailboxProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.mailboxProtectionUnits.GetCount-f991 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/microsoft.graph.enable: + description: Provides operations to call the enable method. + post: + tags: + - solutions.Actions + summary: Invoke action enable + description: Enable the Microsoft 365 Backup Storage service for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-1.0 + operationId: solutions.backupRestore.enable + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + appOwnerTenantId: + type: string + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceStatus' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies: + description: Provides operations to manage the oneDriveForBusinessProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solutions.backupRestore.ListOneDriveForBusinessProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create oneDriveForBusinessProtectionPolicy + description: 'Create a protection policy for the OneDrive service in Microsoft 365. When the policy is created, its state is set to inactive. Users can also provide a list of protection units under the policy.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateOneDriveForBusinessProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}': + description: Provides operations to manage the oneDriveForBusinessProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solutions.backupRestore.GetOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessProtectionPolicy + description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveInclusionRules + description: 'Get a list of the driveProtectionRule objects that are associated with a OneDrive for Business protection policy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveInclusionRules + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveInclusionRules + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.driveInclusionRules.GetCount-49f5 + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveProtectionUnits + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: Contains the protection units associated with a OneDrive for Business protection policy. + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveProtectionUnits + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.driveProtectionUnits.GetCount-2f14 + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetCount-4e8f + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessRestoreSessions: + description: Provides operations to manage the oneDriveForBusinessRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solutions.backupRestore.ListOneDriveForBusinessRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to oneDriveForBusinessRestoreSessions for solutions + operationId: solutions.backupRestore.CreateOneDriveForBusinessRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}': + description: Provides operations to manage the oneDriveForBusinessRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solutions.backupRestore.GetOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessRestoreSession + description: Update the properties of a oneDriveForBusinessRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts': + description: Provides operations to manage the driveRestoreArtifacts property of the microsoft.graph.oneDriveForBusinessRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveRestoreArtifacts + description: Get a list of the driveRestoreArtifact objects and their properties for a oneDriveForBusinessRestoreSession for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.ListDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveRestoreArtifacts for solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.CreateDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}': + description: Provides operations to manage the driveRestoreArtifacts property of the microsoft.graph.oneDriveForBusinessRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.GetDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveRestoreArtifacts in solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.UpdateDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveRestoreArtifacts for solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.DeleteDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.driveRestoreArtifacts.GetRestorePoint + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.driveRestoreArtifacts.GetCount-9e6d + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.GetCount-8c80 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionPolicies: + description: Provides operations to manage the protectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solutions.backupRestore.ListProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.protectionPolicyBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to protectionPolicies for solutions + operationId: solutions.backupRestore.CreateProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}': + description: Provides operations to manage the protectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solutions.backupRestore.GetProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property protectionPolicies in solutions + operationId: solutions.backupRestore.UpdateProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete protectionPolicyBase + description: Delete a protection policy. Read the properties and relationships of a protectionPolicyBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.protectionPolicies.protectionPolicyBase.activate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate' + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate': + description: Provides operations to call the deactivate method. + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-1.0 + operationId: solutions.backupRestore.protectionPolicies.protectionPolicyBase.deactivate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate' + /solutions/backupRestore/protectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.protectionPolicies.GetCount-4cd1 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionUnits: + description: Provides operations to manage the protectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + operationId: solutions.backupRestore.ListProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.protectionUnitBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}': + description: Provides operations to manage the protectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetProtectionUnits + parameters: + - name: protectionUnitBase-id + in: path + description: The unique identifier of protectionUnitBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionUnitBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/protectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.protectionUnits.GetCount-2032 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/restorePoints: + description: Provides operations to manage the restorePoints property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solutions.backupRestore.ListRestorePoints + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.restorePointCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restorePoints for solutions + operationId: solutions.backupRestore.CreateRestorePoints + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}': + description: Provides operations to manage the restorePoints property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solutions.backupRestore.GetRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restorePoints in solutions + operationId: solutions.backupRestore.UpdateRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property restorePoints for solutions + operationId: solutions.backupRestore.DeleteRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit': + description: Provides operations to manage the protectionUnit property of the microsoft.graph.restorePoint entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnit from solutions + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + operationId: solutions.backupRestore.restorePoints.GetProtectionUnit + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/restorePoints/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.restorePoints.GetCount-ca20 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/restorePoints/microsoft.graph.search: + description: Provides operations to call the search method. + post: + tags: + - solutions.Actions + summary: Invoke action search + description: Search for the restorePoint objects associated with a protectionUnit. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-1.0 + operationId: solutions.backupRestore.restorePoints.search + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + protectionUnitIds: + type: array + items: + type: string + nullable: true + protectionTimePeriod: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.timePeriod' + - type: object + nullable: true + restorePointPreference: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointPreference' + - type: object + nullable: true + tags: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointTags' + - type: object + nullable: true + artifactQuery: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.artifactQuery' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointSearchResponse' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/restoreSessions: + description: Provides operations to manage the restoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List restoreSessionBase objects + description: Get a list of restoreSession objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.restoreSessionBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restoreSessions for solutions + operationId: solutions.backupRestore.CreateRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}': + description: Provides operations to manage the restoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restoreSessionBase + description: Get the properties of a restoreSession object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restoreSessions in solutions + operationId: solutions.backupRestore.UpdateRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete restoreSessionBase + description: Delete a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.restoreSessions.restoreSessionBase.activate + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate' + /solutions/backupRestore/restoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.restoreSessions.GetCount-d907 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/serviceApps: + description: Provides operations to manage the serviceApps property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List serviceApps + description: Get a list of serviceApp objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListServiceApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.serviceAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create serviceApp + description: Create a new serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateServiceApps + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}': + description: Provides operations to manage the serviceApps property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get serviceApp + description: Read the properties and relationships of a serviceApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property serviceApps in solutions + operationId: solutions.backupRestore.UpdateServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete serviceApp + description: Delete a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.serviceApps.serviceApp.activate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceApp' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate' + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate': + description: Provides operations to call the deactivate method. + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-1.0 + operationId: solutions.backupRestore.serviceApps.serviceApp.deactivate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceApp' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate' + /solutions/backupRestore/serviceApps/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.serviceApps.GetCount-ef36 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies: + description: Provides operations to manage the sharePointProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solutions.backupRestore.ListSharePointProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointProtectionPolicy + description: Create a protection policy for a M365 service SharePoint. Policy will be created in inactive state. User can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateSharePointProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}': + description: Provides operations to manage the sharePointProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solutions.backupRestore.GetSharePointProtectionPolicies + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update sharePointProtectionPolicy + description: Update a SharePoint protection policy. This method adds a siteprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateSharePointProtectionPolicies + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteSharePointProtectionPolicies + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteInclusionRules + description: 'Get a list of siteProtectionRule objects associated with a sharePointProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteInclusionRules + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteInclusionRules + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.siteInclusionRules.GetCount-84d3 + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteProtectionUnits + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The protection units (sites) that are protected under the site protection policy. + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteProtectionUnits + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.siteProtectionUnits.GetCount-e896 + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetCount-9529 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions: + description: Provides operations to manage the sharePointRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solutions.backupRestore.ListSharePointRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointRestoreSession + description: Create a new sharePointRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateSharePointRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}': + description: Provides operations to manage the sharePointRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solutions.backupRestore.GetSharePointRestoreSessions + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property sharePointRestoreSessions in solutions + operationId: solutions.backupRestore.UpdateSharePointRestoreSessions + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteSharePointRestoreSessions + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts': + description: Provides operations to manage the siteRestoreArtifacts property of the microsoft.graph.sharePointRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteRestoreArtifacts + description: List all the siteRestoreArtifact objects for a sharePointRestoreSession for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointRestoreSessions.ListSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteRestoreArtifacts for solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.CreateSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}': + description: Provides operations to manage the siteRestoreArtifacts property of the microsoft.graph.sharePointRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + operationId: solutions.backupRestore.sharePointRestoreSessions.GetSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteRestoreArtifacts in solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.UpdateSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteRestoreArtifacts for solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.DeleteSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.sharePointRestoreSessions.siteRestoreArtifacts.GetRestorePoint + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointRestoreSessions.siteRestoreArtifacts.GetCount-1a1d + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointRestoreSessions.GetCount-3343 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/siteInclusionRules: + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListSiteInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteInclusionRules for solutions + operationId: solutions.backupRestore.CreateSiteInclusionRules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetSiteInclusionRules + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': - description: Provides operations to count the resources in the collection. - get: + patch: tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.terms.GetCount-26b6 + - solutions.backupRestoreRoot + summary: Update the navigation property siteInclusionRules in solutions + operationId: solutions.backupRestore.UpdateSiteInclusionRules parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id + - name: siteProtectionRule-id in: path - description: The unique identifier of set + description: The unique identifier of siteProtectionRule required: true schema: type: string - x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: siteProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true responses: - '200': - $ref: '#/components/responses/ODataCountResponse' + '204': + description: Success default: $ref: '#/components/responses/error' - '/sites/{site-id}/termStores/{store-id}/sets/$count': - description: Provides operations to count the resources in the collection. - get: + x-ms-docs-operation-type: operation + delete: tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.GetCount-07f9 + - solutions.backupRestoreRoot + summary: Delete navigation property siteInclusionRules for solutions + operationId: solutions.backupRestore.DeleteSiteInclusionRules parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: siteProtectionRule-id in: path - description: The unique identifier of store + description: The unique identifier of siteProtectionRule required: true schema: type: string - x-ms-docs-key-type: store - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/termStores/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.GetCount-00cb - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true + x-ms-docs-key-type: siteProtectionRule + - name: If-Match + in: header + description: ETag schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: - '200': - $ref: '#/components/responses/ODataCountResponse' + '204': + description: Success default: $ref: '#/components/responses/error' - /sites/$count: + x-ms-docs-operation-type: operation + /solutions/backupRestore/siteInclusionRules/$count: description: Provides operations to count the resources in the collection. get: tags: - - sites.site + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.GetCount-6254 + operationId: solutions.backupRestore.siteInclusionRules.GetCount-66cd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -590178,78 +597800,23 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /sites/microsoft.graph.add: - description: Provides operations to call the add method. - post: - tags: - - sites.Actions - summary: Invoke action add - description: Follow a user's site or multiple sites. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 - operationId: sites.add - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - required: true - responses: - '200': - description: Success - content: - application/json: - schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /sites/microsoft.graph.delta(): - description: Provides operations to call the delta method. + /solutions/backupRestore/siteProtectionUnits: + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.Functions - summary: Invoke function delta - description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 - operationId: sites.delta + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListSiteProtectionUnits parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $orderby in: query description: Order items by property values @@ -590260,58 +597827,6 @@ paths: type: array items: type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - description: Success - content: - application/json: - schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()' - - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')' - /sites/microsoft.graph.getAllSites(): - description: Provides operations to call the getAllSites method. - get: - tags: - - sites.Functions - summary: Invoke function getAllSites - description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 - operationId: sites.getAllSites - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -590322,16 +597837,6 @@ paths: type: array items: type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $expand in: query description: Expand related entities @@ -590344,79 +597849,51 @@ paths: type: string responses: '200': - description: Success - content: - application/json: - schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /sites/microsoft.graph.remove: - description: Provides operations to call the remove method. + x-ms-docs-operation-type: operation post: tags: - - sites.Actions - summary: Invoke action remove - description: Unfollow a user's site or multiple sites. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 - operationId: sites.remove + - solutions.backupRestoreRoot + summary: Create new navigation property to siteProtectionUnits for solutions + operationId: solutions.backupRestore.CreateSiteProtectionUnits requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: - '200': - description: Success + '201': + description: Created navigation property. content: application/json: schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /solutions: - description: Provides operations to manage the solutionsRoot singleton. + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - solutions.solutionsRoot - summary: Get solutions - operationId: solutions.solutionsRoot.GetSolutionsRoot + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The list of site protection units in the tenant. + operationId: solutions.backupRestore.GetSiteProtectionUnits parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit - name: $select in: query description: Select properties to be returned @@ -590439,25 +597916,33 @@ paths: type: string responses: '200': - description: Retrieved entity + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.solutionsRoot - summary: Update solutions - operationId: solutions.solutionsRoot.UpdateSolutionsRoot + - solutions.backupRestoreRoot + summary: Update the navigation property siteProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateSiteProtectionUnits + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: '204': @@ -590465,6 +597950,45 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteSiteProtectionUnits + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/siteProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.siteProtectionUnits.GetCount-bcec + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /solutions/bookingBusinesses: description: Provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity. get: @@ -599939,11 +607463,11 @@ paths: post: tags: - teams.channel - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: teams.channels.CreateMembers parameters: - name: team-id @@ -600089,11 +607613,11 @@ paths: delete: tags: - teams.channel - summary: Remove member from channel - description: Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Delete conversationMember + description: Delete a conversationMember from a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 operationId: teams.channels.DeleteMembers parameters: - name: team-id @@ -600294,11 +607818,11 @@ paths: post: tags: - teams.channel - summary: Send chatMessage in channel - description: Send a new chatMessage in the specified channel. + summary: Send chatMessage in a channel or a chat + description: Send a new chatMessage in the specified channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: teams.channels.CreateMessages parameters: - name: team-id @@ -601214,11 +608738,11 @@ paths: post: tags: - teams.channel - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. + summary: Reply to a message in a channel + description: Create a new reply to a chatMessage in a specified channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 operationId: teams.channels.messages.CreateReplies parameters: - name: team-id @@ -618502,11 +626026,11 @@ paths: patch: tags: - tenantRelationships.multiTenantOrganization - summary: Create multiTenantOrganization - description: 'Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization.' + summary: Update multiTenantOrganization + description: Update the properties of a multitenant organization. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0 operationId: tenantRelationships.UpdateMultiTenantOrganization requestBody: description: New navigation property values @@ -618957,11 +626481,11 @@ paths: delete: tags: - users.user - summary: Delete user - description: Deletes a user. + summary: Delete a user + description: 'Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 operationId: users.user.DeleteUser parameters: - name: user-id @@ -619831,7 +627355,7 @@ paths: tags: - users.appRoleAssignment summary: Grant an appRoleAssignment to a user - description: 'Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers:' + description: 'Assign an app role to a user, creating an appRoleAssignment object. To grant an app role assignment to a user, you need three identifiers:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0 @@ -625088,6 +632612,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -625670,6 +633196,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -628198,6 +635726,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -628780,6 +636310,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -632674,6 +640206,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -633382,6 +640916,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -636498,6 +644034,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -637206,6 +644744,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -640622,6 +648162,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -641267,6 +648809,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -644089,6 +651633,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -644734,6 +652280,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -647344,6 +654892,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -647926,6 +655476,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -651144,6 +658696,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -651298,6 +658852,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -654511,6 +662067,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -654665,6 +662223,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -655606,6 +663166,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -655746,6 +663308,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -656557,6 +664121,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -664036,6 +671602,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -664171,6 +671739,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -672136,6 +679706,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -672264,6 +679836,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -677957,6 +685531,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -678085,6 +685661,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -683393,6 +690971,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -683975,6 +691555,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -689292,6 +696874,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -689460,6 +697044,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -695709,6 +703295,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -695863,6 +703451,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -703405,6 +710995,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -703683,6 +711275,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -705710,6 +713304,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -705960,6 +713556,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -710716,6 +718314,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -710753,7 +718353,7 @@ paths: tags: - users.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 @@ -721085,25 +728685,64 @@ paths: schema: type: string x-ms-docs-key-type: callRecording - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - users.onlineMeeting + summary: Delete content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: users.onlineMeetings.DeleteRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + schema: + type: string responses: '204': description: Success default: $ref: '#/components/responses/error' - delete: + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: tags: - users.onlineMeeting - summary: Delete content for the navigation property recordings in users - description: The content of the recording. Read-only. - operationId: users.onlineMeetings.DeleteRecordingsContent + summary: Get the number of the resource + operationId: users.onlineMeetings.recordings.GetCount-6c9a parameters: - name: user-id in: path @@ -721119,30 +728758,20 @@ paths: schema: type: string x-ms-docs-key-type: onlineMeeting - - name: callRecording-id - in: path - description: The unique identifier of callRecording - required: true - schema: - type: string - x-ms-docs-key-type: callRecording - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + '200': + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count': - description: Provides operations to count the resources in the collection. + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. get: tags: - - users.onlineMeeting - summary: Get the number of the resource - operationId: users.onlineMeetings.recordings.GetCount-6c9a + - users.Functions + summary: Invoke function delta + operationId: users.user.onlineMeetings.onlineMeeting.recordings.delta parameters: - name: user-id in: path @@ -721158,13 +728787,107 @@ paths: schema: type: string x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: '200': - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/microsoft.graph.delta()' + - '/users/{user-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/microsoft.graph.delta()' + - /users/microsoft.graph.delta() + - /users/microsoft.graph.delta() '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -721686,6 +729409,129 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.Functions + summary: Invoke function delta + operationId: users.user.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/microsoft.graph.delta()' + - '/users/{user-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/microsoft.graph.delta()' + - /users/microsoft.graph.delta() + - /users/microsoft.graph.delta() '/users/{user-id}/onlineMeetings/$count': description: Provides operations to count the resources in the collection. get: @@ -721773,6 +729619,194 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - users.Functions + summary: Invoke function getAllRecordings + operationId: users.user.onlineMeetings.getAllRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - users.Functions + summary: Invoke function getAllTranscripts + operationId: users.user.onlineMeetings.getAllTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/users/{user-id}/outlook': description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: @@ -727514,11 +735548,11 @@ paths: get: tags: - users.presence - summary: Get presence - description: Get a user's presence information. + summary: 'presence: setStatusMessage' + description: Set a presence status message for a user. An optional expiration date and time can be supplied. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 operationId: users.GetPresence parameters: - name: user-id @@ -733739,6 +741773,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() @@ -733879,6 +741915,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() @@ -734653,6 +742691,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -736118,6 +744158,13 @@ components: nullable: true description: Represents a setting to control people-related admin settings in the tenant. x-ms-navigationProperty: true + reportSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + - type: object + nullable: true + description: A container for administrative resources to manage reports. + x-ms-navigationProperty: true serviceAnnouncement: anyOf: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' @@ -736212,6 +744259,15 @@ components: nullable: true description: A container for tenant-level settings for Microsoft 365 applications. x-ms-navigationProperty: true + microsoft.graph.adminReportSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adminReportSettings + type: object + properties: + displayConcealedNames: + type: boolean + description: 'If set to true, all reports conceal user information such as usernames, groups, and sites. If false, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.' microsoft.graph.agreement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -738555,6 +746611,120 @@ components: items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' x-ms-navigationProperty: true + microsoft.graph.backupRestoreRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: backupRestoreRoot + type: object + properties: + serviceStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceStatus' + - type: object + nullable: true + description: Represents the tenant-level status of the Backup Storage service. + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: The list of drive inclusion rules applied to the tenant. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: The list of drive protection units in the tenant. + x-ms-navigationProperty: true + exchangeProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + description: The list of Exchange protection policies in the tenant. + x-ms-navigationProperty: true + exchangeRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + description: The list of Exchange restore sessions available in the tenant. + x-ms-navigationProperty: true + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The list of mailbox inclusion rules applied to the tenant. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The list of mailbox protection units in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + description: The list of OneDrive for Business protection policies in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + description: The list of OneDrive for Business restore sessions available in the tenant. + x-ms-navigationProperty: true + protectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + description: List of protection policies in the tenant. + x-ms-navigationProperty: true + protectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + description: List of protection units in the tenant. + x-ms-navigationProperty: true + restorePoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + description: List of restore points in the tenant. + x-ms-navigationProperty: true + restoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + description: List of restore sessions in the tenant. + x-ms-navigationProperty: true + serviceApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + description: List of Backup Storage apps in the tenant. + x-ms-navigationProperty: true + sharePointProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + description: The list of SharePoint protection policies in the tenant. + x-ms-navigationProperty: true + sharePointRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + description: The list of SharePoint restore sessions available in the tenant. + x-ms-navigationProperty: true + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The list of site inclusion rules applied to the tenant. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The list of site protection units in the tenant. + x-ms-navigationProperty: true microsoft.graph.baseItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -739706,17 +747876,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -739737,17 +747921,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -740890,6 +749088,37 @@ components: description: The result information. Read-only. status: $ref: '#/components/schemas/microsoft.graph.operationStatus' + microsoft.graph.community: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: community + type: object + properties: + description: + type: string + description: 'The description of the community. The maximum length is 1,024 characters.' + displayName: + type: string + description: The name of the community. The maximum length is 255 characters. + groupId: + type: string + description: The ID of the Microsoft 365 group that manages the membership of this community. + nullable: true + privacy: + $ref: '#/components/schemas/microsoft.graph.communityPrivacy' + group: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.group' + - type: object + nullable: true + description: The Microsoft 365 group that manages the membership of this community. + x-ms-navigationProperty: true + owners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.user' + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + x-ms-navigationProperty: true microsoft.graph.companySubscription: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -744939,6 +753168,56 @@ components: description: Indicates the size of the content stream for this version of the item. format: int64 nullable: true + microsoft.graph.driveProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: driveProtectionRule + type: object + properties: + driveExpression: + type: string + description: 'Contains a drive expression. For examples, see driveExpression examples.' + nullable: true + microsoft.graph.driveProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: driveProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email associated with the directory object. + nullable: true + readOnly: true + microsoft.graph.driveRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: driveRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true microsoft.graph.eBookInstallSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -746109,6 +754388,18 @@ components: title: employeeExperience type: object properties: + communities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.community' + description: A collection of communities in Viva Engage. + x-ms-navigationProperty: true + engagementAsyncOperations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + description: 'A collection of long-running, asynchronous operations related to Viva Engage.' + x-ms-navigationProperty: true learningCourseActivities: type: array items: @@ -746241,6 +754532,22 @@ components: subject: type: string description: Mail subject. + microsoft.graph.engagementAsyncOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + - title: engagementAsyncOperation + type: object + properties: + operationType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperationType' + - type: object + nullable: true + description: 'The type of the long-running operation. The possible values are: createCommunity, unknownFutureValue.' + resourceId: + type: string + description: The ID of the object created or modified as a result of this async operation. + nullable: true microsoft.graph.enrollmentConfigurationAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -746760,6 +755067,41 @@ components: - type: object nullable: true description: 'Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' + microsoft.graph.exchangeProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: exchangeProtectionPolicy + type: object + properties: + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The rules associated with the Exchange protection policy. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + x-ms-navigationProperty: true + microsoft.graph.exchangeRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: exchangeRestoreSession + type: object + properties: + granularMailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + x-ms-navigationProperty: true + mailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + x-ms-navigationProperty: true microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -747080,6 +755422,22 @@ components: description: Indicates when the insight was created. format: date-time nullable: true + microsoft.graph.granularMailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + - title: granularMailboxRestoreArtifact + type: object + properties: + artifactCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: . + format: int32 + nullable: true + searchResponseId: + type: string + description: . microsoft.graph.group: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -749693,13 +758051,13 @@ components: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The start time of the operation. 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.' + description: 'The start time of the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true lastActionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The time of the last action in the operation. 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.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true resourceLocation: @@ -750014,6 +758372,51 @@ components: recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. + microsoft.graph.mailboxProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: mailboxProtectionRule + type: object + properties: + mailboxExpression: + type: string + description: 'Contains a mailbox expression. For examples, see mailboxExpression examples.' + nullable: true + microsoft.graph.mailboxProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: mailboxProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: The ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email address associated with the directory object. + nullable: true + readOnly: true + microsoft.graph.mailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: mailboxRestoreArtifact + type: object + properties: + restoredFolderId: + type: string + description: The new restored folder identifier for the user. + nullable: true + restoredFolderName: + type: string + description: The new restored folder name. + nullable: true + readOnly: true microsoft.graph.mailFolder: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -752306,6 +760709,36 @@ components: - type: object nullable: true description: Required. Configuration for what to invoke if the event resolves to this listener. This lets us define potential handler configurations per-event. + microsoft.graph.oneDriveForBusinessProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: oneDriveForBusinessProtectionPolicy + type: object + properties: + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: Contains the details of the Onedrive for Business protection rule. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: Contains the protection units associated with a OneDrive for Business protection policy. + x-ms-navigationProperty: true + microsoft.graph.oneDriveForBusinessRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: oneDriveForBusinessRestoreSession + type: object + properties: + driveRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + x-ms-navigationProperty: true microsoft.graph.onenote: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -755379,6 +763812,143 @@ components: isEnabledInOrganization: type: boolean description: 'true to enable pronouns in the organization; otherwise, false. The default value is false, and pronouns are disabled.' + microsoft.graph.protectionPolicyBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionPolicyBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the policy. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the policy. + format: date-time + nullable: true + displayName: + type: string + description: The name of the policy to be created. + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of the person who last modified the policy. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The timestamp of the last modification of the policy. + format: date-time + nullable: true + retentionSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' + description: Contains the retention setting details for the policy. + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyStatus' + - type: object + nullable: true + description: 'The aggregated status of the protection units associated with the policy. The possible values are: inactive, activeWithErrors, updating, active, unknownFutureValue.' + microsoft.graph.protectionRuleBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionRuleBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the rule. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the rule. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if an operation on a rule fails. + isAutoApplyEnabled: + type: boolean + description: Indicates whether the protection rule is static or dynamic. + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of the person who last modified the rule. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification made to the rule. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' + - type: object + nullable: true + description: 'The status of the protection rule. The possible values are: draft, active, completed, completedWithErrors, unknownFutureValue.' + microsoft.graph.protectionUnitBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionUnitBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the protection unit. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the protection unit. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if an error occurred while creating a protection unit. + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who last modified the protection unit. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of this protection unit. + format: date-time + nullable: true + policyId: + type: string + description: The unique identifier of the protection policy based on which protection unit was created. + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitStatus' + - type: object + nullable: true + description: 'The status of the protection unit. The possible values are: protectRequested, protected, unprotectRequested, unprotected, removeRequested, unknownFutureValue.' microsoft.graph.provisioningObjectSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -755777,6 +764347,128 @@ components: type: string description: ID of the Microsoft Entra app that is hosting the resource. Read-only. nullable: true + microsoft.graph.restoreArtifactBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreArtifactBase + type: object + properties: + completionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when restoration of restore artifact is completed. + format: date-time + nullable: true + destinationType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.destinationType' + - type: object + nullable: true + description: 'Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue.' + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if the restore session fails or completes with an error. + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when restoration of restore artifact is started. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.artifactRestoreStatus' + - type: object + nullable: true + description: 'The individual restoration status of the restore artifact. The possible values are: added, scheduling, scheduled, inProgress, succeeded, failed, unknownFutureValue.' + restorePoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePoint' + - type: object + nullable: true + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + x-ms-navigationProperty: true + microsoft.graph.restorePoint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restorePoint + type: object + properties: + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Expiration date time of the restore point. + format: date-time + nullable: true + protectionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date time when the restore point was created. + format: date-time + nullable: true + tags: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointTags' + - type: object + nullable: true + description: 'The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue.' + protectionUnit: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - type: object + nullable: true + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + x-ms-navigationProperty: true + microsoft.graph.restoreSessionBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreSessionBase + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of completion of the restore session. + format: date-time + nullable: true + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the restore session. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the restore session. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if the restore session fails or completes with an error. + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the restore session. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the restore session. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionStatus' + - type: object + nullable: true + description: 'Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.' microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -756859,6 +765551,48 @@ components: title: type: string description: The title of the service event. + microsoft.graph.serviceApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: serviceApp + type: object + properties: + application: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - type: object + nullable: true + description: The Entra ID application ID. + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the effective activation of the service app. + format: date-time + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the entity. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + registrationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the creation of the service app entity. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceAppStatus' + - type: object + nullable: true + description: 'The status of the service app. This value indicates whether or not the application can be used to control the backup service. The possible values are: inactive, active, pendingActive, pendingInactive, unknownFutureValue.' microsoft.graph.serviceHealth: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -757590,6 +766324,36 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.sharePointProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: sharePointProtectionPolicy + type: object + properties: + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The rules associated with the SharePoint Protection policy. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The protection units (sites) that are protected under the site protection policy. + x-ms-navigationProperty: true + microsoft.graph.sharePointRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: sharePointRestoreSession + type: object + properties: + siteRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + x-ms-navigationProperty: true microsoft.graph.sharepointSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -758319,6 +767083,56 @@ components: $ref: '#/components/schemas/microsoft.graph.webPart' description: Collection of webparts on the SharePoint page. x-ms-navigationProperty: true + microsoft.graph.siteProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: siteProtectionRule + type: object + properties: + siteExpression: + type: string + description: 'Contains a site expression. For examples, see siteExpression example.' + nullable: true + microsoft.graph.siteProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: siteProtectionUnit + type: object + properties: + siteId: + type: string + description: Unique identifier of the SharePoint site. + nullable: true + siteName: + type: string + description: Name of the SharePoint site. + nullable: true + readOnly: true + siteWebUrl: + type: string + description: The web URL of the SharePoint site. + nullable: true + readOnly: true + microsoft.graph.siteRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: siteRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true microsoft.graph.skypeForBusinessUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' @@ -758502,6 +767316,12 @@ components: title: solutionsRoot type: object properties: + backupRestore: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + - type: object + nullable: true + x-ms-navigationProperty: true bookingBusinesses: type: array items: @@ -759496,7 +768316,7 @@ components: description: Indicates whether Microsoft Teams is enabled for the organization. region: type: string - description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true deletedChats: type: array @@ -763338,7 +772158,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -763446,6 +772266,12 @@ components: - type: object nullable: true description: 'The end time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.' + settings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' + - type: object + nullable: true + description: The virtual event settings. startDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' @@ -768834,6 +777660,20 @@ components: nullable: true processingState: $ref: '#/components/schemas/microsoft.graph.printJobProcessingState' + microsoft.graph.artifactQuery: + title: artifactQuery + type: object + properties: + artifactType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorableArtifact' + - type: object + nullable: true + description: 'The type of artifact to search. The possible values are: message, unknownFutureValue.' + queryExpression: + type: string + description: Specifies criteria to retrieve artifacts. + nullable: true microsoft.graph.assignedLabel: title: assignedLabel type: object @@ -780224,6 +789064,42 @@ components: microsoft.graph.restoreAction: title: restoreAction type: object + microsoft.graph.restorePointSearchResponse: + title: restorePointSearchResponse + type: object + properties: + noResultProtectionUnitIds: + type: array + items: + type: string + nullable: true + description: Contains alist of protection units with no restore points. + searchResponseId: + type: string + description: The unique identifier of the search response. + nullable: true + searchResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' + description: Contains a collection of restore points. + microsoft.graph.restorePointSearchResult: + title: restorePointSearchResult + type: object + properties: + artifactHitCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of artifacts restored. + format: int32 + nullable: true + restorePoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePoint' + - type: object + nullable: true + x-ms-navigationProperty: true microsoft.graph.resultInfo: title: resultInfo type: object @@ -780297,6 +789173,20 @@ components: type: boolean description: Specifies whether the item is locked. Read-write. nullable: true + microsoft.graph.retentionSetting: + title: retentionSetting + type: object + properties: + interval: + type: string + description: The frequency of the backup. + nullable: true + period: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The period of time to retain the protected data for a single Microsoft 365 service. + format: duration + nullable: true microsoft.graph.rgbColor: title: rgbColor type: object @@ -781107,6 +789997,52 @@ components: type: string description: Error Information published by the Federated Service as an xml string. nullable: true + microsoft.graph.serviceStatus: + title: serviceStatus + type: object + properties: + backupServiceConsumer: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' + - type: object + nullable: true + description: 'The type of consumer. The possible values are: unknown, firstparty, thirdparty, unknownFutureValue.' + disableReason: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.disableReason' + - type: object + nullable: true + description: 'The reason the service is disabled. The possible values are: none, controllerServiceAppDeleted, invalidBillingProfile, userRequested, unknownFutureValue.' + gracePeriodDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the grace period. + format: date-time + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the entity. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + restoreAllowedTillDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the restoration allowed period. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' + - type: object + nullable: true + description: 'Status of the service. This value indicates what capabilities can be used. The possible values are: disabled, enabled, protectionChangeLocked, restoreLocked, unknownFutureValue.' microsoft.graph.serviceUpdateMessageViewpoint: title: serviceUpdateMessageViewpoint type: object @@ -783280,6 +792216,22 @@ components: type: string description: ID of the timeOffReason for this timeOffItem. Required. nullable: true + microsoft.graph.timePeriod: + title: timePeriod + type: object + properties: + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the end of the time period. + format: date-time + nullable: true + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the start of the time period. + format: date-time + nullable: true microsoft.graph.timeRange: title: timeRange type: object @@ -784427,6 +793379,14 @@ components: type: string description: 'Text answer of the virtual event registration question. Appears when answerInputType is text, multilineText or singleChoice.' nullable: true + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true microsoft.graph.visualInfo: title: visualInfo type: object @@ -785383,37 +794343,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. microsoft.graph.workforceIntegrationEncryption: title: workforceIntegrationEncryption type: object @@ -786165,6 +795125,17 @@ components: - semiAnnual - unknownFutureValue type: string + microsoft.graph.artifactRestoreStatus: + title: artifactRestoreStatus + enum: + - added + - scheduling + - scheduled + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string microsoft.graph.assignmentScheduleFilterByCurrentUserOptions: title: assignmentScheduleFilterByCurrentUserOptions enum: @@ -786454,6 +795425,23 @@ components: - defaultConfiguredIdp - unknownFutureValue type: string + microsoft.graph.backupServiceConsumer: + title: backupServiceConsumer + enum: + - unknown + - firstparty + - thirdparty + - unknownFutureValue + type: string + microsoft.graph.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string microsoft.graph.baseAuthenticationMethod: title: baseAuthenticationMethod enum: @@ -787295,6 +796283,13 @@ components: - approvalStatus - unknownFutureValue type: string + microsoft.graph.communityPrivacy: + title: communityPrivacy + enum: + - public + - private + - unknownFutureValue + type: string microsoft.graph.complianceState: title: complianceState enum: @@ -787749,6 +796744,13 @@ components: - sendToDelegateAndPrincipal - sendToDelegateOnly type: string + microsoft.graph.destinationType: + title: destinationType + enum: + - new + - inPlace + - unknownFutureValue + type: string microsoft.graph.detectedAppPlatformType: title: detectedAppPlatformType enum: @@ -788493,6 +797495,14 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.disableReason: + title: disableReason + enum: + - none + - invalidBillingProfile + - userRequested + - unknownFutureValue + type: string microsoft.graph.diskType: title: diskType enum: @@ -788751,6 +797761,12 @@ components: - trainingReminder - unknownFutureValue type: string + microsoft.graph.engagementAsyncOperationType: + title: engagementAsyncOperationType + enum: + - createCommunity + - unknownFutureValue + type: string microsoft.graph.enrollmentState: title: enrollmentState enum: @@ -791692,6 +800708,34 @@ components: - disabled - unknownFutureValue type: string + microsoft.graph.protectionPolicyStatus: + title: protectionPolicyStatus + enum: + - inactive + - activeWithErrors + - updating + - active + - unknownFutureValue + type: string + microsoft.graph.protectionRuleStatus: + title: protectionRuleStatus + enum: + - draft + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string + microsoft.graph.protectionUnitStatus: + title: protectionUnitStatus + enum: + - protectRequested + - protected + - unprotectRequested + - unprotected + - removeRequested + - unknownFutureValue + type: string microsoft.graph.provisioningAction: title: provisioningAction enum: @@ -792576,6 +801620,39 @@ components: - declined - notResponded type: string + microsoft.graph.restorableArtifact: + title: restorableArtifact + enum: + - message + - unknownFutureValue + type: string + microsoft.graph.restorePointPreference: + title: restorePointPreference + enum: + - latest + - oldest + - unknownFutureValue + type: string + microsoft.graph.restorePointTags: + title: restorePointTags + enum: + - none + - fastRestore + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.restoreSessionStatus: + title: restoreSessionStatus + enum: + - draft + - activating + - active + - completedWithError + - completed + - unknownFutureValue + - failed + type: string microsoft.graph.riskDetail: title: riskDetail enum: @@ -792897,6 +801974,15 @@ components: - auto - unknownFutureValue type: string + microsoft.graph.serviceAppStatus: + title: serviceAppStatus + enum: + - inactive + - active + - pendingActive + - pendingInactive + - unknownFutureValue + type: string microsoft.graph.serviceHealthClassificationType: title: serviceHealthClassificationType enum: @@ -797300,6 +806386,11 @@ components: nullable: true description: 'The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.' x-ms-navigationProperty: true + microsoft.graph.identityGovernance.insights: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: insights + type: object microsoft.graph.identityGovernance.lifecycleManagementSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -797333,6 +806424,13 @@ components: nullable: true description: Deleted workflows in your lifecycle workflows instance. x-ms-navigationProperty: true + insights: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + - type: object + nullable: true + description: The insight container holding workflow insight summaries for a tenant. + x-ms-navigationProperty: true settings: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' taskDefinitions: @@ -797812,6 +806910,17 @@ components: type: integer description: 'The version of the workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.' format: int32 + microsoft.graph.identityGovernance.attributeChangeTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: attributeChangeTrigger + type: object + properties: + triggerAttributes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute' + description: The trigger attribute being changed that triggers the workflowexecutiontrigger of a workflow.) microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration' @@ -797865,6 +806974,25 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.identityGovernance.groupBasedSubjectSet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.subjectSet' + - title: groupBasedSubjectSet + type: object + properties: + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.group' + x-ms-navigationProperty: true + microsoft.graph.identityGovernance.membershipChangeTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: membershipChangeTrigger + type: object + properties: + changeType: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.membershipChangeType' microsoft.graph.identityGovernance.onDemandExecutionOnly: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions' @@ -797976,6 +807104,106 @@ components: format: int32 timeBasedAttribute: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute' + microsoft.graph.identityGovernance.topTasksInsightsSummary: + title: topTasksInsightsSummary + type: object + properties: + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs of the task. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed by the task. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the task. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the task. + format: int32 + taskDefinitionDisplayName: + type: string + description: The name of the task. + taskDefinitionId: + type: string + description: The task ID. + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of the task. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by the task. + format: int32 + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + title: topWorkflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs for workflow. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the workflow. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the workflow. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of workflow. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of users processed by the workflow. + format: int32 + workflowCategory: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowCategory' + workflowDisplayName: + type: string + description: The name of the workflow. + workflowId: + type: string + description: The workflow ID. + workflowVersion: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The version of the workflow that was a top workflow ran. + format: int32 microsoft.graph.identityGovernance.triggerAndScopeBasedConditions: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions' @@ -797994,6 +807222,13 @@ components: - type: object nullable: true description: What triggers a workflow to run. + microsoft.graph.identityGovernance.triggerAttribute: + title: triggerAttribute + type: object + properties: + name: + type: string + description: The name of the trigger attribute that is changed to trigger an attributeChangeTrigger workflow. microsoft.graph.identityGovernance.usersProcessingSummary: title: usersProcessingSummary type: object @@ -798063,6 +807298,122 @@ components: microsoft.graph.identityGovernance.workflowExecutionTrigger: title: workflowExecutionTrigger type: object + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + title: workflowsInsightsByCategory + type: object + properties: + failedJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Joiner' workflows processed in a tenant. + format: int32 + failedLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Leaver' workflows processed in a tenant. + format: int32 + failedMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Mover' workflows processed in a tenant. + format: int32 + successfulJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Joiner' workflows processed in a tenant. + format: int32 + successfulLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Leaver' workflows processed in a tenant. + format: int32 + successfulMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Mover' workflows processed in a tenant. + format: int32 + totalJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Joiner' workflows processed in a tenant. + format: int32 + totalLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Leaver' workflows processed in a tenant. + format: int32 + totalMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Mover' workflows processed in a tenant. + format: int32 + microsoft.graph.identityGovernance.workflowsInsightsSummary: + title: workflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed workflow runs processed in the tenant. + format: int32 + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed tasks processed in the tenant. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users processed by workflows in the tenant. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful workflow runs processed in the tenant. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful tasks processed in the tenant. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by workflows in the tenant. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total workflows processed in the tenant. + format: int32 + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total tasks processed by workflows in the tenant. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by workflows in the tenant. + format: int32 microsoft.graph.identityGovernance.customTaskExtensionOperationStatus: title: customTaskExtensionOperationStatus enum: @@ -798099,6 +807450,13 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.identityGovernance.membershipChangeType: + title: membershipChangeType + enum: + - add + - remove + - unknownFutureValue + type: string microsoft.graph.identityGovernance.valueType: title: valueType enum: @@ -798596,7 +807954,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' evidence: type: array items: @@ -805093,6 +814451,193 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' + microsoft.graph.driveProtectionRuleCollectionResponse: + title: Collection of driveProtectionRule + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + microsoft.graph.driveProtectionUnitCollectionResponse: + title: Collection of driveProtectionUnit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + title: Collection of exchangeProtectionPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + microsoft.graph.exchangeRestoreSessionCollectionResponse: + title: Collection of exchangeRestoreSession + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + microsoft.graph.mailboxProtectionRuleCollectionResponse: + title: Collection of mailboxProtectionRule + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + microsoft.graph.mailboxProtectionUnitCollectionResponse: + title: Collection of mailboxProtectionUnit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + title: Collection of oneDriveForBusinessProtectionPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + title: Collection of oneDriveForBusinessRestoreSession + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + microsoft.graph.protectionPolicyBaseCollectionResponse: + title: Collection of protectionPolicyBase + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + microsoft.graph.protectionUnitBaseCollectionResponse: + title: Collection of protectionUnitBase + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + microsoft.graph.restorePointCollectionResponse: + title: Collection of restorePoint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + microsoft.graph.restoreSessionBaseCollectionResponse: + title: Collection of restoreSessionBase + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + microsoft.graph.serviceAppCollectionResponse: + title: Collection of serviceApp + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + title: Collection of sharePointProtectionPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + microsoft.graph.sharePointRestoreSessionCollectionResponse: + title: Collection of sharePointRestoreSession + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + microsoft.graph.siteProtectionRuleCollectionResponse: + title: Collection of siteProtectionRule + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + microsoft.graph.siteProtectionUnitCollectionResponse: + title: Collection of siteProtectionUnit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' microsoft.graph.bitlockerRecoveryKeyCollectionResponse: title: Collection of bitlockerRecoveryKey type: object @@ -806655,6 +816200,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + microsoft.graph.communityCollectionResponse: + title: Collection of community + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.community' + microsoft.graph.engagementAsyncOperationCollectionResponse: + title: Collection of engagementAsyncOperation + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' microsoft.graph.learningCourseActivityCollectionResponse: title: Collection of learningCourseActivity type: object @@ -806765,6 +816332,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + title: Collection of granularMailboxRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + title: Collection of mailboxRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' microsoft.graph.fileStorageContainerCollectionResponse: title: Collection of fileStorageContainer type: object @@ -807337,6 +816926,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' + microsoft.graph.driveRestoreArtifactCollectionResponse: + title: Collection of driveRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' microsoft.graph.notebookCollectionResponse: title: Collection of notebook type: object @@ -808184,6 +817784,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' + microsoft.graph.siteRestoreArtifactCollectionResponse: + title: Collection of siteRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' microsoft.graph.simulationAutomationRunCollectionResponse: title: Collection of simulationAutomationRun type: object @@ -812705,6 +822316,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.location' + microsoft.graph.retentionSettingCollectionResponse: + title: Collection of microsoft.graph.retentionSetting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' microsoft.graph.assignedLabelCollectionResponse: title: Collection of microsoft.graph.assignedLabel type: object @@ -813992,6 +823614,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAccess' + microsoft.graph.restorePointSearchResultCollectionResponse: + title: Collection of microsoft.graph.restorePointSearchResult + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' microsoft.graph.resourceActionCollectionResponse: title: Collection of microsoft.graph.resourceAction type: object @@ -814531,6 +824164,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identityGovernance.parameter' + microsoft.graph.identityGovernance.triggerAttributeCollectionResponse: + title: Collection of microsoft.graph.identityGovernance.triggerAttribute + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute' microsoft.graph.partners.billing.blobCollectionResponse: title: Collection of microsoft.graph.partners.billing.blob type: object @@ -815556,6 +825200,108 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBaseCollectionResponse' + microsoft.graph.driveProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRuleCollectionResponse' + microsoft.graph.driveProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitCollectionResponse' + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + microsoft.graph.exchangeRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSessionCollectionResponse' + microsoft.graph.mailboxProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRuleCollectionResponse' + microsoft.graph.mailboxProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitCollectionResponse' + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + microsoft.graph.protectionPolicyBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBaseCollectionResponse' + microsoft.graph.protectionUnitBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBaseCollectionResponse' + microsoft.graph.restorePointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointCollectionResponse' + microsoft.graph.restoreSessionBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBaseCollectionResponse' + microsoft.graph.serviceAppCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceAppCollectionResponse' + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + microsoft.graph.sharePointRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSessionCollectionResponse' + microsoft.graph.siteProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRuleCollectionResponse' + microsoft.graph.siteProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitCollectionResponse' microsoft.graph.bitlockerRecoveryKeyCollectionResponse: description: Retrieved collection content: @@ -816408,6 +826154,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResultCollectionResponse' + microsoft.graph.communityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.communityCollectionResponse' + microsoft.graph.engagementAsyncOperationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperationCollectionResponse' microsoft.graph.learningCourseActivityCollectionResponse: description: Retrieved collection content: @@ -816468,6 +826226,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequestCollectionResponse' + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactCollectionResponse' microsoft.graph.fileStorageContainerCollectionResponse: description: Retrieved collection content: @@ -816780,6 +826550,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessageCollectionResponse' + microsoft.graph.driveRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactCollectionResponse' microsoft.graph.notebookCollectionResponse: description: Retrieved collection content: @@ -817242,6 +827018,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + microsoft.graph.siteRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactCollectionResponse' microsoft.graph.simulationAutomationRunCollectionResponse: description: Retrieved collection content: @@ -819708,6 +829490,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.locationCollectionResponse' + microsoft.graph.retentionSettingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.retentionSettingCollectionResponse' microsoft.graph.assignedLabelCollectionResponse: description: Retrieved collection content: @@ -820410,6 +830198,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceAccessCollectionResponse' + microsoft.graph.restorePointSearchResultCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResultCollectionResponse' microsoft.graph.resourceActionCollectionResponse: description: Retrieved collection content: @@ -820704,6 +830498,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.parameterCollectionResponse' + microsoft.graph.identityGovernance.triggerAttributeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttributeCollectionResponse' microsoft.graph.partners.billing.blobCollectionResponse: description: Retrieved collection content: @@ -821446,6 +831246,8 @@ components: '@odata.type': microsoft.graph.adminMicrosoft365Apps people: '@odata.type': microsoft.graph.peopleAdminSettings + reportSettings: + '@odata.type': microsoft.graph.adminReportSettings serviceAnnouncement: '@odata.type': microsoft.graph.serviceAnnouncement sharepoint: @@ -821474,6 +831276,9 @@ components: value: installationOptions: '@odata.type': microsoft.graph.m365AppsInstallationOptions + microsoft.graph.adminReportSettings: + value: + displayConcealedNames: 'true' microsoft.graph.agreement: value: acceptances: @@ -822178,6 +831983,44 @@ components: - '@odata.type': microsoft.graph.identityUserFlowAttributeAssignment userFlowIdentityProviders: - '@odata.type': microsoft.graph.identityProviderBase + microsoft.graph.backupRestoreRoot: + value: + driveInclusionRules: + - '@odata.type': microsoft.graph.driveProtectionRule + driveProtectionUnits: + - '@odata.type': microsoft.graph.driveProtectionUnit + exchangeProtectionPolicies: + - '@odata.type': microsoft.graph.exchangeProtectionPolicy + exchangeRestoreSessions: + - '@odata.type': microsoft.graph.exchangeRestoreSession + mailboxInclusionRules: + - '@odata.type': microsoft.graph.mailboxProtectionRule + mailboxProtectionUnits: + - '@odata.type': microsoft.graph.mailboxProtectionUnit + oneDriveForBusinessProtectionPolicies: + - '@odata.type': microsoft.graph.oneDriveForBusinessProtectionPolicy + oneDriveForBusinessRestoreSessions: + - '@odata.type': microsoft.graph.oneDriveForBusinessRestoreSession + protectionPolicies: + - '@odata.type': microsoft.graph.protectionPolicyBase + protectionUnits: + - '@odata.type': microsoft.graph.protectionUnitBase + restorePoints: + - '@odata.type': microsoft.graph.restorePoint + restoreSessions: + - '@odata.type': microsoft.graph.restoreSessionBase + serviceApps: + - '@odata.type': microsoft.graph.serviceApp + serviceStatus: + '@odata.type': microsoft.graph.serviceStatus + sharePointProtectionPolicies: + - '@odata.type': microsoft.graph.sharePointProtectionPolicy + sharePointRestoreSessions: + - '@odata.type': microsoft.graph.sharePointRestoreSession + siteInclusionRules: + - '@odata.type': microsoft.graph.siteProtectionRule + siteProtectionUnits: + - '@odata.type': microsoft.graph.siteProtectionUnit microsoft.graph.baseItem: value: createdBy: @@ -822527,16 +832370,22 @@ components: '@odata.type': microsoft.graph.callTranscriptionInfo microsoft.graph.callRecording: value: + callId: String content: Stream + contentCorrelationId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' meetingId: String meetingOrganizer: '@odata.type': microsoft.graph.identitySet recordingContentUrl: String microsoft.graph.callTranscript: value: + callId: String content: Stream + contentCorrelationId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' meetingId: String meetingOrganizer: '@odata.type': microsoft.graph.identitySet @@ -822882,6 +832731,17 @@ components: '@odata.type': microsoft.graph.resultInfo status: '@odata.type': microsoft.graph.operationStatus + microsoft.graph.community: + value: + description: String + displayName: String + group: + '@odata.type': microsoft.graph.group + groupId: String + owners: + - '@odata.type': microsoft.graph.user + privacy: + '@odata.type': microsoft.graph.communityPrivacy microsoft.graph.companySubscription: value: commerceSubscriptionId: String @@ -824082,6 +833942,19 @@ components: value: content: Stream size: '0' + microsoft.graph.driveProtectionRule: + value: + driveExpression: String + microsoft.graph.driveProtectionUnit: + value: + directoryObjectId: String + displayName: String + email: String + microsoft.graph.driveRestoreArtifact: + value: + restoredSiteId: String + restoredSiteName: String + restoredSiteWebUrl: String microsoft.graph.eBookInstallSummary: value: failedDeviceCount: '0' @@ -824425,6 +834298,10 @@ components: recipientEmail: String microsoft.graph.employeeExperience: value: + communities: + - '@odata.type': microsoft.graph.community + engagementAsyncOperations: + - '@odata.type': microsoft.graph.engagementAsyncOperation learningCourseActivities: - '@odata.type': microsoft.graph.learningCourseActivity learningProviders: @@ -824469,6 +834346,11 @@ components: sentFrom: '@odata.type': microsoft.graph.emailIdentity subject: String + microsoft.graph.engagementAsyncOperation: + value: + operationType: + '@odata.type': microsoft.graph.engagementAsyncOperationType + resourceId: String microsoft.graph.enrollmentConfigurationAssignment: value: target: @@ -824632,6 +834514,18 @@ components: '@odata.type': microsoft.graph.timeSlot responseType: '@odata.type': microsoft.graph.responseType + microsoft.graph.exchangeProtectionPolicy: + value: + mailboxInclusionRules: + - '@odata.type': microsoft.graph.mailboxProtectionRule + mailboxProtectionUnits: + - '@odata.type': microsoft.graph.mailboxProtectionUnit + microsoft.graph.exchangeRestoreSession: + value: + granularMailboxRestoreArtifacts: + - '@odata.type': microsoft.graph.granularMailboxRestoreArtifact + mailboxRestoreArtifacts: + - '@odata.type': microsoft.graph.mailboxRestoreArtifact microsoft.graph.extension: { } microsoft.graph.extensionProperty: value: @@ -824734,6 +834628,10 @@ components: microsoft.graph.governanceInsight: value: insightCreatedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.granularMailboxRestoreArtifact: + value: + artifactCount: '0' + searchResponseId: String microsoft.graph.group: value: acceptedSenders: @@ -825620,6 +835518,18 @@ components: '@odata.type': microsoft.graph.mailDestinationRoutingReason messageUri: String recipientEmail: String + microsoft.graph.mailboxProtectionRule: + value: + mailboxExpression: String + microsoft.graph.mailboxProtectionUnit: + value: + directoryObjectId: String + displayName: String + email: String + microsoft.graph.mailboxRestoreArtifact: + value: + restoredFolderId: String + restoredFolderName: String microsoft.graph.mailFolder: value: childFolderCount: '0' @@ -826279,6 +836189,16 @@ components: value: handler: '@odata.type': microsoft.graph.onAuthenticationMethodLoadStartHandler + microsoft.graph.oneDriveForBusinessProtectionPolicy: + value: + driveInclusionRules: + - '@odata.type': microsoft.graph.driveProtectionRule + driveProtectionUnits: + - '@odata.type': microsoft.graph.driveProtectionUnit + microsoft.graph.oneDriveForBusinessRestoreSession: + value: + driveRestoreArtifacts: + - '@odata.type': microsoft.graph.driveRestoreArtifact microsoft.graph.onenote: value: notebooks: @@ -827214,6 +837134,45 @@ components: microsoft.graph.pronounsSettings: value: isEnabledInOrganization: 'true' + microsoft.graph.protectionPolicyBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + displayName: String + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + retentionSettings: + - '@odata.type': microsoft.graph.retentionSetting + status: + '@odata.type': microsoft.graph.protectionPolicyStatus + microsoft.graph.protectionRuleBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + isAutoApplyEnabled: 'true' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.protectionRuleStatus + microsoft.graph.protectionUnitBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + policyId: String + status: + '@odata.type': microsoft.graph.protectionUnitStatus microsoft.graph.provisioningObjectSummary: value: activityDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -827336,6 +837295,39 @@ components: permission: String permissionType: String resourceAppId: String + microsoft.graph.restoreArtifactBase: + value: + completionDateTime: '0001-01-01T00:00:00.0000000+00:00' + destinationType: + '@odata.type': microsoft.graph.destinationType + error: + '@odata.type': microsoft.graph.publicError + restorePoint: + '@odata.type': microsoft.graph.restorePoint + startDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.artifactRestoreStatus + microsoft.graph.restorePoint: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + protectionDateTime: '0001-01-01T00:00:00.0000000+00:00' + protectionUnit: + '@odata.type': microsoft.graph.protectionUnitBase + tags: + '@odata.type': microsoft.graph.restorePointTags + microsoft.graph.restoreSessionBase: + value: + completedDateTime: '0001-01-01T00:00:00.0000000+00:00' + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.restoreSessionStatus microsoft.graph.richLongRunningOperation: value: error: @@ -827652,6 +837644,17 @@ components: lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' startDateTime: '0001-01-01T00:00:00.0000000+00:00' title: String + microsoft.graph.serviceApp: + value: + application: + '@odata.type': microsoft.graph.identity + effectiveDateTime: '0001-01-01T00:00:00.0000000+00:00' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + registrationDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.serviceAppStatus microsoft.graph.serviceHealth: value: issues: @@ -827880,6 +837883,16 @@ components: value: settings: '@odata.type': microsoft.graph.sharepointSettings + microsoft.graph.sharePointProtectionPolicy: + value: + siteInclusionRules: + - '@odata.type': microsoft.graph.siteProtectionRule + siteProtectionUnits: + - '@odata.type': microsoft.graph.siteProtectionUnit + microsoft.graph.sharePointRestoreSession: + value: + siteRestoreArtifacts: + - '@odata.type': microsoft.graph.siteRestoreArtifact microsoft.graph.sharepointSettings: value: allowedDomainGuidsForSyncApp: @@ -828092,6 +838105,19 @@ components: '@odata.type': microsoft.graph.titleArea webParts: - '@odata.type': microsoft.graph.webPart + microsoft.graph.siteProtectionRule: + value: + siteExpression: String + microsoft.graph.siteProtectionUnit: + value: + siteId: String + siteName: String + siteWebUrl: String + microsoft.graph.siteRestoreArtifact: + value: + restoredSiteId: String + restoredSiteName: String + restoredSiteWebUrl: String microsoft.graph.skypeForBusinessUserConversationMember: value: tenantId: String @@ -828137,6 +838163,8 @@ components: unknownUserCount: '0' microsoft.graph.solutionsRoot: value: + backupRestore: + '@odata.type': microsoft.graph.backupRestoreRoot bookingBusinesses: - '@odata.type': microsoft.graph.bookingBusiness bookingCurrencies: @@ -829526,6 +839554,8 @@ components: - '@odata.type': microsoft.graph.virtualEventPresenter sessions: - '@odata.type': microsoft.graph.virtualEventSession + settings: + '@odata.type': microsoft.graph.virtualEventSettings startDateTime: '@odata.type': microsoft.graph.dateTimeTimeZone status: @@ -831179,6 +841209,11 @@ components: printerName: String processingState: '@odata.type': microsoft.graph.printJobProcessingState + microsoft.graph.artifactQuery: + value: + artifactType: + '@odata.type': microsoft.graph.restorableArtifact + queryExpression: String microsoft.graph.assignedLabel: value: displayName: String @@ -834790,6 +844825,18 @@ components: '@odata.type': microsoft.graph.responseType time: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.restoreAction: { } + microsoft.graph.restorePointSearchResponse: + value: + noResultProtectionUnitIds: + - String + searchResponseId: String + searchResults: + - '@odata.type': microsoft.graph.restorePointSearchResult + microsoft.graph.restorePointSearchResult: + value: + artifactHitCount: '0' + restorePoint: + '@odata.type': microsoft.graph.restorePoint microsoft.graph.resultInfo: value: code: '0' @@ -834812,6 +844859,10 @@ components: isLabelUpdateAllowed: 'true' isMetadataUpdateAllowed: 'true' isRecordLocked: 'true' + microsoft.graph.retentionSetting: + value: + interval: String + period: Duration microsoft.graph.rgbColor: value: b: AA== @@ -835076,6 +845127,19 @@ components: microsoft.graph.serviceProvisioningXmlError: value: errorDetail: String + microsoft.graph.serviceStatus: + value: + backupServiceConsumer: + '@odata.type': microsoft.graph.backupServiceConsumer + disableReason: + '@odata.type': microsoft.graph.disableReason + gracePeriodDateTime: '0001-01-01T00:00:00.0000000+00:00' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + restoreAllowedTillDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.backupServiceStatus microsoft.graph.serviceUpdateMessageViewpoint: value: isArchived: 'true' @@ -835730,6 +845794,10 @@ components: microsoft.graph.timeOffItem: value: timeOffReasonId: String + microsoft.graph.timePeriod: + value: + endDateTime: '0001-01-01T00:00:00.0000000+00:00' + startDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.timeRange: value: endTime: TimeOfDay (timestamp) @@ -836072,6 +846140,9 @@ components: - String questionId: String value: String + microsoft.graph.virtualEventSettings: + value: + isAttendeeEmailNotificationEnabled: 'true' microsoft.graph.visualInfo: value: attribution: @@ -836841,6 +846912,7 @@ components: lastModifiedBy: '@odata.type': microsoft.graph.user lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.identityGovernance.insights: { } microsoft.graph.identityGovernance.lifecycleManagementSettings: value: emailSettings: @@ -836852,6 +846924,8 @@ components: - '@odata.type': microsoft.graph.identityGovernance.customTaskExtension deletedItems: '@odata.type': microsoft.graph.deletedItemContainer + insights: + '@odata.type': microsoft.graph.identityGovernance.insights settings: '@odata.type': microsoft.graph.identityGovernance.lifecycleManagementSettings taskDefinitions: @@ -836998,6 +847072,10 @@ components: microsoft.graph.identityGovernance.workflowVersion: value: versionNumber: '0' + microsoft.graph.identityGovernance.attributeChangeTrigger: + value: + triggerAttributes: + - '@odata.type': microsoft.graph.identityGovernance.triggerAttribute microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration: value: authorizedApps: @@ -837016,6 +847094,14 @@ components: '@odata.type': microsoft.graph.identityGovernance.taskProcessingResult workflow: '@odata.type': microsoft.graph.identityGovernance.workflow + microsoft.graph.identityGovernance.groupBasedSubjectSet: + value: + groups: + - '@odata.type': microsoft.graph.group + microsoft.graph.identityGovernance.membershipChangeTrigger: + value: + changeType: + '@odata.type': microsoft.graph.identityGovernance.membershipChangeType microsoft.graph.identityGovernance.onDemandExecutionOnly: { } microsoft.graph.identityGovernance.parameter: value: @@ -837046,12 +847132,38 @@ components: offsetInDays: '0' timeBasedAttribute: '@odata.type': microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute + microsoft.graph.identityGovernance.topTasksInsightsSummary: + value: + failedTasks: '0' + failedUsers: '0' + successfulTasks: '0' + successfulUsers: '0' + taskDefinitionDisplayName: String + taskDefinitionId: String + totalTasks: '0' + totalUsers: '0' + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + value: + failedRuns: '0' + failedUsers: '0' + successfulRuns: '0' + successfulUsers: '0' + totalRuns: '0' + totalUsers: '0' + workflowCategory: + '@odata.type': microsoft.graph.identityGovernance.lifecycleWorkflowCategory + workflowDisplayName: String + workflowId: String + workflowVersion: '0' microsoft.graph.identityGovernance.triggerAndScopeBasedConditions: value: scope: '@odata.type': microsoft.graph.subjectSet trigger: '@odata.type': microsoft.graph.identityGovernance.workflowExecutionTrigger + microsoft.graph.identityGovernance.triggerAttribute: + value: + name: String microsoft.graph.identityGovernance.usersProcessingSummary: value: failedTasks: '0' @@ -837068,6 +847180,28 @@ components: totalUsers: '0' microsoft.graph.identityGovernance.workflowExecutionConditions: { } microsoft.graph.identityGovernance.workflowExecutionTrigger: { } + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + value: + failedJoinerRuns: '0' + failedLeaverRuns: '0' + failedMoverRuns: '0' + successfulJoinerRuns: '0' + successfulLeaverRuns: '0' + successfulMoverRuns: '0' + totalJoinerRuns: '0' + totalLeaverRuns: '0' + totalMoverRuns: '0' + microsoft.graph.identityGovernance.workflowsInsightsSummary: + value: + failedRuns: '0' + failedTasks: '0' + failedUsers: '0' + successfulRuns: '0' + successfulTasks: '0' + successfulUsers: '0' + totalRuns: '0' + totalTasks: '0' + totalUsers: '0' microsoft.graph.partners.billing.azureUsage: value: billed: @@ -838828,6 +848962,8 @@ tags: x-ms-docs-toc-type: page - name: admin.peopleAdminSettings x-ms-docs-toc-type: page + - name: admin.adminReportSettings + x-ms-docs-toc-type: page - name: admin.serviceAnnouncement x-ms-docs-toc-type: page - name: admin.Functions @@ -839214,6 +849350,10 @@ tags: x-ms-docs-toc-type: page - name: employeeExperience.employeeExperience x-ms-docs-toc-type: page + - name: employeeExperience.community + x-ms-docs-toc-type: page + - name: employeeExperience.engagementAsyncOperation + x-ms-docs-toc-type: page - name: employeeExperience.learningCourseActivity x-ms-docs-toc-type: page - name: employeeExperience.learningProvider @@ -839686,10 +849826,12 @@ tags: x-ms-docs-toc-type: page - name: solutions.solutionsRoot x-ms-docs-toc-type: page - - name: solutions.bookingBusiness + - name: solutions.backupRestoreRoot x-ms-docs-toc-type: page - name: solutions.Actions x-ms-docs-toc-type: container + - name: solutions.bookingBusiness + x-ms-docs-toc-type: page - name: solutions.bookingCurrency x-ms-docs-toc-type: page - name: solutions.virtualEventsRoot diff --git a/openapi/v1.0/graphexplorer.yaml b/openapi/v1.0/graphexplorer.yaml index a7330b57..05949e10 100644 --- a/openapi/v1.0/graphexplorer.yaml +++ b/openapi/v1.0/graphexplorer.yaml @@ -30,6 +30,7 @@ paths: - edge - microsoft365Apps - people + - reportSettings - serviceAnnouncement - sharepoint type: string @@ -47,6 +48,7 @@ paths: - edge - microsoft365Apps - people + - reportSettings - serviceAnnouncement - sharepoint type: string @@ -1751,6 +1753,92 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /admin/reportSettings: + description: Provides operations to manage the reportSettings property of the microsoft.graph.admin entity. + get: + tags: + - admin.adminReportSettings + summary: Get adminReportSettings + description: Get the tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0 + operationId: admin.GetReportSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayConcealedNames + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.adminReportSettings + summary: Update adminReportSettings + description: Update tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0 + operationId: admin.UpdateReportSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.adminReportSettings + summary: Delete navigation property reportSettings for admin + operationId: admin.DeleteReportSettings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /admin/serviceAnnouncement: description: Provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity. get: @@ -8630,8 +8718,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -9040,8 +9128,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -15844,11 +15932,11 @@ paths: get: tags: - chats.conversationMember - summary: Get conversationMember - description: Retrieve a conversationMember from a chat or channel. + summary: Get conversationMember in a chat + description: Retrieve a conversationMember from a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 operationId: chats.GetMembers parameters: - name: chat-id @@ -21158,7 +21246,7 @@ paths: tags: - communications.call summary: Create call - description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.' + description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0 @@ -21880,7 +21968,7 @@ paths: tags: - communications.Actions summary: Invoke action answer - description: 'Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.' + description: 'Enable a bot to answer an incoming call. The incoming call request can be an invitation from a participant in a group call or a peer-to-peer call. If an invitation to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0 @@ -23213,10 +23301,10 @@ paths: tags: - communications.Actions summary: Invoke action invite - description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. ' + description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0 operationId: communications.calls.call.participants.invite parameters: - name: call-id @@ -24426,10 +24514,16 @@ paths: enum: - id - id desc + - callId + - callId desc - content - content desc + - contentCorrelationId + - contentCorrelationId desc - createdDateTime - createdDateTime desc + - endDateTime + - endDateTime desc - meetingId - meetingId desc - meetingOrganizer @@ -24448,8 +24542,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - recordingContentUrl @@ -24539,8 +24636,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - recordingContentUrl @@ -24751,6 +24851,111 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communications.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -24784,10 +24989,16 @@ paths: enum: - id - id desc + - callId + - callId desc - content - content desc + - contentCorrelationId + - contentCorrelationId desc - createdDateTime - createdDateTime desc + - endDateTime + - endDateTime desc - meetingId - meetingId desc - meetingOrganizer @@ -24808,8 +25019,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - metadataContent @@ -24900,8 +25114,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - metadataContent @@ -25211,6 +25428,114 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communications.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' /communications/onlineMeetings/$count: description: Provides operations to count the resources in the collection. get: @@ -25283,6 +25608,245 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/communications/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - communications.Functions + summary: Invoke function getAllRecordings + operationId: communications.onlineMeetings.getAllRecordings + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/communications/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - communications.Functions + summary: Invoke function getAllTranscripts + operationId: communications.onlineMeetings.getAllTranscripts + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore /communications/presences: description: Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity. get: @@ -30971,7 +31535,7 @@ paths: description: Read properties and relationships of the deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement parameters: - name: $select @@ -31047,7 +31611,7 @@ paths: description: Update the properties of a deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.UpdateDeviceAppManagement requestBody: description: New property values @@ -33822,11 +34386,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: List managedAppProtections - description: List properties and relationships of the managedAppProtection objects. + summary: List managedAppPolicies + description: List properties and relationships of the managedAppPolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppPolicies parameters: - $ref: '#/components/parameters/top' @@ -33922,11 +34486,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: Get targetedManagedAppProtection - description: Read properties and relationships of the targetedManagedAppProtection object. + summary: Get managedAppPolicy + description: Read properties and relationships of the managedAppPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetManagedAppPolicies parameters: - name: managedAppPolicy-id @@ -34034,7 +34598,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppPolicies.managedAppPolicy.targetApps parameters: - name: managedAppPolicy-id @@ -34086,11 +34650,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: List androidManagedAppRegistrations - description: List properties and relationships of the androidManagedAppRegistration objects. + summary: List managedAppRegistrations + description: List properties and relationships of the managedAppRegistration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppRegistrations parameters: - $ref: '#/components/parameters/top' @@ -34580,7 +35144,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.appliedPolicies.managedAppPolicy.targetApps parameters: - name: managedAppRegistration-id @@ -34888,7 +35452,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.intendedPolicies.managedAppPolicy.targetApps parameters: - name: managedAppRegistration-id @@ -35493,11 +36057,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: List iosVppEBooks - description: List properties and relationships of the iosVppEBook objects. + summary: List managedEBooks + description: List properties and relationships of the managedEBook objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedEBooks parameters: - $ref: '#/components/parameters/top' @@ -35819,11 +36383,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create iosVppEBookAssignment - description: Create a new iosVppEBookAssignment object. + summary: Create managedEBookAssignment + description: Create a new managedEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.CreateAssignments parameters: - name: managedEBook-id @@ -35855,11 +36419,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get managedEBookAssignment - description: Read properties and relationships of the managedEBookAssignment object. + summary: Get iosVppEBookAssignment + description: Read properties and relationships of the iosVppEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.GetAssignments parameters: - name: managedEBook-id @@ -38405,11 +38969,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: List managedDeviceMobileAppConfigurations - description: List properties and relationships of the managedDeviceMobileAppConfiguration objects. + summary: List iosMobileAppConfigurations + description: List properties and relationships of the iosMobileAppConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileAppConfigurations parameters: - $ref: '#/components/parameters/top' @@ -38522,11 +39086,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get iosMobileAppConfiguration - description: Read properties and relationships of the iosMobileAppConfiguration object. + summary: Get managedDeviceMobileAppConfiguration + description: Read properties and relationships of the managedDeviceMobileAppConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileAppConfigurations parameters: - name: managedDeviceMobileAppConfiguration-id @@ -39759,11 +40323,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: List managedApps - description: List properties and relationships of the managedApp objects. + summary: List windowsUniversalAppXs + description: List properties and relationships of the windowsUniversalAppX objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedapp-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileApps parameters: - $ref: '#/components/parameters/top' @@ -39863,11 +40427,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create managedAndroidLobApp - description: Create a new managedAndroidLobApp object. + summary: Create androidStoreApp + description: Create a new androidStoreApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateMobileApps requestBody: description: New navigation property @@ -39891,11 +40455,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get managedMobileLobApp - description: Read properties and relationships of the managedMobileLobApp object. + summary: Get managedAndroidLobApp + description: Read properties and relationships of the managedAndroidLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedmobilelobapp-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileApps parameters: - name: mobileApp-id @@ -39959,11 +40523,11 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update webApp - description: Update the properties of a webApp object. + summary: Update iosLobApp + description: Update the properties of a iosLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-webapp-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateMobileApps parameters: - name: mobileApp-id @@ -39989,11 +40553,11 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete win32LobApp - description: Deletes a win32LobApp. + summary: Delete windowsAppX + description: Deletes a windowsAppX. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteMobileApps parameters: - name: mobileApp-id @@ -64869,7 +65433,7 @@ paths: description: Read properties and relationships of the deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.GetDeviceManagement parameters: - name: $select @@ -65036,7 +65600,7 @@ paths: description: Update the properties of a deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.UpdateDeviceManagement requestBody: description: New property values @@ -66708,11 +67272,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: List deviceCompliancePolicies - description: List properties and relationships of the deviceCompliancePolicy objects. + summary: List androidCompliancePolicies + description: List properties and relationships of the androidCompliancePolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceCompliancePolicies parameters: - $ref: '#/components/parameters/top' @@ -66826,11 +67390,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get deviceCompliancePolicy - description: Read properties and relationships of the deviceCompliancePolicy object. + summary: Get windows10CompliancePolicy + description: Read properties and relationships of the windows10CompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -66896,11 +67460,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update windows81CompliancePolicy - description: Update the properties of a windows81CompliancePolicy object. + summary: Update macOSCompliancePolicy + description: Update the properties of a macOSCompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -66926,11 +67490,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete macOSCompliancePolicy - description: Deletes a macOSCompliancePolicy. + summary: Delete androidWorkProfileCompliancePolicy + description: Deletes a androidWorkProfileCompliancePolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -69725,11 +70289,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: List androidWorkProfileGeneralDeviceConfigurations - description: List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. + summary: List windowsDefenderAdvancedThreatProtectionConfigurations + description: List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceConfigurations parameters: - $ref: '#/components/parameters/top' @@ -69813,11 +70377,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create androidGeneralDeviceConfiguration - description: Create a new androidGeneralDeviceConfiguration object. + summary: Create windowsUpdateForBusinessConfiguration + description: Create a new windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDeviceConfigurations requestBody: description: New navigation property @@ -69841,11 +70405,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get iosCertificateProfile - description: Read properties and relationships of the iosCertificateProfile object. + summary: Get sharedPCConfiguration + description: Read properties and relationships of the sharedPCConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscertificateprofile-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -69909,11 +70473,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update iosUpdateConfiguration - description: Update the properties of a iosUpdateConfiguration object. + summary: Update windowsUpdateForBusinessConfiguration + description: Update the properties of a windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -69939,11 +70503,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete windows81GeneralConfiguration - description: Deletes a windows81GeneralConfiguration. + summary: Delete iosUpdateConfiguration + description: Deletes a iosUpdateConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81generalconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -71426,11 +71990,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: List deviceEnrollmentWindowsHelloForBusinessConfigurations - description: List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + summary: List deviceEnrollmentPlatformRestrictionsConfigurations + description: List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceEnrollmentConfigurations parameters: - $ref: '#/components/parameters/top' @@ -71535,11 +72099,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentPlatformRestrictionsConfiguration - description: Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. + summary: Get deviceEnrollmentWindowsHelloForBusinessConfiguration + description: Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceEnrollmentConfigurations parameters: - name: deviceEnrollmentConfiguration-id @@ -71624,11 +72188,11 @@ paths: delete: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Delete deviceEnrollmentLimitConfiguration - description: Deletes a deviceEnrollmentLimitConfiguration. + summary: Delete deviceEnrollmentPlatformRestrictionsConfiguration + description: Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceEnrollmentConfigurations parameters: - name: deviceEnrollmentConfiguration-id @@ -79867,11 +80431,11 @@ paths: get: tags: - deviceManagement.roleDefinition - summary: Get roleDefinition - description: Read properties and relationships of the roleDefinition object. + summary: Get deviceAndAppManagementRoleDefinition + description: Read properties and relationships of the deviceAndAppManagementRoleDefinition object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0 operationId: deviceManagement.GetRoleDefinitions parameters: - name: roleDefinition-id @@ -177531,6 +178095,8 @@ paths: type: array items: enum: + - communities + - engagementAsyncOperations - learningCourseActivities - learningProviders type: string @@ -177562,14 +178128,17 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /employeeExperience/learningCourseActivities: - description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. + /employeeExperience/communities: + description: Provides operations to manage the communities property of the microsoft.graph.employeeExperience entity. get: tags: - - employeeExperience.learningCourseActivity - summary: Get learningCourseActivity - description: 'Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.' - operationId: employeeExperience.ListLearningCourseActivities + - employeeExperience.community + summary: List communities + description: Get a list of the Viva Engage community objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/employeeexperience-list-communities?view=graph-rest-1.0 + operationId: employeeExperience.ListCommunities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -177588,20 +178157,1354 @@ paths: enum: - id - id desc - - completedDateTime - - completedDateTime desc - - completionPercentage - - completionPercentage desc - - externalcourseActivityId - - externalcourseActivityId desc - - learnerUserId - - learnerUserId desc - - learningContentId - - learningContentId desc - - learningProviderId - - learningProviderId desc + - description + - description desc + - displayName + - displayName desc + - groupId + - groupId desc + - privacy + - privacy desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - displayName + - groupId + - privacy + - group + - owners + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - group + - owners + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.communityCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - employeeExperience.community + summary: Create community + description: Create a new community in Viva Engage. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/employeeexperience-post-communities?view=graph-rest-1.0 + operationId: employeeExperience.CreateCommunities + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}': + description: Provides operations to manage the communities property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.community + summary: Get community + description: Read the properties and relationships of a community object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-get?view=graph-rest-1.0 + operationId: employeeExperience.GetCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - displayName + - groupId + - privacy + - group + - owners + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - group + - owners + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - employeeExperience.community + summary: Update community + description: Update the properties of an existing Viva Engage community. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-update?view=graph-rest-1.0 + operationId: employeeExperience.UpdateCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - employeeExperience.community + summary: Delete community + description: 'Delete a Viva Engage community along with all associated Microsoft 365 content, including the connected Microsoft 365 group, OneNote notebook, and Planner plans. For more information, see What happens if I delete a Viva Engage community connected to Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-delete?view=graph-rest-1.0 + operationId: employeeExperience.DeleteCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/group': + description: Provides operations to manage the group property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get group from employeeExperience + description: The Microsoft 365 group that manages the membership of this community. + operationId: employeeExperience.communities.GetGroup + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - allowExternalSenders + - assignedLabels + - assignedLicenses + - autoSubscribeNewMembers + - classification + - createdDateTime + - description + - displayName + - expirationDateTime + - groupTypes + - hasMembersWithLicenseErrors + - hideFromAddressLists + - hideFromOutlookClients + - isArchived + - isAssignableToRole + - isSubscribedByMail + - licenseProcessingState + - mail + - mailEnabled + - mailNickname + - membershipRule + - membershipRuleProcessingState + - onPremisesDomainName + - onPremisesLastSyncDateTime + - onPremisesNetBiosName + - onPremisesProvisioningErrors + - onPremisesSamAccountName + - onPremisesSecurityIdentifier + - onPremisesSyncEnabled + - preferredDataLocation + - preferredLanguage + - proxyAddresses + - renewedDateTime + - securityEnabled + - securityIdentifier + - serviceProvisioningErrors + - theme + - uniqueName + - unseenCount + - visibility + - acceptedSenders + - appRoleAssignments + - calendar + - calendarView + - conversations + - createdOnBehalfOf + - drive + - drives + - events + - extensions + - groupLifecyclePolicies + - memberOf + - members + - membersWithLicenseErrors + - onenote + - owners + - permissionGrants + - photo + - photos + - planner + - rejectedSenders + - settings + - sites + - team + - threads + - transitiveMemberOf + - transitiveMembers + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - acceptedSenders + - appRoleAssignments + - calendar + - calendarView + - conversations + - createdOnBehalfOf + - drive + - drives + - events + - extensions + - groupLifecyclePolicies + - memberOf + - members + - membersWithLicenseErrors + - onenote + - owners + - permissionGrants + - photo + - photos + - planner + - rejectedSenders + - settings + - sites + - team + - threads + - transitiveMemberOf + - transitiveMembers + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.group' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/group/serviceProvisioningErrors': + get: + tags: + - employeeExperience.community + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: employeeExperience.communities.group.ListServiceProvisioningErrors + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - createdDateTime + - createdDateTime desc + - isResolved + - isResolved desc + - serviceInstance + - serviceInstance desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - createdDateTime + - isResolved + - serviceInstance + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/employeeExperience/communities/{community-id}/group/serviceProvisioningErrors/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.group.ServiceProvisioningErrors.GetCount-d8ef + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/employeeExperience/communities/{community-id}/owners': + description: Provides operations to manage the owners property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get owners from employeeExperience + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + operationId: employeeExperience.communities.ListOwners + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - deletedDateTime + - deletedDateTime desc + - aboutMe + - aboutMe desc + - accountEnabled + - accountEnabled desc + - ageGroup + - ageGroup desc + - assignedLicenses + - assignedLicenses desc + - assignedPlans + - assignedPlans desc + - authorizationInfo + - authorizationInfo desc + - birthday + - birthday desc + - businessPhones + - businessPhones desc + - city + - city desc + - companyName + - companyName desc + - consentProvidedForMinor + - consentProvidedForMinor desc + - country + - country desc + - createdDateTime + - createdDateTime desc + - creationType + - creationType desc + - customSecurityAttributes + - customSecurityAttributes desc + - department + - department desc + - deviceEnrollmentLimit + - deviceEnrollmentLimit desc + - displayName + - displayName desc + - employeeHireDate + - employeeHireDate desc + - employeeId + - employeeId desc + - employeeLeaveDateTime + - employeeLeaveDateTime desc + - employeeOrgData + - employeeOrgData desc + - employeeType + - employeeType desc + - externalUserState + - externalUserState desc + - externalUserStateChangeDateTime + - externalUserStateChangeDateTime desc + - faxNumber + - faxNumber desc + - givenName + - givenName desc + - hireDate + - hireDate desc + - identities + - identities desc + - imAddresses + - imAddresses desc + - interests + - interests desc + - isResourceAccount + - isResourceAccount desc + - jobTitle + - jobTitle desc + - lastPasswordChangeDateTime + - lastPasswordChangeDateTime desc + - legalAgeGroupClassification + - legalAgeGroupClassification desc + - licenseAssignmentStates + - licenseAssignmentStates desc + - mail + - mail desc + - mailboxSettings + - mailboxSettings desc + - mailNickname + - mailNickname desc + - mobilePhone + - mobilePhone desc + - mySite + - mySite desc + - officeLocation + - officeLocation desc + - onPremisesDistinguishedName + - onPremisesDistinguishedName desc + - onPremisesDomainName + - onPremisesDomainName desc + - onPremisesExtensionAttributes + - onPremisesExtensionAttributes desc + - onPremisesImmutableId + - onPremisesImmutableId desc + - onPremisesLastSyncDateTime + - onPremisesLastSyncDateTime desc + - onPremisesProvisioningErrors + - onPremisesProvisioningErrors desc + - onPremisesSamAccountName + - onPremisesSamAccountName desc + - onPremisesSecurityIdentifier + - onPremisesSecurityIdentifier desc + - onPremisesSyncEnabled + - onPremisesSyncEnabled desc + - onPremisesUserPrincipalName + - onPremisesUserPrincipalName desc + - otherMails + - otherMails desc + - passwordPolicies + - passwordPolicies desc + - passwordProfile + - passwordProfile desc + - pastProjects + - pastProjects desc + - postalCode + - postalCode desc + - preferredDataLocation + - preferredDataLocation desc + - preferredLanguage + - preferredLanguage desc + - preferredName + - preferredName desc + - print + - print desc + - provisionedPlans + - provisionedPlans desc + - proxyAddresses + - proxyAddresses desc + - responsibilities + - responsibilities desc + - schools + - schools desc + - securityIdentifier + - securityIdentifier desc + - serviceProvisioningErrors + - serviceProvisioningErrors desc + - showInAddressList + - showInAddressList desc + - signInActivity + - signInActivity desc + - signInSessionsValidFromDateTime + - signInSessionsValidFromDateTime desc + - skills + - skills desc + - state + - state desc + - streetAddress + - streetAddress desc + - surname + - surname desc + - usageLocation + - usageLocation desc + - userPrincipalName + - userPrincipalName desc + - userType + - userType desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - aboutMe + - accountEnabled + - ageGroup + - assignedLicenses + - assignedPlans + - authorizationInfo + - birthday + - businessPhones + - city + - companyName + - consentProvidedForMinor + - country + - createdDateTime + - creationType + - customSecurityAttributes + - department + - deviceEnrollmentLimit + - displayName + - employeeHireDate + - employeeId + - employeeLeaveDateTime + - employeeOrgData + - employeeType + - externalUserState + - externalUserStateChangeDateTime + - faxNumber + - givenName + - hireDate + - identities + - imAddresses + - interests + - isResourceAccount + - jobTitle + - lastPasswordChangeDateTime + - legalAgeGroupClassification + - licenseAssignmentStates + - mail + - mailboxSettings + - mailNickname + - mobilePhone + - mySite + - officeLocation + - onPremisesDistinguishedName + - onPremisesDomainName + - onPremisesExtensionAttributes + - onPremisesImmutableId + - onPremisesLastSyncDateTime + - onPremisesProvisioningErrors + - onPremisesSamAccountName + - onPremisesSecurityIdentifier + - onPremisesSyncEnabled + - onPremisesUserPrincipalName + - otherMails + - passwordPolicies + - passwordProfile + - pastProjects + - postalCode + - preferredDataLocation + - preferredLanguage + - preferredName + - print + - provisionedPlans + - proxyAddresses + - responsibilities + - schools + - securityIdentifier + - serviceProvisioningErrors + - showInAddressList + - signInActivity + - signInSessionsValidFromDateTime + - skills + - state + - streetAddress + - surname + - usageLocation + - userPrincipalName + - userType + - activities + - agreementAcceptances + - appRoleAssignments + - authentication + - calendar + - calendarGroups + - calendars + - calendarView + - chats + - cloudClipboard + - contactFolders + - contacts + - createdObjects + - deviceManagementTroubleshootingEvents + - directReports + - drive + - drives + - employeeExperience + - events + - extensions + - followedSites + - inferenceClassification + - insights + - joinedTeams + - licenseDetails + - mailFolders + - managedAppRegistrations + - managedDevices + - manager + - memberOf + - messages + - oauth2PermissionGrants + - onenote + - onlineMeetings + - outlook + - ownedDevices + - ownedObjects + - people + - permissionGrants + - photo + - photos + - planner + - presence + - registeredDevices + - scopedRoleMemberOf + - settings + - sponsors + - teamwork + - todo + - transitiveMemberOf + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - activities + - agreementAcceptances + - appRoleAssignments + - authentication + - calendar + - calendarGroups + - calendars + - calendarView + - chats + - cloudClipboard + - contactFolders + - contacts + - createdObjects + - deviceManagementTroubleshootingEvents + - directReports + - drive + - drives + - employeeExperience + - events + - extensions + - followedSites + - inferenceClassification + - insights + - joinedTeams + - licenseDetails + - mailFolders + - managedAppRegistrations + - managedDevices + - manager + - memberOf + - messages + - oauth2PermissionGrants + - onenote + - onlineMeetings + - outlook + - ownedDevices + - ownedObjects + - people + - permissionGrants + - photo + - photos + - planner + - presence + - registeredDevices + - scopedRoleMemberOf + - settings + - sponsors + - teamwork + - todo + - transitiveMemberOf + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.userCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/owners/{user-id}': + description: Provides operations to manage the owners property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get owners from employeeExperience + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + operationId: employeeExperience.communities.GetOwners + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - aboutMe + - accountEnabled + - ageGroup + - assignedLicenses + - assignedPlans + - authorizationInfo + - birthday + - businessPhones + - city + - companyName + - consentProvidedForMinor + - country + - createdDateTime + - creationType + - customSecurityAttributes + - department + - deviceEnrollmentLimit + - displayName + - employeeHireDate + - employeeId + - employeeLeaveDateTime + - employeeOrgData + - employeeType + - externalUserState + - externalUserStateChangeDateTime + - faxNumber + - givenName + - hireDate + - identities + - imAddresses + - interests + - isResourceAccount + - jobTitle + - lastPasswordChangeDateTime + - legalAgeGroupClassification + - licenseAssignmentStates + - mail + - mailboxSettings + - mailNickname + - mobilePhone + - mySite + - officeLocation + - onPremisesDistinguishedName + - onPremisesDomainName + - onPremisesExtensionAttributes + - onPremisesImmutableId + - onPremisesLastSyncDateTime + - onPremisesProvisioningErrors + - onPremisesSamAccountName + - onPremisesSecurityIdentifier + - onPremisesSyncEnabled + - onPremisesUserPrincipalName + - otherMails + - passwordPolicies + - passwordProfile + - pastProjects + - postalCode + - preferredDataLocation + - preferredLanguage + - preferredName + - print + - provisionedPlans + - proxyAddresses + - responsibilities + - schools + - securityIdentifier + - serviceProvisioningErrors + - showInAddressList + - signInActivity + - signInSessionsValidFromDateTime + - skills + - state + - streetAddress + - surname + - usageLocation + - userPrincipalName + - userType + - activities + - agreementAcceptances + - appRoleAssignments + - authentication + - calendar + - calendarGroups + - calendars + - calendarView + - chats + - cloudClipboard + - contactFolders + - contacts + - createdObjects + - deviceManagementTroubleshootingEvents + - directReports + - drive + - drives + - employeeExperience + - events + - extensions + - followedSites + - inferenceClassification + - insights + - joinedTeams + - licenseDetails + - mailFolders + - managedAppRegistrations + - managedDevices + - manager + - memberOf + - messages + - oauth2PermissionGrants + - onenote + - onlineMeetings + - outlook + - ownedDevices + - ownedObjects + - people + - permissionGrants + - photo + - photos + - planner + - presence + - registeredDevices + - scopedRoleMemberOf + - settings + - sponsors + - teamwork + - todo + - transitiveMemberOf + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - activities + - agreementAcceptances + - appRoleAssignments + - authentication + - calendar + - calendarGroups + - calendars + - calendarView + - chats + - cloudClipboard + - contactFolders + - contacts + - createdObjects + - deviceManagementTroubleshootingEvents + - directReports + - drive + - drives + - employeeExperience + - events + - extensions + - followedSites + - inferenceClassification + - insights + - joinedTeams + - licenseDetails + - mailFolders + - managedAppRegistrations + - managedDevices + - manager + - memberOf + - messages + - oauth2PermissionGrants + - onenote + - onlineMeetings + - outlook + - ownedDevices + - ownedObjects + - people + - permissionGrants + - photo + - photos + - planner + - presence + - registeredDevices + - scopedRoleMemberOf + - settings + - sponsors + - teamwork + - todo + - transitiveMemberOf + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/owners/{user-id}/mailboxSettings': + get: + tags: + - employeeExperience.community + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: employeeExperience.communities.owners.GetMailboxSettings + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - archiveFolder + - automaticRepliesSetting + - dateFormat + - delegateMeetingMessageDeliveryOptions + - language + - timeFormat + - timeZone + - userPurpose + - workingHours + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + patch: + tags: + - employeeExperience.community + summary: Update property mailboxSettings value. + operationId: employeeExperience.communities.owners.UpdateMailboxSettings + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/employeeExperience/communities/{community-id}/owners/{user-id}/serviceProvisioningErrors': + get: + tags: + - employeeExperience.community + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: employeeExperience.communities.owners.ListServiceProvisioningErrors + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - createdDateTime + - createdDateTime desc + - isResolved + - isResolved desc + - serviceInstance + - serviceInstance desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - createdDateTime + - isResolved + - serviceInstance + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/employeeExperience/communities/{community-id}/owners/{user-id}/serviceProvisioningErrors/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.owners.ServiceProvisioningErrors.GetCount-6b17 + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/employeeExperience/communities/{community-id}/owners/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.owners.GetCount-1d4e + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /employeeExperience/communities/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.GetCount-6b75 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /employeeExperience/engagementAsyncOperations: + description: Provides operations to manage the engagementAsyncOperations property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.engagementAsyncOperation + summary: Get engagementAsyncOperation + description: Get an engagementAsyncOperation to track a long-running operation request. + operationId: employeeExperience.ListEngagementAsyncOperations + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdDateTime + - createdDateTime desc + - lastActionDateTime + - lastActionDateTime desc + - resourceLocation + - resourceLocation desc - status - status desc + - statusDetail + - statusDetail desc + - operationType + - operationType desc + - resourceId + - resourceId desc type: string - name: $select in: query @@ -177614,13 +179517,13 @@ paths: items: enum: - id - - completedDateTime - - completionPercentage - - externalcourseActivityId - - learnerUserId - - learningContentId - - learningProviderId + - createdDateTime + - lastActionDateTime + - resourceLocation - status + - statusDetail + - operationType + - resourceId type: string - name: $expand in: query @@ -177636,7 +179539,7 @@ paths: type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.learningCourseActivityCollectionResponse' + $ref: '#/components/responses/microsoft.graph.engagementAsyncOperationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -177645,15 +179548,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - employeeExperience.learningCourseActivity - summary: Create new navigation property to learningCourseActivities for employeeExperience - operationId: employeeExperience.CreateLearningCourseActivities + - employeeExperience.engagementAsyncOperation + summary: Create new navigation property to engagementAsyncOperations for employeeExperience + operationId: employeeExperience.CreateEngagementAsyncOperations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' required: true responses: '201': @@ -177661,29 +179564,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/employeeExperience/learningCourseActivities/{learningCourseActivity-id}': - description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. + '/employeeExperience/engagementAsyncOperations/{engagementAsyncOperation-id}': + description: Provides operations to manage the engagementAsyncOperations property of the microsoft.graph.employeeExperience entity. get: tags: - - employeeExperience.learningCourseActivity - summary: Get learningCourseActivity - description: 'Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.' + - employeeExperience.engagementAsyncOperation + summary: Get engagementAsyncOperation + description: Get an engagementAsyncOperation to track a long-running operation request. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0 - operationId: employeeExperience.GetLearningCourseActivities + url: https://learn.microsoft.com/graph/api/engagementasyncoperation-get?view=graph-rest-1.0 + operationId: employeeExperience.GetEngagementAsyncOperations parameters: - - name: learningCourseActivity-id + - name: engagementAsyncOperation-id in: path - description: The unique identifier of learningCourseActivity + description: The unique identifier of engagementAsyncOperation required: true schema: type: string - x-ms-docs-key-type: learningCourseActivity + x-ms-docs-key-type: engagementAsyncOperation - name: $select in: query description: Select properties to be returned @@ -177695,13 +179598,13 @@ paths: items: enum: - id - - completedDateTime - - completionPercentage - - externalcourseActivityId - - learnerUserId - - learningContentId - - learningProviderId + - createdDateTime + - lastActionDateTime + - resourceLocation - status + - statusDetail + - operationType + - resourceId type: string - name: $expand in: query @@ -177721,29 +179624,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - employeeExperience.learningCourseActivity - summary: Update the navigation property learningCourseActivities in employeeExperience - operationId: employeeExperience.UpdateLearningCourseActivities + - employeeExperience.engagementAsyncOperation + summary: Update the navigation property engagementAsyncOperations in employeeExperience + operationId: employeeExperience.UpdateEngagementAsyncOperations parameters: - - name: learningCourseActivity-id + - name: engagementAsyncOperation-id in: path - description: The unique identifier of learningCourseActivity + description: The unique identifier of engagementAsyncOperation required: true schema: type: string - x-ms-docs-key-type: learningCourseActivity + x-ms-docs-key-type: engagementAsyncOperation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' required: true responses: '204': @@ -177753,17 +179656,17 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - employeeExperience.learningCourseActivity - summary: Delete navigation property learningCourseActivities for employeeExperience - operationId: employeeExperience.DeleteLearningCourseActivities + - employeeExperience.engagementAsyncOperation + summary: Delete navigation property engagementAsyncOperations for employeeExperience + operationId: employeeExperience.DeleteEngagementAsyncOperations parameters: - - name: learningCourseActivity-id + - name: engagementAsyncOperation-id in: path - description: The unique identifier of learningCourseActivity + description: The unique identifier of engagementAsyncOperation required: true schema: type: string - x-ms-docs-key-type: learningCourseActivity + x-ms-docs-key-type: engagementAsyncOperation - name: If-Match in: header description: ETag @@ -177775,27 +179678,255 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/employeeExperience/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')' - '/employeeExperience/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')': + /employeeExperience/engagementAsyncOperations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.engagementAsyncOperation + summary: Get the number of the resource + operationId: employeeExperience.engagementAsyncOperations.GetCount-6cef + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /employeeExperience/learningCourseActivities: description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. get: tags: - employeeExperience.learningCourseActivity summary: Get learningCourseActivity description: 'Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0 - operationId: employeeExperience.learningCourseActivities.GetByExternalcourseActivityId + operationId: employeeExperience.ListLearningCourseActivities parameters: - - name: externalcourseActivityId - in: path - description: Alternate key of learningCourseActivity - required: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - nullable: true + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - completedDateTime + - completedDateTime desc + - completionPercentage + - completionPercentage desc + - externalcourseActivityId + - externalcourseActivityId desc + - learnerUserId + - learnerUserId desc + - learningContentId + - learningContentId desc + - learningProviderId + - learningProviderId desc + - status + - status desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completedDateTime + - completionPercentage + - externalcourseActivityId + - learnerUserId + - learningContentId + - learningProviderId + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.learningCourseActivityCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - employeeExperience.learningCourseActivity + summary: Create new navigation property to learningCourseActivities for employeeExperience + operationId: employeeExperience.CreateLearningCourseActivities + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/learningCourseActivities/{learningCourseActivity-id}': + description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.learningCourseActivity + summary: Get learningCourseActivity + description: 'Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0 + operationId: employeeExperience.GetLearningCourseActivities + parameters: + - name: learningCourseActivity-id + in: path + description: The unique identifier of learningCourseActivity + required: true + schema: + type: string + x-ms-docs-key-type: learningCourseActivity + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completedDateTime + - completionPercentage + - externalcourseActivityId + - learnerUserId + - learningContentId + - learningProviderId + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - employeeExperience.learningCourseActivity + summary: Update the navigation property learningCourseActivities in employeeExperience + operationId: employeeExperience.UpdateLearningCourseActivities + parameters: + - name: learningCourseActivity-id + in: path + description: The unique identifier of learningCourseActivity + required: true + schema: + type: string + x-ms-docs-key-type: learningCourseActivity + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - employeeExperience.learningCourseActivity + summary: Delete navigation property learningCourseActivities for employeeExperience + operationId: employeeExperience.DeleteLearningCourseActivities + parameters: + - name: learningCourseActivity-id + in: path + description: The unique identifier of learningCourseActivity + required: true + schema: + type: string + x-ms-docs-key-type: learningCourseActivity + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/employeeExperience/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')' + '/employeeExperience/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')': + description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.learningCourseActivity + summary: Get learningCourseActivity + description: 'Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0 + operationId: employeeExperience.learningCourseActivities.GetByExternalcourseActivityId + parameters: + - name: externalcourseActivityId + in: path + description: Alternate key of learningCourseActivity + required: true + schema: + type: string + nullable: true - name: $select in: query description: Select properties to be returned @@ -194193,7 +196324,7 @@ paths: description: Delete conversation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0 operationId: groups.DeleteConversations parameters: - name: group-id @@ -194523,10 +196654,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.conversations.conversation.threads.conversationThread.reply parameters: - name: group-id @@ -346363,11 +348494,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversationThread + summary: Delete conversation thread description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 operationId: groups.DeleteThreads parameters: - name: group-id @@ -346401,10 +348532,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.threads.conversationThread.reply parameters: - name: group-id @@ -346448,11 +348579,11 @@ paths: get: tags: - groups.conversationThread - summary: Get post - description: "Get the properties and relationships of a post in a specified thread. You can specify both the parent \nconversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance." + summary: List posts + description: "Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,\nyou can specify the thread without referencing the parent conversation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0 operationId: groups.threads.ListPosts parameters: - name: group-id @@ -353238,7 +355369,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Add attribute (to user flow) - description: 'Add an attribute to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. Prerequisite: PATCH the user flow with the updated onAttributeCollection event that includes the new attribute.' + description: 'Add an attribute to an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. The attribute is added to both the attributeCollection> attributes and attributeCollection> attributeCollectionPage > views collections on the user flow. In the views collection, the attribute is assigned the default settings. You can PATCH the user flow to customize the settings of the attribute on the views object, for example, marking it as required or updating the allowed input types.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0 @@ -357513,11 +359644,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get countryNamedLocation - description: Retrieve the properties and relationships of a countryNamedLocation object. + summary: Get namedLocation + description: Retrieve the properties and relationships of a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0 operationId: identity.conditionalAccess.GetNamedLocations parameters: - name: namedLocation-id @@ -357567,11 +359698,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update countryNamedLocation - description: Update the properties of a countryNamedLocation object. + summary: Update ipNamedlocation + description: Update the properties of an ipNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0 operationId: identity.conditionalAccess.UpdateNamedLocations parameters: - name: namedLocation-id @@ -357597,11 +359728,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete countryNamedLocation - description: Delete a countryNamedLocation object. + summary: Delete namedLocation + description: Delete a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess.DeleteNamedLocations parameters: - name: namedLocation-id @@ -365228,11 +367359,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackage - description: Retrieve the properties and relationships of an accessPackage object. + summary: List resourceRoleScopes + description: Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetAccessPackages parameters: - name: accessPackage-id @@ -372986,7 +375117,7 @@ paths: tags: - identityGovernance.Actions summary: Invoke action resume - description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' + description: 'Resume a user''s access package request after waiting for a callback from a custom extension. In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It''s performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0 @@ -374580,11 +376711,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentRequestWorkflowExtension - description: Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + summary: Get accessPackageAssignmentWorkflowExtension + description: Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.GetCustomWorkflowExtensions parameters: - name: accessPackageCatalog-id @@ -374680,11 +376811,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete accessPackageAssignmentWorkflowExtension - description: 'Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' + summary: Delete accessPackageAssignmentRequestWorkflowExtension + description: 'Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.DeleteCustomWorkflowExtensions parameters: - name: accessPackageCatalog-id @@ -402076,6 +404207,7 @@ paths: - id - customTaskExtensions - deletedItems + - insights - settings - taskDefinitions - workflows @@ -402094,6 +404226,7 @@ paths: - '*' - customTaskExtensions - deletedItems + - insights - settings - taskDefinitions - workflows @@ -413666,6 +415799,274 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /identityGovernance/lifecycleWorkflows/insights: + description: Provides operations to manage the insights property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get insights from identityGovernance + description: The insight container holding workflow insight summaries for a tenant. + operationId: identityGovernance.lifecycleWorkflows.GetInsights + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Update the navigation property insights in identityGovernance + operationId: identityGovernance.lifecycleWorkflows.UpdateInsights + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Delete navigation property insights for identityGovernance + operationId: identityGovernance.lifecycleWorkflows.DeleteInsights + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the topTasksProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function topTasksProcessedSummary + description: 'Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.topTasksProcessedSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topTasksInsightsSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the topWorkflowsProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function topWorkflowsProcessedSummary + description: 'Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.topWorkflowsProcessedSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topWorkflowsInsightsSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the workflowsProcessedByCategory method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function workflowsProcessedByCategory + description: 'Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.workflowsProcessedByCategory + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsByCategory' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the workflowsProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function workflowsProcessedSummary + description: 'Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.workflowsProcessedSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsSummary' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function /identityGovernance/lifecycleWorkflows/settings: description: Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: @@ -437158,11 +439559,11 @@ paths: patch: tags: - me.userActivity - summary: Create or replace an activityHistoryItem - description: Create a new or replace an existing history item for an existing user activity. + summary: Delete an activityHistoryItem + description: Delete an existing history item for an existing user activity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 operationId: me.activities.UpdateHistoryItems parameters: - name: userActivity-id @@ -443281,6 +445682,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/calendarView/{event-id}/microsoft.graph.accept': @@ -443949,6 +446352,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/calendar/events: @@ -446850,6 +449255,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/events/{event-id}/microsoft.graph.accept': @@ -447506,6 +449913,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -451830,6 +454239,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': @@ -452612,6 +455023,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events': @@ -456099,6 +458512,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': @@ -456881,6 +459296,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -460704,6 +463121,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': @@ -461423,6 +463842,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/events': @@ -464620,6 +467041,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': @@ -465339,6 +467762,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -468323,6 +470748,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarView/{event-id}/microsoft.graph.accept': @@ -468991,6 +471418,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/chats: @@ -472247,6 +474676,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/chats/{chat-id}/messages/$count': @@ -472462,6 +474893,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/chats/{chat-id}/microsoft.graph.hideForUser': @@ -475931,6 +478364,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/contactFolders/{contactFolder-id}/childFolders/$count': @@ -476090,6 +478525,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/contactFolders/{contactFolder-id}/contacts': @@ -477228,6 +479665,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/contactFolders/$count: @@ -477373,6 +479812,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/contacts: @@ -478391,6 +480832,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/createdObjects: @@ -487455,6 +489898,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')': @@ -487709,6 +490154,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels': @@ -497058,6 +499505,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')': @@ -497231,6 +499680,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/list/lastModifiedByUser': @@ -504450,6 +506901,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')': @@ -504697,6 +507150,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels': @@ -510632,6 +513087,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/events/{event-id}/microsoft.graph.accept': @@ -511288,6 +513745,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/extensions: @@ -516853,6 +519312,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': @@ -517082,6 +519543,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.archive': @@ -523536,6 +525999,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/primaryChannel/messages/$count': @@ -523751,6 +526216,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/primaryChannel/microsoft.graph.archive': @@ -528798,11 +531265,11 @@ paths: patch: tags: - me.mailFolder - summary: Update mailSearchFolder - description: Update the writable properties of a mailSearchFolder object. + summary: Update mailfolder + description: Update the properties of mailfolder object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailsearchfolder-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0 operationId: me.UpdateMailFolders parameters: - name: mailFolder-id @@ -531492,6 +533959,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.copy': @@ -531780,6 +534249,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/messageRules': @@ -533911,6 +536382,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/microsoft.graph.copy': @@ -534171,6 +536644,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/managedAppRegistrations: @@ -537956,11 +540431,11 @@ paths: get: tags: - me.message - summary: Get eventMessage - description: 'Get the properties and relationships of the eventMessage object. Apply the $expand parameter on the event navigation property to get the associated event in an attendee''s calendar. Currently, this operation returns event message bodies in only HTML format.' + summary: Get open extension + description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: me.GetMessages parameters: - name: message-id @@ -538197,10 +540672,10 @@ paths: tags: - me.message summary: List attachments - description: Retrieve a list of attachment objects. + description: Retrieve a list of attachment objects attached to a message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 operationId: me.messages.ListAttachments parameters: - name: message-id @@ -539425,6 +541900,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/microsoft.graph.assignLicense: @@ -539452,7 +541929,7 @@ paths: tags: - me.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 @@ -549740,10 +552217,16 @@ paths: enum: - id - id desc + - callId + - callId desc - content - content desc + - contentCorrelationId + - contentCorrelationId desc - createdDateTime - createdDateTime desc + - endDateTime + - endDateTime desc - meetingId - meetingId desc - meetingOrganizer @@ -549762,8 +552245,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - recordingContentUrl @@ -549853,8 +552339,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - recordingContentUrl @@ -550065,6 +552554,151 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.Functions + summary: Invoke function delta + operationId: me.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/calendarView/microsoft.graph.delta() + - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/events/microsoft.graph.delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendarView/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - /me/contactFolders/microsoft.graph.delta() + - /me/contacts/microsoft.graph.delta() + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/root/microsoft.graph.delta()' + - '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/me/events/{event-id}/instances/microsoft.graph.delta()' + - /me/events/microsoft.graph.delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - /me/mailFolders/microsoft.graph.delta() + - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - /me/todo/lists/microsoft.graph.delta() '/me/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -550101,10 +552735,16 @@ paths: enum: - id - id desc + - callId + - callId desc - content - content desc + - contentCorrelationId + - contentCorrelationId desc - createdDateTime - createdDateTime desc + - endDateTime + - endDateTime desc - meetingId - meetingId desc - meetingOrganizer @@ -550125,8 +552765,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - metadataContent @@ -550217,8 +552860,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - metadataContent @@ -550528,6 +553174,154 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.Functions + summary: Invoke function delta + operationId: me.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/calendarView/microsoft.graph.delta() + - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/events/microsoft.graph.delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendarView/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - /me/contactFolders/microsoft.graph.delta() + - /me/contacts/microsoft.graph.delta() + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/root/microsoft.graph.delta()' + - '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/me/events/{event-id}/instances/microsoft.graph.delta()' + - /me/events/microsoft.graph.delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - /me/mailFolders/microsoft.graph.delta() + - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - /me/todo/lists/microsoft.graph.delta() /me/onlineMeetings/$count: description: Provides operations to count the resources in the collection. get: @@ -550600,6 +553394,245 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/me/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - me.Functions + summary: Invoke function getAllRecordings + operationId: me.onlineMeetings.getAllRecordings + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/me/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - me.Functions + summary: Invoke function getAllTranscripts + operationId: me.onlineMeetings.getAllTranscripts + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore /me/outlook: description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: @@ -562313,6 +565346,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/todo/lists/$count: description: Provides operations to count the resources in the collection. @@ -562460,6 +565495,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' /me/transitiveMemberOf: description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.user entity. @@ -563405,10 +566442,10 @@ paths: tags: - organization.organization summary: List organizations - description: Retrieve a list of organization objects. There's only one organization object in the collection. + description: List properties and relationships of the organization objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0 operationId: organization.organization.ListOrganization parameters: - $ref: '#/components/parameters/top' @@ -563571,10 +566608,10 @@ paths: tags: - organization.organization summary: Get organization - description: Read properties and relationships of the organization object. + description: 'Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0 operationId: organization.organization.GetOrganization parameters: - name: organization-id @@ -564983,11 +568020,11 @@ paths: get: tags: - organization.organizationalBranding - summary: Get organizationalBrandingLocalization - description: 'Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.' + summary: Get organizationalBranding + description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization.branding.GetLocalizationsBannerLogo parameters: - name: organization-id @@ -640648,11 +643685,8 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 + summary: Get owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' operationId: servicePrincipals.ListOwners parameters: - name: servicePrincipal-id @@ -641058,124 +644092,121 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. + summary: Get ref of owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' + operationId: servicePrincipals.ListRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - deletedDateTime + - deletedDateTime desc + type: string + responses: + '200': + $ref: '#/components/responses/StringCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - servicePrincipals.directoryObject + summary: 'servicePrincipal: Add owner' + description: 'Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 - operationId: servicePrincipals.ListRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - - deletedDateTime - - deletedDateTime desc - type: string - responses: - '200': - $ref: '#/components/responses/StringCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - servicePrincipals.directoryObject - summary: 'servicePrincipal: Add owner' - description: 'Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0 - operationId: servicePrincipals.CreateRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - requestBody: - $ref: '#/components/requestBodies/refPostBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - servicePrincipals.directoryObject - summary: Remove service principal owner - description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 - operationId: servicePrincipals.DeleteRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: If-Match - in: header - description: ETag - schema: - type: string - - name: '@id' - in: query - description: The delete Uri - required: true - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/servicePrincipals/{servicePrincipal-id}/owners/microsoft.graph.appRoleAssignment': - description: Casts the previous resource to appRoleAssignment. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection - operationId: servicePrincipals.ListOwners.AsAppRoleAssignment + url: https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0 + operationId: servicePrincipals.CreateRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + requestBody: + $ref: '#/components/requestBodies/refPostBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - servicePrincipals.directoryObject + summary: Remove service principal owner + description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 + operationId: servicePrincipals.DeleteRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: If-Match + in: header + description: ETag + schema: + type: string + - name: '@id' + in: query + description: The delete Uri + required: true + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/owners/microsoft.graph.appRoleAssignment': + description: Casts the previous resource to appRoleAssignment. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection + operationId: servicePrincipals.ListOwners.AsAppRoleAssignment parameters: - name: servicePrincipal-id in: path @@ -663874,11 +666905,11 @@ paths: get: tags: - sites.list - summary: Get metadata for a list - description: Returns the metadata for a list. + summary: List operations on a list + description: Get a list of rich long-running operations associated with a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 operationId: sites.GetLists parameters: - name: site-id @@ -728119,10 +731150,7647 @@ paths: items: enum: - id - - relationship - - fromTerm - - set - - toTerm + - relationship + - fromTerm + - set + - toTerm + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - fromTerm + - set + - toTerm + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to relations for sites + operationId: sites.termStores.sets.terms.children.CreateRelations + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + get: + tags: + - sites.store + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStores.sets.terms.children.GetRelations + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - relationship + - fromTerm + - set + - toTerm + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - fromTerm + - set + - toTerm + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property relations in sites + operationId: sites.termStores.sets.terms.children.UpdateRelations + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property relations for sites + operationId: sites.termStores.sets.terms.children.DeleteRelations + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + get: + tags: + - sites.store + summary: Get fromTerm from sites + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: sites.termStores.sets.terms.children.relations.GetFromTerm + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - descriptions + - labels + - lastModifiedDateTime + - properties + - children + - relations + - set + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - children + - relations + - set + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + get: + tags: + - sites.store + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStores.sets.terms.children.relations.GetSet + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - description + - localizedNames + - properties + - children + - parentGroup + - relations + - terms + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - children + - parentGroup + - relations + - terms + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + get: + tags: + - sites.store + summary: Get toTerm from sites + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: sites.termStores.sets.terms.children.relations.GetToTerm + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - descriptions + - labels + - lastModifiedDateTime + - properties + - children + - relations + - set + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - children + - relations + - set + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.terms.children.relations.GetCount-f9a6 + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. + get: + tags: + - sites.store + summary: Get set from sites + description: 'The [set] in which the term is created.' + operationId: sites.termStores.sets.terms.children.GetSet + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - description + - localizedNames + - properties + - children + - parentGroup + - relations + - terms + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - children + - parentGroup + - relations + - terms + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.terms.children.GetCount-6a9c + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + get: + tags: + - sites.store + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStores.sets.terms.ListRelations + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - relationship + - relationship desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - relationship + - fromTerm + - set + - toTerm + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - fromTerm + - set + - toTerm + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to relations for sites + operationId: sites.termStores.sets.terms.CreateRelations + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + get: + tags: + - sites.store + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStores.sets.terms.GetRelations + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - relationship + - fromTerm + - set + - toTerm + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - fromTerm + - set + - toTerm + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property relations in sites + operationId: sites.termStores.sets.terms.UpdateRelations + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property relations for sites + operationId: sites.termStores.sets.terms.DeleteRelations + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': + description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + get: + tags: + - sites.store + summary: Get fromTerm from sites + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: sites.termStores.sets.terms.relations.GetFromTerm + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - descriptions + - labels + - lastModifiedDateTime + - properties + - children + - relations + - set + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - children + - relations + - set + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + get: + tags: + - sites.store + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStores.sets.terms.relations.GetSet + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - description + - localizedNames + - properties + - children + - parentGroup + - relations + - terms + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - children + - parentGroup + - relations + - terms + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': + description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + get: + tags: + - sites.store + summary: Get toTerm from sites + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: sites.termStores.sets.terms.relations.GetToTerm + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - descriptions + - labels + - lastModifiedDateTime + - properties + - children + - relations + - set + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - children + - relations + - set + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.terms.relations.GetCount-3f58 + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. + get: + tags: + - sites.store + summary: Get set from sites + description: 'The [set] in which the term is created.' + operationId: sites.termStores.sets.terms.GetSet + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - description + - localizedNames + - properties + - children + - parentGroup + - relations + - terms + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - children + - parentGroup + - relations + - terms + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.terms.GetCount-26b6 + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/termStores/{store-id}/sets/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.GetCount-07f9 + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/termStores/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.GetCount-00cb + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /sites/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.site + summary: Get the number of the resource + operationId: sites.GetCount-6254 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /sites/microsoft.graph.add: + description: Provides operations to call the add method. + post: + tags: + - sites.Actions + summary: Invoke action add + description: Follow a user's site or multiple sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 + operationId: sites.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /sites/microsoft.graph.delta(): + description: Provides operations to call the delta method. + get: + tags: + - sites.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 + operationId: sites.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - description + - eTag + - lastModifiedBy + - lastModifiedDateTime + - name + - parentReference + - webUrl + - displayName + - error + - isPersonalSite + - root + - sharepointIds + - siteCollection + - createdByUser + - lastModifiedByUser + - analytics + - columns + - contentTypes + - drive + - drives + - externalColumns + - items + - lists + - onenote + - operations + - pages + - permissions + - sites + - termStore + - termStores + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - description + - description desc + - eTag + - eTag desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - name + - name desc + - parentReference + - parentReference desc + - webUrl + - webUrl desc + - displayName + - displayName desc + - error + - error desc + - isPersonalSite + - isPersonalSite desc + - root + - root desc + - sharepointIds + - sharepointIds desc + - siteCollection + - siteCollection desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - createdByUser + - lastModifiedByUser + - analytics + - columns + - contentTypes + - drive + - drives + - externalColumns + - items + - lists + - onenote + - operations + - pages + - permissions + - sites + - termStore + - termStores + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()' + - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')' + /sites/microsoft.graph.getAllSites(): + description: Provides operations to call the getAllSites method. + get: + tags: + - sites.Functions + summary: Invoke function getAllSites + description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 + operationId: sites.getAllSites + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - description + - eTag + - lastModifiedBy + - lastModifiedDateTime + - name + - parentReference + - webUrl + - displayName + - error + - isPersonalSite + - root + - sharepointIds + - siteCollection + - createdByUser + - lastModifiedByUser + - analytics + - columns + - contentTypes + - drive + - drives + - externalColumns + - items + - lists + - onenote + - operations + - pages + - permissions + - sites + - termStore + - termStores + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - description + - description desc + - eTag + - eTag desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - name + - name desc + - parentReference + - parentReference desc + - webUrl + - webUrl desc + - displayName + - displayName desc + - error + - error desc + - isPersonalSite + - isPersonalSite desc + - root + - root desc + - sharepointIds + - sharepointIds desc + - siteCollection + - siteCollection desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - createdByUser + - lastModifiedByUser + - analytics + - columns + - contentTypes + - drive + - drives + - externalColumns + - items + - lists + - onenote + - operations + - pages + - permissions + - sites + - termStore + - termStores + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /sites/microsoft.graph.remove: + description: Provides operations to call the remove method. + post: + tags: + - sites.Actions + summary: Invoke action remove + description: Unfollow a user's site or multiple sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 + operationId: sites.remove + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /solutions: + description: Provides operations to manage the solutionsRoot singleton. + get: + tags: + - solutions.solutionsRoot + summary: Get solutions + operationId: solutions.solutionsRoot.GetSolutionsRoot + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - backupRestore + - bookingBusinesses + - bookingCurrencies + - virtualEvents + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - backupRestore + - bookingBusinesses + - bookingCurrencies + - virtualEvents + type: string + responses: + '200': + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.solutionsRoot + summary: Update solutions + operationId: solutions.solutionsRoot.UpdateSolutionsRoot + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore: + description: Provides operations to manage the backupRestore property of the microsoft.graph.solutionsRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get backupRestoreRoot + description: Get the serviceStatus of the Microsoft 365 Backup Storage service in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-1.0 + operationId: solutions.GetBackupRestore + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - serviceStatus + - driveInclusionRules + - driveProtectionUnits + - exchangeProtectionPolicies + - exchangeRestoreSessions + - mailboxInclusionRules + - mailboxProtectionUnits + - oneDriveForBusinessProtectionPolicies + - oneDriveForBusinessRestoreSessions + - protectionPolicies + - protectionUnits + - restorePoints + - restoreSessions + - serviceApps + - sharePointProtectionPolicies + - sharePointRestoreSessions + - siteInclusionRules + - siteProtectionUnits + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - driveInclusionRules + - driveProtectionUnits + - exchangeProtectionPolicies + - exchangeRestoreSessions + - mailboxInclusionRules + - mailboxProtectionUnits + - oneDriveForBusinessProtectionPolicies + - oneDriveForBusinessRestoreSessions + - protectionPolicies + - protectionUnits + - restorePoints + - restoreSessions + - serviceApps + - sharePointProtectionPolicies + - sharePointRestoreSessions + - siteInclusionRules + - siteProtectionUnits + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property backupRestore in solutions + operationId: solutions.UpdateBackupRestore + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property backupRestore for solutions + operationId: solutions.DeleteBackupRestore + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveInclusionRules: + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListDriveInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - isAutoApplyEnabled + - isAutoApplyEnabled desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - status + - status desc + - driveExpression + - driveExpression desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - isAutoApplyEnabled + - lastModifiedBy + - lastModifiedDateTime + - status + - driveExpression + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveInclusionRules for solutions + operationId: solutions.backupRestore.CreateDriveInclusionRules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - isAutoApplyEnabled + - lastModifiedBy + - lastModifiedDateTime + - status + - driveExpression + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveInclusionRules in solutions + operationId: solutions.backupRestore.UpdateDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveInclusionRules for solutions + operationId: solutions.backupRestore.DeleteDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveInclusionRules/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.driveInclusionRules.GetCount-d025 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/driveProtectionUnits: + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListDriveProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - policyId + - policyId desc + - status + - status desc + - directoryObjectId + - directoryObjectId desc + - displayName + - displayName desc + - email + - email desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + - directoryObjectId + - displayName + - email + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveProtectionUnits for solutions + operationId: solutions.backupRestore.CreateDriveProtectionUnits + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: The list of drive protection units in the tenant. + operationId: solutions.backupRestore.GetDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + - directoryObjectId + - displayName + - email + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.driveProtectionUnits.GetCount-d596 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies: + description: Provides operations to manage the exchangeProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solutions.backupRestore.ListExchangeProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - displayName + - displayName desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - retentionSettings + - retentionSettings desc + - status + - status desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - lastModifiedBy + - lastModifiedDateTime + - retentionSettings + - status + - mailboxInclusionRules + - mailboxProtectionUnits + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - mailboxInclusionRules + - mailboxProtectionUnits + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create exchangeProtectionPolicy + description: Create a protection policy for the Exchange service in a Microsoft 365 tenant. The policy is set to inactive when it is created. Users can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateExchangeProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}': + description: Provides operations to manage the exchangeProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solutions.backupRestore.GetExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - lastModifiedBy + - lastModifiedDateTime + - retentionSettings + - status + - mailboxInclusionRules + - mailboxProtectionUnits + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - mailboxInclusionRules + - mailboxProtectionUnits + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeProtectionPolicy + description: Update an Exchange protection policy. This method adds a mailboxprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxInclusionRules + description: 'Get a list of mailboxProtectionRule objects associated with an exchangeProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxInclusionRules + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - isAutoApplyEnabled + - isAutoApplyEnabled desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - status + - status desc + - mailboxExpression + - mailboxExpression desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - isAutoApplyEnabled + - lastModifiedBy + - lastModifiedDateTime + - status + - mailboxExpression + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxInclusionRules + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - isAutoApplyEnabled + - lastModifiedBy + - lastModifiedDateTime + - status + - mailboxExpression + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.mailboxInclusionRules.GetCount-2c50 + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxProtectionUnits + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - policyId + - policyId desc + - status + - status desc + - directoryObjectId + - directoryObjectId desc + - displayName + - displayName desc + - email + - email desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + - directoryObjectId + - displayName + - email + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxProtectionUnits + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + - directoryObjectId + - displayName + - email + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.mailboxProtectionUnits.GetCount-555b + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetCount-f24d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions: + description: Provides operations to manage the exchangeRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solutions.backupRestore.ListExchangeRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - completedDateTime + - completedDateTime desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - status + - status desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completedDateTime + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - status + - granularMailboxRestoreArtifacts + - mailboxRestoreArtifacts + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - granularMailboxRestoreArtifacts + - mailboxRestoreArtifacts + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.exchangeRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to exchangeRestoreSessions for solutions + operationId: solutions.backupRestore.CreateExchangeRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}': + description: Provides operations to manage the exchangeRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solutions.backupRestore.GetExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completedDateTime + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - status + - granularMailboxRestoreArtifacts + - mailboxRestoreArtifacts + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - granularMailboxRestoreArtifacts + - mailboxRestoreArtifacts + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeRestoreSession + description: Update the properties of an exchangeRestoreSession. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts': + description: Provides operations to manage the granularMailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.ListGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - completionDateTime + - completionDateTime desc + - destinationType + - destinationType desc + - error + - error desc + - startDateTime + - startDateTime desc + - status + - status desc + - restoredFolderId + - restoredFolderId desc + - restoredFolderName + - restoredFolderName desc + - artifactCount + - artifactCount desc + - searchResponseId + - searchResponseId desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completionDateTime + - destinationType + - error + - startDateTime + - status + - restoredFolderId + - restoredFolderName + - artifactCount + - searchResponseId + - restorePoint + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - restorePoint + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to granularMailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.CreateGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}': + description: Provides operations to manage the granularMailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.GetGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completionDateTime + - destinationType + - error + - startDateTime + - status + - restoredFolderId + - restoredFolderName + - artifactCount + - searchResponseId + - restorePoint + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - restorePoint + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property granularMailboxRestoreArtifacts in solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.UpdateGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property granularMailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.DeleteGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.exchangeRestoreSessions.granularMailboxRestoreArtifacts.GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - expirationDateTime + - protectionDateTime + - tags + - protectionUnit + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - protectionUnit + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeRestoreSessions.granularMailboxRestoreArtifacts.GetCount-4d23 + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts': + description: Provides operations to manage the mailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxRestoreArtifacts + description: Get a list of the mailboxRestoreArtifact objects that are associated with an exchangeRestoreSession in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeRestoreSessions.ListMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - completionDateTime + - completionDateTime desc + - destinationType + - destinationType desc + - error + - error desc + - startDateTime + - startDateTime desc + - status + - status desc + - restoredFolderId + - restoredFolderId desc + - restoredFolderName + - restoredFolderName desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completionDateTime + - destinationType + - error + - startDateTime + - status + - restoredFolderId + - restoredFolderName + - restorePoint + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - restorePoint + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.CreateMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}': + description: Provides operations to manage the mailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + operationId: solutions.backupRestore.exchangeRestoreSessions.GetMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completionDateTime + - destinationType + - error + - startDateTime + - status + - restoredFolderId + - restoredFolderName + - restorePoint + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - restorePoint + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxRestoreArtifacts in solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.UpdateMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.DeleteMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.exchangeRestoreSessions.mailboxRestoreArtifacts.GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - expirationDateTime + - protectionDateTime + - tags + - protectionUnit + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - protectionUnit + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeRestoreSessions.mailboxRestoreArtifacts.GetCount-5e6f + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeRestoreSessions.GetCount-155a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxInclusionRules: + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListMailboxInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - isAutoApplyEnabled + - isAutoApplyEnabled desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - status + - status desc + - mailboxExpression + - mailboxExpression desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - isAutoApplyEnabled + - lastModifiedBy + - lastModifiedDateTime + - status + - mailboxExpression + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxInclusionRules for solutions + operationId: solutions.backupRestore.CreateMailboxInclusionRules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - isAutoApplyEnabled + - lastModifiedBy + - lastModifiedDateTime + - status + - mailboxExpression + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxInclusionRules in solutions + operationId: solutions.backupRestore.UpdateMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxInclusionRules for solutions + operationId: solutions.backupRestore.DeleteMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/mailboxInclusionRules/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.mailboxInclusionRules.GetCount-d80a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxProtectionUnits: + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxProtectionUnits + description: Get a list of mailboxProtectionUnit objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListMailboxProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - policyId + - policyId desc + - status + - status desc + - directoryObjectId + - directoryObjectId desc + - displayName + - displayName desc + - email + - email desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + - directoryObjectId + - displayName + - email + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxProtectionUnits for solutions + operationId: solutions.backupRestore.CreateMailboxProtectionUnits + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The list of mailbox protection units in the tenant. + operationId: solutions.backupRestore.GetMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + - directoryObjectId + - displayName + - email + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/mailboxProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.mailboxProtectionUnits.GetCount-f991 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/microsoft.graph.enable: + description: Provides operations to call the enable method. + post: + tags: + - solutions.Actions + summary: Invoke action enable + description: Enable the Microsoft 365 Backup Storage service for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-1.0 + operationId: solutions.backupRestore.enable + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + appOwnerTenantId: + type: string + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceStatus' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies: + description: Provides operations to manage the oneDriveForBusinessProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solutions.backupRestore.ListOneDriveForBusinessProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - displayName + - displayName desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - retentionSettings + - retentionSettings desc + - status + - status desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - lastModifiedBy + - lastModifiedDateTime + - retentionSettings + - status + - driveInclusionRules + - driveProtectionUnits + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - driveInclusionRules + - driveProtectionUnits + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create oneDriveForBusinessProtectionPolicy + description: 'Create a protection policy for the OneDrive service in Microsoft 365. When the policy is created, its state is set to inactive. Users can also provide a list of protection units under the policy.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateOneDriveForBusinessProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}': + description: Provides operations to manage the oneDriveForBusinessProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solutions.backupRestore.GetOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - lastModifiedBy + - lastModifiedDateTime + - retentionSettings + - status + - driveInclusionRules + - driveProtectionUnits + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - driveInclusionRules + - driveProtectionUnits + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessProtectionPolicy + description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveInclusionRules + description: 'Get a list of the driveProtectionRule objects that are associated with a OneDrive for Business protection policy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveInclusionRules + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - isAutoApplyEnabled + - isAutoApplyEnabled desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - status + - status desc + - driveExpression + - driveExpression desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - isAutoApplyEnabled + - lastModifiedBy + - lastModifiedDateTime + - status + - driveExpression + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveInclusionRules + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - isAutoApplyEnabled + - lastModifiedBy + - lastModifiedDateTime + - status + - driveExpression + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.driveInclusionRules.GetCount-49f5 + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveProtectionUnits + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - policyId + - policyId desc + - status + - status desc + - directoryObjectId + - directoryObjectId desc + - displayName + - displayName desc + - email + - email desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + - directoryObjectId + - displayName + - email + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: Contains the protection units associated with a OneDrive for Business protection policy. + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveProtectionUnits + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + - directoryObjectId + - displayName + - email + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.driveProtectionUnits.GetCount-2f14 + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetCount-4e8f + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessRestoreSessions: + description: Provides operations to manage the oneDriveForBusinessRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solutions.backupRestore.ListOneDriveForBusinessRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - completedDateTime + - completedDateTime desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - status + - status desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completedDateTime + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - status + - driveRestoreArtifacts + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - driveRestoreArtifacts + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to oneDriveForBusinessRestoreSessions for solutions + operationId: solutions.backupRestore.CreateOneDriveForBusinessRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}': + description: Provides operations to manage the oneDriveForBusinessRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solutions.backupRestore.GetOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completedDateTime + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - status + - driveRestoreArtifacts + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - driveRestoreArtifacts + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessRestoreSession + description: Update the properties of a oneDriveForBusinessRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts': + description: Provides operations to manage the driveRestoreArtifacts property of the microsoft.graph.oneDriveForBusinessRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveRestoreArtifacts + description: Get a list of the driveRestoreArtifact objects and their properties for a oneDriveForBusinessRestoreSession for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.ListDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - completionDateTime + - completionDateTime desc + - destinationType + - destinationType desc + - error + - error desc + - startDateTime + - startDateTime desc + - status + - status desc + - restoredSiteId + - restoredSiteId desc + - restoredSiteName + - restoredSiteName desc + - restoredSiteWebUrl + - restoredSiteWebUrl desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completionDateTime + - destinationType + - error + - startDateTime + - status + - restoredSiteId + - restoredSiteName + - restoredSiteWebUrl + - restorePoint + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - restorePoint + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveRestoreArtifacts for solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.CreateDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}': + description: Provides operations to manage the driveRestoreArtifacts property of the microsoft.graph.oneDriveForBusinessRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.GetDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completionDateTime + - destinationType + - error + - startDateTime + - status + - restoredSiteId + - restoredSiteName + - restoredSiteWebUrl + - restorePoint + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - restorePoint + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveRestoreArtifacts in solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.UpdateDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveRestoreArtifacts for solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.DeleteDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.driveRestoreArtifacts.GetRestorePoint + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - expirationDateTime + - protectionDateTime + - tags + - protectionUnit + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - protectionUnit + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.driveRestoreArtifacts.GetCount-9e6d + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.GetCount-8c80 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionPolicies: + description: Provides operations to manage the protectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solutions.backupRestore.ListProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - displayName + - displayName desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - retentionSettings + - retentionSettings desc + - status + - status desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - lastModifiedBy + - lastModifiedDateTime + - retentionSettings + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.protectionPolicyBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to protectionPolicies for solutions + operationId: solutions.backupRestore.CreateProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}': + description: Provides operations to manage the protectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solutions.backupRestore.GetProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - lastModifiedBy + - lastModifiedDateTime + - retentionSettings + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property protectionPolicies in solutions + operationId: solutions.backupRestore.UpdateProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete protectionPolicyBase + description: Delete a protection policy. Read the properties and relationships of a protectionPolicyBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.protectionPolicies.protectionPolicyBase.activate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate' + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate': + description: Provides operations to call the deactivate method. + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-1.0 + operationId: solutions.backupRestore.protectionPolicies.protectionPolicyBase.deactivate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate' + /solutions/backupRestore/protectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.protectionPolicies.GetCount-4cd1 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionUnits: + description: Provides operations to manage the protectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + operationId: solutions.backupRestore.ListProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - policyId + - policyId desc + - status + - status desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.protectionUnitBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}': + description: Provides operations to manage the protectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetProtectionUnits + parameters: + - name: protectionUnitBase-id + in: path + description: The unique identifier of protectionUnitBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionUnitBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/protectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.protectionUnits.GetCount-2032 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/restorePoints: + description: Provides operations to manage the restorePoints property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solutions.backupRestore.ListRestorePoints + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - expirationDateTime + - expirationDateTime desc + - protectionDateTime + - protectionDateTime desc + - tags + - tags desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - expirationDateTime + - protectionDateTime + - tags + - protectionUnit + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - protectionUnit + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.restorePointCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restorePoints for solutions + operationId: solutions.backupRestore.CreateRestorePoints + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}': + description: Provides operations to manage the restorePoints property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solutions.backupRestore.GetRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - expirationDateTime + - protectionDateTime + - tags + - protectionUnit + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - protectionUnit + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restorePoints in solutions + operationId: solutions.backupRestore.UpdateRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property restorePoints for solutions + operationId: solutions.backupRestore.DeleteRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit': + description: Provides operations to manage the protectionUnit property of the microsoft.graph.restorePoint entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnit from solutions + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + operationId: solutions.backupRestore.restorePoints.GetProtectionUnit + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/restorePoints/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.restorePoints.GetCount-ca20 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/restorePoints/microsoft.graph.search: + description: Provides operations to call the search method. + post: + tags: + - solutions.Actions + summary: Invoke action search + description: Search for the restorePoint objects associated with a protectionUnit. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-1.0 + operationId: solutions.backupRestore.restorePoints.search + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + protectionUnitIds: + type: array + items: + type: string + nullable: true + protectionTimePeriod: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.timePeriod' + - type: object + nullable: true + restorePointPreference: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointPreference' + - type: object + nullable: true + tags: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointTags' + - type: object + nullable: true + artifactQuery: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.artifactQuery' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointSearchResponse' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/restoreSessions: + description: Provides operations to manage the restoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List restoreSessionBase objects + description: Get a list of restoreSession objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - completedDateTime + - completedDateTime desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - status + - status desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completedDateTime + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.restoreSessionBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restoreSessions for solutions + operationId: solutions.backupRestore.CreateRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}': + description: Provides operations to manage the restoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restoreSessionBase + description: Get the properties of a restoreSession object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - completedDateTime + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restoreSessions in solutions + operationId: solutions.backupRestore.UpdateRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete restoreSessionBase + description: Delete a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.restoreSessions.restoreSessionBase.activate + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate' + /solutions/backupRestore/restoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.restoreSessions.GetCount-d907 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/serviceApps: + description: Provides operations to manage the serviceApps property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List serviceApps + description: Get a list of serviceApp objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListServiceApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - application + - application desc + - effectiveDateTime + - effectiveDateTime desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - registrationDateTime + - registrationDateTime desc + - status + - status desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - application + - effectiveDateTime + - lastModifiedBy + - lastModifiedDateTime + - registrationDateTime + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.serviceAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create serviceApp + description: Create a new serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateServiceApps + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}': + description: Provides operations to manage the serviceApps property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get serviceApp + description: Read the properties and relationships of a serviceApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - application + - effectiveDateTime + - lastModifiedBy + - lastModifiedDateTime + - registrationDateTime + - status + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property serviceApps in solutions + operationId: solutions.backupRestore.UpdateServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete serviceApp + description: Delete a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.serviceApps.serviceApp.activate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceApp' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate' + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate': + description: Provides operations to call the deactivate method. + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-1.0 + operationId: solutions.backupRestore.serviceApps.serviceApp.deactivate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceApp' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate' + /solutions/backupRestore/serviceApps/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.serviceApps.GetCount-ef36 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies: + description: Provides operations to manage the sharePointProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solutions.backupRestore.ListSharePointProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - displayName + - displayName desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - retentionSettings + - retentionSettings desc + - status + - status desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - lastModifiedBy + - lastModifiedDateTime + - retentionSettings + - status + - siteInclusionRules + - siteProtectionUnits type: string - name: $expand in: query @@ -728135,13 +738803,12 @@ paths: items: enum: - '*' - - fromTerm - - set - - toTerm + - siteInclusionRules + - siteProtectionUnits type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.sharePointProtectionPolicyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -728150,51 +738817,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.terms.children.CreateRelations - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term + - solutions.backupRestoreRoot + summary: Create sharePointProtectionPolicy + description: Create a protection policy for a M365 service SharePoint. Policy will be created in inactive state. User can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateSharePointProtectionPolicies requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' required: true responses: '201': @@ -728202,85 +738837,26 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}': + description: Provides operations to manage the sharePointProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.terms.children.GetRelations + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solutions.backupRestore.GetSharePointProtectionPolicies parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - schema: - type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: sharePointProtectionPolicy - name: $select in: query description: Select properties to be returned @@ -728292,10 +738868,15 @@ paths: items: enum: - id - - relationship - - fromTerm - - set - - toTerm + - createdBy + - createdDateTime + - displayName + - lastModifiedBy + - lastModifiedDateTime + - retentionSettings + - status + - siteInclusionRules + - siteProtectionUnits type: string - name: $expand in: query @@ -728308,9 +738889,8 @@ paths: items: enum: - '*' - - fromTerm - - set - - toTerm + - siteInclusionRules + - siteProtectionUnits type: string responses: '200': @@ -728318,64 +738898,33 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.terms.children.UpdateRelations + - solutions.backupRestoreRoot + summary: Update sharePointProtectionPolicy + description: Update a SharePoint protection policy. This method adds a siteprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateSharePointProtectionPolicies parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of relation + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: sharePointProtectionPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' required: true responses: '204': @@ -728385,52 +738934,17 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.terms.children.DeleteRelations + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteSharePointProtectionPolicies parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of relation + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: sharePointProtectionPolicy - name: If-Match in: header description: ETag @@ -728442,81 +738956,59 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': - description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.sharePointProtectionPolicy entity. get: tags: - - sites.store - summary: Get fromTerm from sites - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.terms.children.relations.GetFromTerm + - solutions.backupRestoreRoot + summary: List siteInclusionRules + description: 'Get a list of siteProtectionRule objects associated with a sharePointProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteInclusionRules parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of term + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - isAutoApplyEnabled + - isAutoApplyEnabled desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - status + - status desc + - siteExpression + - siteExpression desc + type: string - name: $select in: query description: Select properties to be returned @@ -728528,14 +739020,14 @@ paths: items: enum: - id + - createdBy - createdDateTime - - descriptions - - labels + - error + - isAutoApplyEnabled + - lastModifiedBy - lastModifiedDateTime - - properties - - children - - relations - - set + - status + - siteExpression type: string - name: $expand in: query @@ -728548,101 +739040,42 @@ paths: items: enum: - '*' - - children - - relations - - set type: string responses: '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.sharePointProtectionPolicy entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.terms.children.relations.GetSet + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteInclusionRules parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionRule-id in: path - description: The unique identifier of relation + description: The unique identifier of siteProtectionRule required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: siteProtectionRule - name: $select in: query description: Select properties to be returned @@ -728654,14 +739087,14 @@ paths: items: enum: - id + - createdBy - createdDateTime - - description - - localizedNames - - properties - - children - - parentGroup - - relations - - terms + - error + - isAutoApplyEnabled + - lastModifiedBy + - lastModifiedDateTime + - status + - siteExpression type: string - name: $expand in: query @@ -728674,10 +739107,6 @@ paths: items: enum: - '*' - - children - - parentGroup - - relations - - terms type: string responses: '200': @@ -728685,91 +739114,89 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': - description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count': + description: Provides operations to count the resources in the collection. get: tags: - - sites.store - summary: Get toTerm from sites - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.terms.children.relations.GetToTerm + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.siteInclusionRules.GetCount-84d3 parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of term + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteProtectionUnits + parameters: + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of term + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - policyId + - policyId desc + - status + - status desc + - siteId + - siteId desc + - siteName + - siteName desc + - siteWebUrl + - siteWebUrl desc + type: string - name: $select in: query description: Select properties to be returned @@ -728781,14 +739208,16 @@ paths: items: enum: - id + - createdBy - createdDateTime - - descriptions - - labels + - error + - lastModifiedBy - lastModifiedDateTime - - properties - - children - - relations - - set + - policyId + - status + - siteId + - siteName + - siteWebUrl type: string - name: $expand in: query @@ -728801,144 +739230,39 @@ paths: items: enum: - '*' - - children - - relations - - set type: string responses: '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.terms.children.relations.GetCount-f9a6 - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the term is created.' - operationId: sites.termStores.sets.terms.children.GetSet + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The protection units (sites) that are protected under the site protection policy. + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteProtectionUnits parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of term + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionUnit-id in: path - description: The unique identifier of term + description: The unique identifier of siteProtectionUnit required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: siteProtectionUnit - name: $select in: query description: Select properties to be returned @@ -728950,14 +739274,16 @@ paths: items: enum: - id + - createdBy - createdDateTime - - description - - localizedNames - - properties - - children - - parentGroup - - relations - - terms + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + - siteId + - siteName + - siteWebUrl type: string - name: $expand in: query @@ -728970,10 +739296,6 @@ paths: items: enum: - '*' - - children - - parentGroup - - relations - - terms type: string responses: '200': @@ -728981,70 +739303,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count': + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.store + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.termStores.sets.terms.children.GetCount-6a9c + operationId: solutions.backupRestore.sharePointProtectionPolicies.siteProtectionUnits.GetCount-e896 parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of term + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: sharePointProtectionPolicy - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -729052,43 +739329,30 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + /solutions/backupRestore/sharePointProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. get: tags: - - sites.store - summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.terms.ListRelations + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetCount-9529 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions: + description: Provides operations to manage the sharePointRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solutions.backupRestore.ListSharePointRestoreSessions parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -729106,8 +739370,20 @@ paths: enum: - id - id desc - - relationship - - relationship desc + - completedDateTime + - completedDateTime desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - status + - status desc type: string - name: $select in: query @@ -729120,10 +739396,14 @@ paths: items: enum: - id - - relationship - - fromTerm - - set - - toTerm + - completedDateTime + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - status + - siteRestoreArtifacts type: string - name: $expand in: query @@ -729136,13 +739416,11 @@ paths: items: enum: - '*' - - fromTerm - - set - - toTerm + - siteRestoreArtifacts type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.sharePointRestoreSessionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -729151,44 +739429,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.terms.CreateRelations - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term + - solutions.backupRestoreRoot + summary: Create sharePointRestoreSession + description: Create a new sharePointRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateSharePointRestoreSessions requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' required: true responses: '201': @@ -729196,78 +739449,26 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}': + description: Provides operations to manage the sharePointRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.terms.GetRelations + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solutions.backupRestore.GetSharePointRestoreSessions parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of relation + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: sharePointRestoreSession - name: $select in: query description: Select properties to be returned @@ -729279,10 +739480,14 @@ paths: items: enum: - id - - relationship - - fromTerm - - set - - toTerm + - completedDateTime + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - status + - siteRestoreArtifacts type: string - name: $expand in: query @@ -729295,9 +739500,7 @@ paths: items: enum: - '*' - - fromTerm - - set - - toTerm + - siteRestoreArtifacts type: string responses: '200': @@ -729305,57 +739508,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.terms.UpdateRelations + - solutions.backupRestoreRoot + summary: Update the navigation property sharePointRestoreSessions in solutions + operationId: solutions.backupRestore.UpdateSharePointRestoreSessions parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of relation + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: sharePointRestoreSession requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' required: true responses: '204': @@ -729365,45 +739540,17 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.terms.DeleteRelations + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteSharePointRestoreSessions parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of relation + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: sharePointRestoreSession - name: If-Match in: header description: ETag @@ -729415,74 +739562,59 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': - description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts': + description: Provides operations to manage the siteRestoreArtifacts property of the microsoft.graph.sharePointRestoreSession entity. get: tags: - - sites.store - summary: Get fromTerm from sites - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.terms.relations.GetFromTerm + - solutions.backupRestoreRoot + summary: List siteRestoreArtifacts + description: List all the siteRestoreArtifact objects for a sharePointRestoreSession for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointRestoreSessions.ListSiteRestoreArtifacts parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true + x-ms-docs-key-type: sharePointRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - completionDateTime + - completionDateTime desc + - destinationType + - destinationType desc + - error + - error desc + - startDateTime + - startDateTime desc + - status + - status desc + - restoredSiteId + - restoredSiteId desc + - restoredSiteName + - restoredSiteName desc + - restoredSiteWebUrl + - restoredSiteWebUrl desc + type: string - name: $select in: query description: Select properties to be returned @@ -729494,14 +739626,15 @@ paths: items: enum: - id - - createdDateTime - - descriptions - - labels - - lastModifiedDateTime - - properties - - children - - relations - - set + - completionDateTime + - destinationType + - error + - startDateTime + - status + - restoredSiteId + - restoredSiteName + - restoredSiteWebUrl + - restorePoint type: string - name: $expand in: query @@ -729514,214 +739647,70 @@ paths: items: enum: - '*' - - children - - relations - - set + - restorePoint type: string responses: '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.siteRestoreArtifactCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. - get: + post: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.terms.relations.GetSet + - solutions.backupRestoreRoot + summary: Create new navigation property to siteRestoreArtifacts for solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.CreateSiteRestoreArtifacts parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of relation + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - createdDateTime - - description - - localizedNames - - properties - - children - - parentGroup - - relations - - terms - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - children - - parentGroup - - relations - - terms - type: string + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true responses: - '200': - description: Retrieved navigation property + '201': + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': - description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}': + description: Provides operations to manage the siteRestoreArtifacts property of the microsoft.graph.sharePointRestoreSession entity. get: tags: - - sites.store - summary: Get toTerm from sites - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.terms.relations.GetToTerm + - solutions.backupRestoreRoot + summary: Get siteRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + operationId: solutions.backupRestore.sharePointRestoreSessions.GetSiteRestoreArtifacts parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of term + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id in: path - description: The unique identifier of relation + description: The unique identifier of siteRestoreArtifact required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: siteRestoreArtifact - name: $select in: query description: Select properties to be returned @@ -729733,14 +739722,15 @@ paths: items: enum: - id - - createdDateTime - - descriptions - - labels - - lastModifiedDateTime - - properties - - children - - relations - - set + - completionDateTime + - destinationType + - error + - startDateTime + - status + - restoredSiteId + - restoredSiteName + - restoredSiteWebUrl + - restorePoint type: string - name: $expand in: query @@ -729753,9 +739743,7 @@ paths: items: enum: - '*' - - children - - relations - - set + - restorePoint type: string responses: '200': @@ -729763,120 +739751,97 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count': - description: Provides operations to count the resources in the collection. - get: + patch: tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.terms.relations.GetCount-3f58 + - solutions.backupRestoreRoot + summary: Update the navigation property siteRestoreArtifacts in solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.UpdateSiteRestoreArtifacts parameters: - - name: site-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of site + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: site - - name: store-id + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id in: path - description: The unique identifier of store + description: The unique identifier of siteRestoreArtifact required: true schema: type: string - x-ms-docs-key-type: store - - name: set-id + x-ms-docs-key-type: siteRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteRestoreArtifacts for solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.DeleteSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id in: path - description: The unique identifier of set + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id in: path - description: The unique identifier of term + description: The unique identifier of siteRestoreArtifact required: true schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: siteRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string responses: - '200': - $ref: '#/components/responses/ODataCountResponse' + '204': + description: Success default: $ref: '#/components/responses/error' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the term is created.' - operationId: sites.termStores.sets.terms.GetSet + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.sharePointRestoreSessions.siteRestoreArtifacts.GetRestorePoint parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of set + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id in: path - description: The unique identifier of term + description: The unique identifier of siteRestoreArtifact required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: siteRestoreArtifact - name: $select in: query description: Select properties to be returned @@ -729888,14 +739853,10 @@ paths: items: enum: - id - - createdDateTime - - description - - localizedNames - - properties - - children - - parentGroup - - relations - - terms + - expirationDateTime + - protectionDateTime + - tags + - protectionUnit type: string - name: $expand in: query @@ -729908,10 +739869,7 @@ paths: items: enum: - '*' - - children - - parentGroup - - relations - - terms + - protectionUnit type: string responses: '200': @@ -729919,92 +739877,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.restorePoint' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.terms.GetCount-26b6 - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/termStores/{store-id}/sets/$count': + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.store + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.termStores.sets.GetCount-07f9 + operationId: solutions.backupRestore.sharePointRestoreSessions.siteRestoreArtifacts.GetCount-1a1d parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of store + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: store + x-ms-docs-key-type: sharePointRestoreSession - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -730012,21 +739907,14 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/termStores/$count': + /solutions/backupRestore/sharePointRestoreSessions/$count: description: Provides operations to count the resources in the collection. get: tags: - - sites.store + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.termStores.GetCount-00cb + operationId: solutions.backupRestore.sharePointRestoreSessions.GetCount-3343 parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -730034,83 +739922,128 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /sites/$count: - description: Provides operations to count the resources in the collection. + /solutions/backupRestore/siteInclusionRules: + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.site - summary: Get the number of the resource - operationId: sites.GetCount-6254 + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListSiteInclusionRules parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - error + - error desc + - isAutoApplyEnabled + - isAutoApplyEnabled desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - status + - status desc + - siteExpression + - siteExpression desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - error + - isAutoApplyEnabled + - lastModifiedBy + - lastModifiedDateTime + - status + - siteExpression + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string responses: '200': - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' default: $ref: '#/components/responses/error' - /sites/microsoft.graph.add: - description: Provides operations to call the add method. + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation post: tags: - - sites.Actions - summary: Invoke action add - description: Follow a user's site or multiple sites. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 - operationId: sites.add + - solutions.backupRestoreRoot + summary: Create new navigation property to siteInclusionRules for solutions + operationId: solutions.backupRestore.CreateSiteInclusionRules requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' required: true responses: - '200': - description: Success + '201': + description: Created navigation property. content: application/json: schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /sites/microsoft.graph.delta(): - description: Provides operations to call the delta method. + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.Functions - summary: Invoke function delta - description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 - operationId: sites.delta + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetSiteInclusionRules parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionRule - name: $select in: query description: Select properties to be returned @@ -730124,79 +740057,12 @@ paths: - id - createdBy - createdDateTime - - description - - eTag - - lastModifiedBy - - lastModifiedDateTime - - name - - parentReference - - webUrl - - displayName - error - - isPersonalSite - - root - - sharepointIds - - siteCollection - - createdByUser - - lastModifiedByUser - - analytics - - columns - - contentTypes - - drive - - drives - - externalColumns - - items - - lists - - onenote - - operations - - pages - - permissions - - sites - - termStore - - termStores - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - - createdBy - - createdBy desc - - createdDateTime - - createdDateTime desc - - description - - description desc - - eTag - - eTag desc + - isAutoApplyEnabled - lastModifiedBy - - lastModifiedBy desc - lastModifiedDateTime - - lastModifiedDateTime desc - - name - - name desc - - parentReference - - parentReference desc - - webUrl - - webUrl desc - - displayName - - displayName desc - - error - - error desc - - isPersonalSite - - isPersonalSite desc - - root - - root desc - - sharepointIds - - sharepointIds desc - - siteCollection - - siteCollection desc + - status + - siteExpression type: string - name: $expand in: query @@ -730209,69 +740075,102 @@ paths: items: enum: - '*' - - createdByUser - - lastModifiedByUser - - analytics - - columns - - contentTypes - - drive - - drives - - externalColumns - - items - - lists - - onenote - - operations - - pages - - permissions - - sites - - termStore - - termStores type: string responses: '200': - description: Success + description: Retrieved navigation property content: application/json: schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()' - - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')' - /sites/microsoft.graph.getAllSites(): - description: Provides operations to call the getAllSites method. + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteInclusionRules in solutions + operationId: solutions.backupRestore.UpdateSiteInclusionRules + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteInclusionRules for solutions + operationId: solutions.backupRestore.DeleteSiteInclusionRules + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/siteInclusionRules/$count: + description: Provides operations to count the resources in the collection. get: tags: - - sites.Functions - summary: Invoke function getAllSites - description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.siteInclusionRules.GetCount-66cd + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/siteProtectionUnits: + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 - operationId: sites.getAllSites + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListSiteProtectionUnits parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -730280,42 +740179,31 @@ paths: items: enum: - id + - id desc - createdBy + - createdBy desc - createdDateTime - - description - - eTag + - createdDateTime desc + - error + - error desc - lastModifiedBy + - lastModifiedBy desc - lastModifiedDateTime - - name - - parentReference - - webUrl - - displayName - - error - - isPersonalSite - - root - - sharepointIds - - siteCollection - - createdByUser - - lastModifiedByUser - - analytics - - columns - - contentTypes - - drive - - drives - - externalColumns - - items - - lists - - onenote - - operations - - pages - - permissions - - sites - - termStore - - termStores + - lastModifiedDateTime desc + - policyId + - policyId desc + - status + - status desc + - siteId + - siteId desc + - siteName + - siteName desc + - siteWebUrl + - siteWebUrl desc type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -730324,37 +740212,16 @@ paths: items: enum: - id - - id desc - createdBy - - createdBy desc - createdDateTime - - createdDateTime desc - - description - - description desc - - eTag - - eTag desc + - error - lastModifiedBy - - lastModifiedBy desc - lastModifiedDateTime - - lastModifiedDateTime desc - - name - - name desc - - parentReference - - parentReference desc - - webUrl - - webUrl desc - - displayName - - displayName desc - - error - - error desc - - isPersonalSite - - isPersonalSite desc - - root - - root desc - - sharepointIds - - sharepointIds desc - - siteCollection - - siteCollection desc + - policyId + - status + - siteId + - siteName + - siteWebUrl type: string - name: $expand in: query @@ -730367,99 +740234,54 @@ paths: items: enum: - '*' - - createdByUser - - lastModifiedByUser - - analytics - - columns - - contentTypes - - drive - - drives - - externalColumns - - items - - lists - - onenote - - operations - - pages - - permissions - - sites - - termStore - - termStores type: string responses: '200': - description: Success - content: - application/json: - schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /sites/microsoft.graph.remove: - description: Provides operations to call the remove method. + x-ms-docs-operation-type: operation post: tags: - - sites.Actions - summary: Invoke action remove - description: Unfollow a user's site or multiple sites. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 - operationId: sites.remove + - solutions.backupRestoreRoot + summary: Create new navigation property to siteProtectionUnits for solutions + operationId: solutions.backupRestore.CreateSiteProtectionUnits requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: - '200': - description: Success + '201': + description: Created navigation property. content: application/json: schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /solutions: - description: Provides operations to manage the solutionsRoot singleton. + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - solutions.solutionsRoot - summary: Get solutions - operationId: solutions.solutionsRoot.GetSolutionsRoot + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The list of site protection units in the tenant. + operationId: solutions.backupRestore.GetSiteProtectionUnits parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit - name: $select in: query description: Select properties to be returned @@ -730470,9 +740292,17 @@ paths: type: array items: enum: - - bookingBusinesses - - bookingCurrencies - - virtualEvents + - id + - createdBy + - createdDateTime + - error + - lastModifiedBy + - lastModifiedDateTime + - policyId + - status + - siteId + - siteName + - siteWebUrl type: string - name: $expand in: query @@ -730485,31 +740315,36 @@ paths: items: enum: - '*' - - bookingBusinesses - - bookingCurrencies - - virtualEvents type: string responses: '200': - description: Retrieved entity + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.solutionsRoot - summary: Update solutions - operationId: solutions.solutionsRoot.UpdateSolutionsRoot + - solutions.backupRestoreRoot + summary: Update the navigation property siteProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateSiteProtectionUnits + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: '204': @@ -730517,6 +740352,45 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteSiteProtectionUnits + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/siteProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.siteProtectionUnits.GetCount-bcec + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /solutions/bookingBusinesses: description: Provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity. get: @@ -733286,6 +743160,8 @@ paths: - displayName desc - endDateTime - endDateTime desc + - settings + - settings desc - startDateTime - startDateTime desc - status @@ -733306,6 +743182,7 @@ paths: - description - displayName - endDateTime + - settings - startDateTime - status - presenters @@ -733386,6 +743263,7 @@ paths: - description - displayName - endDateTime + - settings - startDateTime - status - presenters @@ -734806,6 +744684,8 @@ paths: - displayName desc - endDateTime - endDateTime desc + - settings + - settings desc - startDateTime - startDateTime desc - status @@ -734834,6 +744714,7 @@ paths: - description - displayName - endDateTime + - settings - startDateTime - status - audience @@ -734926,6 +744807,7 @@ paths: - description - displayName - endDateTime + - settings - startDateTime - status - audience @@ -736321,6 +746203,8 @@ paths: - displayName desc - endDateTime - endDateTime desc + - settings + - settings desc - startDateTime - startDateTime desc - status @@ -736345,6 +746229,7 @@ paths: - description - displayName - endDateTime + - settings - startDateTime - status - audience @@ -736439,6 +746324,7 @@ paths: - description - displayName - endDateTime + - settings - startDateTime - status - audience @@ -739151,6 +749037,7 @@ paths: - description - displayName - endDateTime + - settings - startDateTime - status - audience @@ -739180,6 +749067,8 @@ paths: - displayName desc - endDateTime - endDateTime desc + - settings + - settings desc - startDateTime - startDateTime desc - status @@ -739265,6 +749154,7 @@ paths: - description - displayName - endDateTime + - settings - startDateTime - status - audience @@ -739294,6 +749184,8 @@ paths: - displayName desc - endDateTime - endDateTime desc + - settings + - settings desc - startDateTime - startDateTime desc - status @@ -742171,11 +752063,11 @@ paths: post: tags: - teams.channel - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: teams.channels.CreateMembers parameters: - name: team-id @@ -742328,11 +752220,11 @@ paths: delete: tags: - teams.channel - summary: Remove member from channel - description: Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Delete conversationMember + description: Delete a conversationMember from a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 operationId: teams.channels.DeleteMembers parameters: - name: team-id @@ -742610,11 +752502,11 @@ paths: post: tags: - teams.channel - summary: Send chatMessage in channel - description: Send a new chatMessage in the specified channel. + summary: Send chatMessage in a channel or a chat + description: Send a new chatMessage in the specified channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: teams.channels.CreateMessages parameters: - name: team-id @@ -743656,11 +753548,11 @@ paths: post: tags: - teams.channel - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. + summary: Reply to a message in a channel + description: Create a new reply to a chatMessage in a specified channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 operationId: teams.channels.messages.CreateReplies parameters: - name: team-id @@ -764286,11 +774178,11 @@ paths: patch: tags: - tenantRelationships.multiTenantOrganization - summary: Create multiTenantOrganization - description: 'Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization.' + summary: Update multiTenantOrganization + description: Update the properties of a multitenant organization. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0 operationId: tenantRelationships.UpdateMultiTenantOrganization requestBody: description: New navigation property values @@ -765319,11 +775211,11 @@ paths: delete: tags: - users.user - summary: Delete user - description: Deletes a user. + summary: Delete a user + description: 'Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 operationId: users.user.DeleteUser parameters: - name: user-id @@ -766468,7 +776360,7 @@ paths: tags: - users.appRoleAssignment summary: Grant an appRoleAssignment to a user - description: 'Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers:' + description: 'Assign an app role to a user, creating an appRoleAssignment object. To grant an app role assignment to a user, you need three identifiers:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0 @@ -772820,6 +782712,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -773541,6 +783435,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -776736,6 +786632,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -777457,6 +787355,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -782159,6 +792059,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -783006,6 +792908,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -786789,6 +796693,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -787636,6 +797542,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -791833,6 +801741,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -792617,6 +802527,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -796106,6 +806018,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -796890,6 +806804,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -800167,6 +810083,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -800888,6 +810806,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -804586,6 +814506,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -804817,6 +814739,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -808721,6 +818645,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -808896,6 +818822,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -810155,6 +820083,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -810316,6 +820246,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -811445,6 +821377,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -821495,6 +831429,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -821758,6 +831694,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -832138,6 +842076,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -832320,6 +842260,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -840353,6 +850295,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -840609,6 +850553,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -847216,6 +857162,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -847937,6 +857885,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -854224,6 +864174,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -854469,6 +864421,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -861779,6 +871733,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -862010,6 +871966,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -870791,6 +880749,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -871104,6 +881064,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -873468,6 +883430,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -873753,6 +883717,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -879727,6 +889693,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -879764,7 +889732,7 @@ paths: tags: - users.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 @@ -891428,10 +901396,16 @@ paths: enum: - id - id desc + - callId + - callId desc - content - content desc + - contentCorrelationId + - contentCorrelationId desc - createdDateTime - createdDateTime desc + - endDateTime + - endDateTime desc - meetingId - meetingId desc - meetingOrganizer @@ -891450,8 +901424,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - recordingContentUrl @@ -891558,8 +901535,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - recordingContentUrl @@ -891812,6 +901792,160 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.Functions + summary: Invoke function delta + operationId: users.user.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/microsoft.graph.delta()' + - '/users/{user-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/microsoft.graph.delta()' + - /users/microsoft.graph.delta() + - /users/microsoft.graph.delta() '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -891855,10 +901989,16 @@ paths: enum: - id - id desc + - callId + - callId desc - content - content desc + - contentCorrelationId + - contentCorrelationId desc - createdDateTime - createdDateTime desc + - endDateTime + - endDateTime desc - meetingId - meetingId desc - meetingOrganizer @@ -891879,8 +902019,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - metadataContent @@ -891988,8 +902131,11 @@ paths: items: enum: - id + - callId - content + - contentCorrelationId - createdDateTime + - endDateTime - meetingId - meetingOrganizer - metadataContent @@ -892368,6 +902514,163 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.Functions + summary: Invoke function delta + operationId: users.user.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/microsoft.graph.delta()' + - '/users/{user-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/microsoft.graph.delta()' + - /users/microsoft.graph.delta() + - /users/microsoft.graph.delta() '/users/{user-id}/onlineMeetings/$count': description: Provides operations to count the resources in the collection. get: @@ -892455,6 +902758,259 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - users.Functions + summary: Invoke function getAllRecordings + operationId: users.user.onlineMeetings.getAllRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - recordingContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - recordingContentUrl + - recordingContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - users.Functions + summary: Invoke function getAllTranscripts + operationId: users.user.onlineMeetings.getAllTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - callId + - content + - contentCorrelationId + - createdDateTime + - endDateTime + - meetingId + - meetingOrganizer + - metadataContent + - transcriptContentUrl + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - callId + - callId desc + - content + - content desc + - contentCorrelationId + - contentCorrelationId desc + - createdDateTime + - createdDateTime desc + - endDateTime + - endDateTime desc + - meetingId + - meetingId desc + - meetingOrganizer + - meetingOrganizer desc + - metadataContent + - metadataContent desc + - transcriptContentUrl + - transcriptContentUrl desc + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/users/{user-id}/outlook': description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: @@ -898977,11 +909533,11 @@ paths: get: tags: - users.presence - summary: Get presence - description: Get a user's presence information. + summary: 'presence: setStatusMessage' + description: Set a presence status message for a user. An optional expiration date and time can be supplied. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 operationId: users.GetPresence parameters: - name: user-id @@ -905917,6 +916473,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() @@ -906080,6 +916638,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() @@ -907255,6 +917815,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -908720,6 +919282,13 @@ components: nullable: true description: Represents a setting to control people-related admin settings in the tenant. x-ms-navigationProperty: true + reportSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + - type: object + nullable: true + description: A container for administrative resources to manage reports. + x-ms-navigationProperty: true serviceAnnouncement: anyOf: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' @@ -908814,6 +919383,15 @@ components: nullable: true description: A container for tenant-level settings for Microsoft 365 applications. x-ms-navigationProperty: true + microsoft.graph.adminReportSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adminReportSettings + type: object + properties: + displayConcealedNames: + type: boolean + description: 'If set to true, all reports conceal user information such as usernames, groups, and sites. If false, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.' microsoft.graph.agreement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -911157,6 +921735,120 @@ components: items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' x-ms-navigationProperty: true + microsoft.graph.backupRestoreRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: backupRestoreRoot + type: object + properties: + serviceStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceStatus' + - type: object + nullable: true + description: Represents the tenant-level status of the Backup Storage service. + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: The list of drive inclusion rules applied to the tenant. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: The list of drive protection units in the tenant. + x-ms-navigationProperty: true + exchangeProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + description: The list of Exchange protection policies in the tenant. + x-ms-navigationProperty: true + exchangeRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + description: The list of Exchange restore sessions available in the tenant. + x-ms-navigationProperty: true + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The list of mailbox inclusion rules applied to the tenant. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The list of mailbox protection units in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + description: The list of OneDrive for Business protection policies in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + description: The list of OneDrive for Business restore sessions available in the tenant. + x-ms-navigationProperty: true + protectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + description: List of protection policies in the tenant. + x-ms-navigationProperty: true + protectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + description: List of protection units in the tenant. + x-ms-navigationProperty: true + restorePoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + description: List of restore points in the tenant. + x-ms-navigationProperty: true + restoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + description: List of restore sessions in the tenant. + x-ms-navigationProperty: true + serviceApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + description: List of Backup Storage apps in the tenant. + x-ms-navigationProperty: true + sharePointProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + description: The list of SharePoint protection policies in the tenant. + x-ms-navigationProperty: true + sharePointRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + description: The list of SharePoint restore sessions available in the tenant. + x-ms-navigationProperty: true + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The list of site inclusion rules applied to the tenant. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The list of site protection units in the tenant. + x-ms-navigationProperty: true microsoft.graph.baseItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -912308,17 +923000,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -912339,17 +923045,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -913492,6 +924212,37 @@ components: description: The result information. Read-only. status: $ref: '#/components/schemas/microsoft.graph.operationStatus' + microsoft.graph.community: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: community + type: object + properties: + description: + type: string + description: 'The description of the community. The maximum length is 1,024 characters.' + displayName: + type: string + description: The name of the community. The maximum length is 255 characters. + groupId: + type: string + description: The ID of the Microsoft 365 group that manages the membership of this community. + nullable: true + privacy: + $ref: '#/components/schemas/microsoft.graph.communityPrivacy' + group: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.group' + - type: object + nullable: true + description: The Microsoft 365 group that manages the membership of this community. + x-ms-navigationProperty: true + owners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.user' + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + x-ms-navigationProperty: true microsoft.graph.companySubscription: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -917541,6 +928292,56 @@ components: description: Indicates the size of the content stream for this version of the item. format: int64 nullable: true + microsoft.graph.driveProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: driveProtectionRule + type: object + properties: + driveExpression: + type: string + description: 'Contains a drive expression. For examples, see driveExpression examples.' + nullable: true + microsoft.graph.driveProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: driveProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email associated with the directory object. + nullable: true + readOnly: true + microsoft.graph.driveRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: driveRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true microsoft.graph.eBookInstallSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -918711,6 +929512,18 @@ components: title: employeeExperience type: object properties: + communities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.community' + description: A collection of communities in Viva Engage. + x-ms-navigationProperty: true + engagementAsyncOperations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + description: 'A collection of long-running, asynchronous operations related to Viva Engage.' + x-ms-navigationProperty: true learningCourseActivities: type: array items: @@ -918843,6 +929656,22 @@ components: subject: type: string description: Mail subject. + microsoft.graph.engagementAsyncOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + - title: engagementAsyncOperation + type: object + properties: + operationType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperationType' + - type: object + nullable: true + description: 'The type of the long-running operation. The possible values are: createCommunity, unknownFutureValue.' + resourceId: + type: string + description: The ID of the object created or modified as a result of this async operation. + nullable: true microsoft.graph.enrollmentConfigurationAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -919362,6 +930191,41 @@ components: - type: object nullable: true description: 'Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' + microsoft.graph.exchangeProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: exchangeProtectionPolicy + type: object + properties: + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The rules associated with the Exchange protection policy. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + x-ms-navigationProperty: true + microsoft.graph.exchangeRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: exchangeRestoreSession + type: object + properties: + granularMailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + x-ms-navigationProperty: true + mailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + x-ms-navigationProperty: true microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -919682,6 +930546,22 @@ components: description: Indicates when the insight was created. format: date-time nullable: true + microsoft.graph.granularMailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + - title: granularMailboxRestoreArtifact + type: object + properties: + artifactCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: . + format: int32 + nullable: true + searchResponseId: + type: string + description: . microsoft.graph.group: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -922295,13 +933175,13 @@ components: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The start time of the operation. 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.' + description: 'The start time of the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true lastActionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The time of the last action in the operation. 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.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true resourceLocation: @@ -922616,6 +933496,51 @@ components: recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. + microsoft.graph.mailboxProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: mailboxProtectionRule + type: object + properties: + mailboxExpression: + type: string + description: 'Contains a mailbox expression. For examples, see mailboxExpression examples.' + nullable: true + microsoft.graph.mailboxProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: mailboxProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: The ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email address associated with the directory object. + nullable: true + readOnly: true + microsoft.graph.mailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: mailboxRestoreArtifact + type: object + properties: + restoredFolderId: + type: string + description: The new restored folder identifier for the user. + nullable: true + restoredFolderName: + type: string + description: The new restored folder name. + nullable: true + readOnly: true microsoft.graph.mailFolder: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -924908,6 +935833,36 @@ components: - type: object nullable: true description: Required. Configuration for what to invoke if the event resolves to this listener. This lets us define potential handler configurations per-event. + microsoft.graph.oneDriveForBusinessProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: oneDriveForBusinessProtectionPolicy + type: object + properties: + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: Contains the details of the Onedrive for Business protection rule. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: Contains the protection units associated with a OneDrive for Business protection policy. + x-ms-navigationProperty: true + microsoft.graph.oneDriveForBusinessRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: oneDriveForBusinessRestoreSession + type: object + properties: + driveRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + x-ms-navigationProperty: true microsoft.graph.onenote: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -927981,6 +938936,143 @@ components: isEnabledInOrganization: type: boolean description: 'true to enable pronouns in the organization; otherwise, false. The default value is false, and pronouns are disabled.' + microsoft.graph.protectionPolicyBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionPolicyBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the policy. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the policy. + format: date-time + nullable: true + displayName: + type: string + description: The name of the policy to be created. + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of the person who last modified the policy. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The timestamp of the last modification of the policy. + format: date-time + nullable: true + retentionSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' + description: Contains the retention setting details for the policy. + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyStatus' + - type: object + nullable: true + description: 'The aggregated status of the protection units associated with the policy. The possible values are: inactive, activeWithErrors, updating, active, unknownFutureValue.' + microsoft.graph.protectionRuleBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionRuleBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the rule. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the rule. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if an operation on a rule fails. + isAutoApplyEnabled: + type: boolean + description: Indicates whether the protection rule is static or dynamic. + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of the person who last modified the rule. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification made to the rule. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' + - type: object + nullable: true + description: 'The status of the protection rule. The possible values are: draft, active, completed, completedWithErrors, unknownFutureValue.' + microsoft.graph.protectionUnitBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionUnitBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the protection unit. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the protection unit. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if an error occurred while creating a protection unit. + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who last modified the protection unit. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of this protection unit. + format: date-time + nullable: true + policyId: + type: string + description: The unique identifier of the protection policy based on which protection unit was created. + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitStatus' + - type: object + nullable: true + description: 'The status of the protection unit. The possible values are: protectRequested, protected, unprotectRequested, unprotected, removeRequested, unknownFutureValue.' microsoft.graph.provisioningObjectSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -928379,6 +939471,128 @@ components: type: string description: ID of the Microsoft Entra app that is hosting the resource. Read-only. nullable: true + microsoft.graph.restoreArtifactBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreArtifactBase + type: object + properties: + completionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when restoration of restore artifact is completed. + format: date-time + nullable: true + destinationType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.destinationType' + - type: object + nullable: true + description: 'Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue.' + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if the restore session fails or completes with an error. + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when restoration of restore artifact is started. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.artifactRestoreStatus' + - type: object + nullable: true + description: 'The individual restoration status of the restore artifact. The possible values are: added, scheduling, scheduled, inProgress, succeeded, failed, unknownFutureValue.' + restorePoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePoint' + - type: object + nullable: true + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + x-ms-navigationProperty: true + microsoft.graph.restorePoint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restorePoint + type: object + properties: + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Expiration date time of the restore point. + format: date-time + nullable: true + protectionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date time when the restore point was created. + format: date-time + nullable: true + tags: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointTags' + - type: object + nullable: true + description: 'The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue.' + protectionUnit: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - type: object + nullable: true + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + x-ms-navigationProperty: true + microsoft.graph.restoreSessionBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreSessionBase + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of completion of the restore session. + format: date-time + nullable: true + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the restore session. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the restore session. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if the restore session fails or completes with an error. + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the restore session. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the restore session. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionStatus' + - type: object + nullable: true + description: 'Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.' microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -929461,6 +940675,48 @@ components: title: type: string description: The title of the service event. + microsoft.graph.serviceApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: serviceApp + type: object + properties: + application: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - type: object + nullable: true + description: The Entra ID application ID. + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the effective activation of the service app. + format: date-time + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the entity. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + registrationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the creation of the service app entity. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceAppStatus' + - type: object + nullable: true + description: 'The status of the service app. This value indicates whether or not the application can be used to control the backup service. The possible values are: inactive, active, pendingActive, pendingInactive, unknownFutureValue.' microsoft.graph.serviceHealth: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -930192,6 +941448,36 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.sharePointProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: sharePointProtectionPolicy + type: object + properties: + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The rules associated with the SharePoint Protection policy. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The protection units (sites) that are protected under the site protection policy. + x-ms-navigationProperty: true + microsoft.graph.sharePointRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: sharePointRestoreSession + type: object + properties: + siteRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + x-ms-navigationProperty: true microsoft.graph.sharepointSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -930921,6 +942207,56 @@ components: $ref: '#/components/schemas/microsoft.graph.webPart' description: Collection of webparts on the SharePoint page. x-ms-navigationProperty: true + microsoft.graph.siteProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: siteProtectionRule + type: object + properties: + siteExpression: + type: string + description: 'Contains a site expression. For examples, see siteExpression example.' + nullable: true + microsoft.graph.siteProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: siteProtectionUnit + type: object + properties: + siteId: + type: string + description: Unique identifier of the SharePoint site. + nullable: true + siteName: + type: string + description: Name of the SharePoint site. + nullable: true + readOnly: true + siteWebUrl: + type: string + description: The web URL of the SharePoint site. + nullable: true + readOnly: true + microsoft.graph.siteRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: siteRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true microsoft.graph.skypeForBusinessUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' @@ -931104,6 +942440,12 @@ components: title: solutionsRoot type: object properties: + backupRestore: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + - type: object + nullable: true + x-ms-navigationProperty: true bookingBusinesses: type: array items: @@ -932098,7 +943440,7 @@ components: description: Indicates whether Microsoft Teams is enabled for the organization. region: type: string - description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true deletedChats: type: array @@ -935940,7 +947282,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -936048,6 +947390,12 @@ components: - type: object nullable: true description: 'The end time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.' + settings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' + - type: object + nullable: true + description: The virtual event settings. startDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' @@ -941436,6 +952784,20 @@ components: nullable: true processingState: $ref: '#/components/schemas/microsoft.graph.printJobProcessingState' + microsoft.graph.artifactQuery: + title: artifactQuery + type: object + properties: + artifactType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorableArtifact' + - type: object + nullable: true + description: 'The type of artifact to search. The possible values are: message, unknownFutureValue.' + queryExpression: + type: string + description: Specifies criteria to retrieve artifacts. + nullable: true microsoft.graph.assignedLabel: title: assignedLabel type: object @@ -952826,6 +964188,42 @@ components: microsoft.graph.restoreAction: title: restoreAction type: object + microsoft.graph.restorePointSearchResponse: + title: restorePointSearchResponse + type: object + properties: + noResultProtectionUnitIds: + type: array + items: + type: string + nullable: true + description: Contains alist of protection units with no restore points. + searchResponseId: + type: string + description: The unique identifier of the search response. + nullable: true + searchResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' + description: Contains a collection of restore points. + microsoft.graph.restorePointSearchResult: + title: restorePointSearchResult + type: object + properties: + artifactHitCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of artifacts restored. + format: int32 + nullable: true + restorePoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePoint' + - type: object + nullable: true + x-ms-navigationProperty: true microsoft.graph.resultInfo: title: resultInfo type: object @@ -952899,6 +964297,20 @@ components: type: boolean description: Specifies whether the item is locked. Read-write. nullable: true + microsoft.graph.retentionSetting: + title: retentionSetting + type: object + properties: + interval: + type: string + description: The frequency of the backup. + nullable: true + period: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The period of time to retain the protected data for a single Microsoft 365 service. + format: duration + nullable: true microsoft.graph.rgbColor: title: rgbColor type: object @@ -953709,6 +965121,52 @@ components: type: string description: Error Information published by the Federated Service as an xml string. nullable: true + microsoft.graph.serviceStatus: + title: serviceStatus + type: object + properties: + backupServiceConsumer: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' + - type: object + nullable: true + description: 'The type of consumer. The possible values are: unknown, firstparty, thirdparty, unknownFutureValue.' + disableReason: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.disableReason' + - type: object + nullable: true + description: 'The reason the service is disabled. The possible values are: none, controllerServiceAppDeleted, invalidBillingProfile, userRequested, unknownFutureValue.' + gracePeriodDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the grace period. + format: date-time + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the entity. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + restoreAllowedTillDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the restoration allowed period. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' + - type: object + nullable: true + description: 'Status of the service. This value indicates what capabilities can be used. The possible values are: disabled, enabled, protectionChangeLocked, restoreLocked, unknownFutureValue.' microsoft.graph.serviceUpdateMessageViewpoint: title: serviceUpdateMessageViewpoint type: object @@ -955882,6 +967340,22 @@ components: type: string description: ID of the timeOffReason for this timeOffItem. Required. nullable: true + microsoft.graph.timePeriod: + title: timePeriod + type: object + properties: + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the end of the time period. + format: date-time + nullable: true + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the start of the time period. + format: date-time + nullable: true microsoft.graph.timeRange: title: timeRange type: object @@ -957029,6 +968503,14 @@ components: type: string description: 'Text answer of the virtual event registration question. Appears when answerInputType is text, multilineText or singleChoice.' nullable: true + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true microsoft.graph.visualInfo: title: visualInfo type: object @@ -957985,37 +969467,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. microsoft.graph.workforceIntegrationEncryption: title: workforceIntegrationEncryption type: object @@ -958767,6 +970249,17 @@ components: - semiAnnual - unknownFutureValue type: string + microsoft.graph.artifactRestoreStatus: + title: artifactRestoreStatus + enum: + - added + - scheduling + - scheduled + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string microsoft.graph.assignmentScheduleFilterByCurrentUserOptions: title: assignmentScheduleFilterByCurrentUserOptions enum: @@ -959056,6 +970549,23 @@ components: - defaultConfiguredIdp - unknownFutureValue type: string + microsoft.graph.backupServiceConsumer: + title: backupServiceConsumer + enum: + - unknown + - firstparty + - thirdparty + - unknownFutureValue + type: string + microsoft.graph.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string microsoft.graph.baseAuthenticationMethod: title: baseAuthenticationMethod enum: @@ -959897,6 +971407,13 @@ components: - approvalStatus - unknownFutureValue type: string + microsoft.graph.communityPrivacy: + title: communityPrivacy + enum: + - public + - private + - unknownFutureValue + type: string microsoft.graph.complianceState: title: complianceState enum: @@ -960351,6 +971868,13 @@ components: - sendToDelegateAndPrincipal - sendToDelegateOnly type: string + microsoft.graph.destinationType: + title: destinationType + enum: + - new + - inPlace + - unknownFutureValue + type: string microsoft.graph.detectedAppPlatformType: title: detectedAppPlatformType enum: @@ -961095,6 +972619,14 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.disableReason: + title: disableReason + enum: + - none + - invalidBillingProfile + - userRequested + - unknownFutureValue + type: string microsoft.graph.diskType: title: diskType enum: @@ -961353,6 +972885,12 @@ components: - trainingReminder - unknownFutureValue type: string + microsoft.graph.engagementAsyncOperationType: + title: engagementAsyncOperationType + enum: + - createCommunity + - unknownFutureValue + type: string microsoft.graph.enrollmentState: title: enrollmentState enum: @@ -964294,6 +975832,34 @@ components: - disabled - unknownFutureValue type: string + microsoft.graph.protectionPolicyStatus: + title: protectionPolicyStatus + enum: + - inactive + - activeWithErrors + - updating + - active + - unknownFutureValue + type: string + microsoft.graph.protectionRuleStatus: + title: protectionRuleStatus + enum: + - draft + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string + microsoft.graph.protectionUnitStatus: + title: protectionUnitStatus + enum: + - protectRequested + - protected + - unprotectRequested + - unprotected + - removeRequested + - unknownFutureValue + type: string microsoft.graph.provisioningAction: title: provisioningAction enum: @@ -965178,6 +976744,39 @@ components: - declined - notResponded type: string + microsoft.graph.restorableArtifact: + title: restorableArtifact + enum: + - message + - unknownFutureValue + type: string + microsoft.graph.restorePointPreference: + title: restorePointPreference + enum: + - latest + - oldest + - unknownFutureValue + type: string + microsoft.graph.restorePointTags: + title: restorePointTags + enum: + - none + - fastRestore + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.restoreSessionStatus: + title: restoreSessionStatus + enum: + - draft + - activating + - active + - completedWithError + - completed + - unknownFutureValue + - failed + type: string microsoft.graph.riskDetail: title: riskDetail enum: @@ -965499,6 +977098,15 @@ components: - auto - unknownFutureValue type: string + microsoft.graph.serviceAppStatus: + title: serviceAppStatus + enum: + - inactive + - active + - pendingActive + - pendingInactive + - unknownFutureValue + type: string microsoft.graph.serviceHealthClassificationType: title: serviceHealthClassificationType enum: @@ -969902,6 +981510,11 @@ components: nullable: true description: 'The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.' x-ms-navigationProperty: true + microsoft.graph.identityGovernance.insights: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: insights + type: object microsoft.graph.identityGovernance.lifecycleManagementSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -969935,6 +981548,13 @@ components: nullable: true description: Deleted workflows in your lifecycle workflows instance. x-ms-navigationProperty: true + insights: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + - type: object + nullable: true + description: The insight container holding workflow insight summaries for a tenant. + x-ms-navigationProperty: true settings: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' taskDefinitions: @@ -970414,6 +982034,17 @@ components: type: integer description: 'The version of the workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.' format: int32 + microsoft.graph.identityGovernance.attributeChangeTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: attributeChangeTrigger + type: object + properties: + triggerAttributes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute' + description: The trigger attribute being changed that triggers the workflowexecutiontrigger of a workflow.) microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration' @@ -970467,6 +982098,25 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.identityGovernance.groupBasedSubjectSet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.subjectSet' + - title: groupBasedSubjectSet + type: object + properties: + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.group' + x-ms-navigationProperty: true + microsoft.graph.identityGovernance.membershipChangeTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: membershipChangeTrigger + type: object + properties: + changeType: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.membershipChangeType' microsoft.graph.identityGovernance.onDemandExecutionOnly: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions' @@ -970578,6 +982228,106 @@ components: format: int32 timeBasedAttribute: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute' + microsoft.graph.identityGovernance.topTasksInsightsSummary: + title: topTasksInsightsSummary + type: object + properties: + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs of the task. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed by the task. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the task. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the task. + format: int32 + taskDefinitionDisplayName: + type: string + description: The name of the task. + taskDefinitionId: + type: string + description: The task ID. + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of the task. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by the task. + format: int32 + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + title: topWorkflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs for workflow. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the workflow. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the workflow. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of workflow. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of users processed by the workflow. + format: int32 + workflowCategory: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowCategory' + workflowDisplayName: + type: string + description: The name of the workflow. + workflowId: + type: string + description: The workflow ID. + workflowVersion: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The version of the workflow that was a top workflow ran. + format: int32 microsoft.graph.identityGovernance.triggerAndScopeBasedConditions: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions' @@ -970596,6 +982346,13 @@ components: - type: object nullable: true description: What triggers a workflow to run. + microsoft.graph.identityGovernance.triggerAttribute: + title: triggerAttribute + type: object + properties: + name: + type: string + description: The name of the trigger attribute that is changed to trigger an attributeChangeTrigger workflow. microsoft.graph.identityGovernance.usersProcessingSummary: title: usersProcessingSummary type: object @@ -970665,6 +982422,122 @@ components: microsoft.graph.identityGovernance.workflowExecutionTrigger: title: workflowExecutionTrigger type: object + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + title: workflowsInsightsByCategory + type: object + properties: + failedJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Joiner' workflows processed in a tenant. + format: int32 + failedLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Leaver' workflows processed in a tenant. + format: int32 + failedMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Mover' workflows processed in a tenant. + format: int32 + successfulJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Joiner' workflows processed in a tenant. + format: int32 + successfulLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Leaver' workflows processed in a tenant. + format: int32 + successfulMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Mover' workflows processed in a tenant. + format: int32 + totalJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Joiner' workflows processed in a tenant. + format: int32 + totalLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Leaver' workflows processed in a tenant. + format: int32 + totalMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Mover' workflows processed in a tenant. + format: int32 + microsoft.graph.identityGovernance.workflowsInsightsSummary: + title: workflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed workflow runs processed in the tenant. + format: int32 + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed tasks processed in the tenant. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users processed by workflows in the tenant. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful workflow runs processed in the tenant. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful tasks processed in the tenant. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by workflows in the tenant. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total workflows processed in the tenant. + format: int32 + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total tasks processed by workflows in the tenant. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by workflows in the tenant. + format: int32 microsoft.graph.identityGovernance.customTaskExtensionOperationStatus: title: customTaskExtensionOperationStatus enum: @@ -970701,6 +982574,13 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.identityGovernance.membershipChangeType: + title: membershipChangeType + enum: + - add + - remove + - unknownFutureValue + type: string microsoft.graph.identityGovernance.valueType: title: valueType enum: @@ -971198,7 +983078,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' evidence: type: array items: @@ -977695,6 +989575,193 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' + microsoft.graph.driveProtectionRuleCollectionResponse: + title: Collection of driveProtectionRule + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + microsoft.graph.driveProtectionUnitCollectionResponse: + title: Collection of driveProtectionUnit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + title: Collection of exchangeProtectionPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + microsoft.graph.exchangeRestoreSessionCollectionResponse: + title: Collection of exchangeRestoreSession + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + microsoft.graph.mailboxProtectionRuleCollectionResponse: + title: Collection of mailboxProtectionRule + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + microsoft.graph.mailboxProtectionUnitCollectionResponse: + title: Collection of mailboxProtectionUnit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + title: Collection of oneDriveForBusinessProtectionPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + title: Collection of oneDriveForBusinessRestoreSession + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + microsoft.graph.protectionPolicyBaseCollectionResponse: + title: Collection of protectionPolicyBase + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + microsoft.graph.protectionUnitBaseCollectionResponse: + title: Collection of protectionUnitBase + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + microsoft.graph.restorePointCollectionResponse: + title: Collection of restorePoint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + microsoft.graph.restoreSessionBaseCollectionResponse: + title: Collection of restoreSessionBase + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + microsoft.graph.serviceAppCollectionResponse: + title: Collection of serviceApp + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + title: Collection of sharePointProtectionPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + microsoft.graph.sharePointRestoreSessionCollectionResponse: + title: Collection of sharePointRestoreSession + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + microsoft.graph.siteProtectionRuleCollectionResponse: + title: Collection of siteProtectionRule + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + microsoft.graph.siteProtectionUnitCollectionResponse: + title: Collection of siteProtectionUnit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' microsoft.graph.bitlockerRecoveryKeyCollectionResponse: title: Collection of bitlockerRecoveryKey type: object @@ -979257,6 +991324,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + microsoft.graph.communityCollectionResponse: + title: Collection of community + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.community' + microsoft.graph.engagementAsyncOperationCollectionResponse: + title: Collection of engagementAsyncOperation + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' microsoft.graph.learningCourseActivityCollectionResponse: title: Collection of learningCourseActivity type: object @@ -979367,6 +991456,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + title: Collection of granularMailboxRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + title: Collection of mailboxRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' microsoft.graph.fileStorageContainerCollectionResponse: title: Collection of fileStorageContainer type: object @@ -979939,6 +992050,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' + microsoft.graph.driveRestoreArtifactCollectionResponse: + title: Collection of driveRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' microsoft.graph.notebookCollectionResponse: title: Collection of notebook type: object @@ -980786,6 +992908,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' + microsoft.graph.siteRestoreArtifactCollectionResponse: + title: Collection of siteRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' microsoft.graph.simulationAutomationRunCollectionResponse: title: Collection of simulationAutomationRun type: object @@ -985307,6 +997440,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.location' + microsoft.graph.retentionSettingCollectionResponse: + title: Collection of microsoft.graph.retentionSetting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' microsoft.graph.assignedLabelCollectionResponse: title: Collection of microsoft.graph.assignedLabel type: object @@ -986594,6 +998738,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAccess' + microsoft.graph.restorePointSearchResultCollectionResponse: + title: Collection of microsoft.graph.restorePointSearchResult + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' microsoft.graph.resourceActionCollectionResponse: title: Collection of microsoft.graph.resourceAction type: object @@ -987133,6 +999288,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identityGovernance.parameter' + microsoft.graph.identityGovernance.triggerAttributeCollectionResponse: + title: Collection of microsoft.graph.identityGovernance.triggerAttribute + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute' microsoft.graph.partners.billing.blobCollectionResponse: title: Collection of microsoft.graph.partners.billing.blob type: object @@ -988158,6 +1000324,108 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBaseCollectionResponse' + microsoft.graph.driveProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRuleCollectionResponse' + microsoft.graph.driveProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitCollectionResponse' + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + microsoft.graph.exchangeRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSessionCollectionResponse' + microsoft.graph.mailboxProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRuleCollectionResponse' + microsoft.graph.mailboxProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitCollectionResponse' + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + microsoft.graph.protectionPolicyBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBaseCollectionResponse' + microsoft.graph.protectionUnitBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBaseCollectionResponse' + microsoft.graph.restorePointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointCollectionResponse' + microsoft.graph.restoreSessionBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBaseCollectionResponse' + microsoft.graph.serviceAppCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceAppCollectionResponse' + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + microsoft.graph.sharePointRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSessionCollectionResponse' + microsoft.graph.siteProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRuleCollectionResponse' + microsoft.graph.siteProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitCollectionResponse' microsoft.graph.bitlockerRecoveryKeyCollectionResponse: description: Retrieved collection content: @@ -989010,6 +1001278,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResultCollectionResponse' + microsoft.graph.communityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.communityCollectionResponse' + microsoft.graph.engagementAsyncOperationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperationCollectionResponse' microsoft.graph.learningCourseActivityCollectionResponse: description: Retrieved collection content: @@ -989070,6 +1001350,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequestCollectionResponse' + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactCollectionResponse' microsoft.graph.fileStorageContainerCollectionResponse: description: Retrieved collection content: @@ -989382,6 +1001674,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessageCollectionResponse' + microsoft.graph.driveRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactCollectionResponse' microsoft.graph.notebookCollectionResponse: description: Retrieved collection content: @@ -989844,6 +1002142,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + microsoft.graph.siteRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactCollectionResponse' microsoft.graph.simulationAutomationRunCollectionResponse: description: Retrieved collection content: @@ -992310,6 +1004614,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.locationCollectionResponse' + microsoft.graph.retentionSettingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.retentionSettingCollectionResponse' microsoft.graph.assignedLabelCollectionResponse: description: Retrieved collection content: @@ -993012,6 +1005322,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceAccessCollectionResponse' + microsoft.graph.restorePointSearchResultCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResultCollectionResponse' microsoft.graph.resourceActionCollectionResponse: description: Retrieved collection content: @@ -993306,6 +1005622,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.parameterCollectionResponse' + microsoft.graph.identityGovernance.triggerAttributeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttributeCollectionResponse' microsoft.graph.partners.billing.blobCollectionResponse: description: Retrieved collection content: @@ -994048,6 +1006370,8 @@ components: '@odata.type': microsoft.graph.adminMicrosoft365Apps people: '@odata.type': microsoft.graph.peopleAdminSettings + reportSettings: + '@odata.type': microsoft.graph.adminReportSettings serviceAnnouncement: '@odata.type': microsoft.graph.serviceAnnouncement sharepoint: @@ -994076,6 +1006400,9 @@ components: value: installationOptions: '@odata.type': microsoft.graph.m365AppsInstallationOptions + microsoft.graph.adminReportSettings: + value: + displayConcealedNames: 'true' microsoft.graph.agreement: value: acceptances: @@ -994780,6 +1007107,44 @@ components: - '@odata.type': microsoft.graph.identityUserFlowAttributeAssignment userFlowIdentityProviders: - '@odata.type': microsoft.graph.identityProviderBase + microsoft.graph.backupRestoreRoot: + value: + driveInclusionRules: + - '@odata.type': microsoft.graph.driveProtectionRule + driveProtectionUnits: + - '@odata.type': microsoft.graph.driveProtectionUnit + exchangeProtectionPolicies: + - '@odata.type': microsoft.graph.exchangeProtectionPolicy + exchangeRestoreSessions: + - '@odata.type': microsoft.graph.exchangeRestoreSession + mailboxInclusionRules: + - '@odata.type': microsoft.graph.mailboxProtectionRule + mailboxProtectionUnits: + - '@odata.type': microsoft.graph.mailboxProtectionUnit + oneDriveForBusinessProtectionPolicies: + - '@odata.type': microsoft.graph.oneDriveForBusinessProtectionPolicy + oneDriveForBusinessRestoreSessions: + - '@odata.type': microsoft.graph.oneDriveForBusinessRestoreSession + protectionPolicies: + - '@odata.type': microsoft.graph.protectionPolicyBase + protectionUnits: + - '@odata.type': microsoft.graph.protectionUnitBase + restorePoints: + - '@odata.type': microsoft.graph.restorePoint + restoreSessions: + - '@odata.type': microsoft.graph.restoreSessionBase + serviceApps: + - '@odata.type': microsoft.graph.serviceApp + serviceStatus: + '@odata.type': microsoft.graph.serviceStatus + sharePointProtectionPolicies: + - '@odata.type': microsoft.graph.sharePointProtectionPolicy + sharePointRestoreSessions: + - '@odata.type': microsoft.graph.sharePointRestoreSession + siteInclusionRules: + - '@odata.type': microsoft.graph.siteProtectionRule + siteProtectionUnits: + - '@odata.type': microsoft.graph.siteProtectionUnit microsoft.graph.baseItem: value: createdBy: @@ -995129,16 +1007494,22 @@ components: '@odata.type': microsoft.graph.callTranscriptionInfo microsoft.graph.callRecording: value: + callId: String content: Stream + contentCorrelationId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' meetingId: String meetingOrganizer: '@odata.type': microsoft.graph.identitySet recordingContentUrl: String microsoft.graph.callTranscript: value: + callId: String content: Stream + contentCorrelationId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' meetingId: String meetingOrganizer: '@odata.type': microsoft.graph.identitySet @@ -995484,6 +1007855,17 @@ components: '@odata.type': microsoft.graph.resultInfo status: '@odata.type': microsoft.graph.operationStatus + microsoft.graph.community: + value: + description: String + displayName: String + group: + '@odata.type': microsoft.graph.group + groupId: String + owners: + - '@odata.type': microsoft.graph.user + privacy: + '@odata.type': microsoft.graph.communityPrivacy microsoft.graph.companySubscription: value: commerceSubscriptionId: String @@ -996684,6 +1009066,19 @@ components: value: content: Stream size: '0' + microsoft.graph.driveProtectionRule: + value: + driveExpression: String + microsoft.graph.driveProtectionUnit: + value: + directoryObjectId: String + displayName: String + email: String + microsoft.graph.driveRestoreArtifact: + value: + restoredSiteId: String + restoredSiteName: String + restoredSiteWebUrl: String microsoft.graph.eBookInstallSummary: value: failedDeviceCount: '0' @@ -997027,6 +1009422,10 @@ components: recipientEmail: String microsoft.graph.employeeExperience: value: + communities: + - '@odata.type': microsoft.graph.community + engagementAsyncOperations: + - '@odata.type': microsoft.graph.engagementAsyncOperation learningCourseActivities: - '@odata.type': microsoft.graph.learningCourseActivity learningProviders: @@ -997071,6 +1009470,11 @@ components: sentFrom: '@odata.type': microsoft.graph.emailIdentity subject: String + microsoft.graph.engagementAsyncOperation: + value: + operationType: + '@odata.type': microsoft.graph.engagementAsyncOperationType + resourceId: String microsoft.graph.enrollmentConfigurationAssignment: value: target: @@ -997234,6 +1009638,18 @@ components: '@odata.type': microsoft.graph.timeSlot responseType: '@odata.type': microsoft.graph.responseType + microsoft.graph.exchangeProtectionPolicy: + value: + mailboxInclusionRules: + - '@odata.type': microsoft.graph.mailboxProtectionRule + mailboxProtectionUnits: + - '@odata.type': microsoft.graph.mailboxProtectionUnit + microsoft.graph.exchangeRestoreSession: + value: + granularMailboxRestoreArtifacts: + - '@odata.type': microsoft.graph.granularMailboxRestoreArtifact + mailboxRestoreArtifacts: + - '@odata.type': microsoft.graph.mailboxRestoreArtifact microsoft.graph.extension: { } microsoft.graph.extensionProperty: value: @@ -997336,6 +1009752,10 @@ components: microsoft.graph.governanceInsight: value: insightCreatedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.granularMailboxRestoreArtifact: + value: + artifactCount: '0' + searchResponseId: String microsoft.graph.group: value: acceptedSenders: @@ -998222,6 +1010642,18 @@ components: '@odata.type': microsoft.graph.mailDestinationRoutingReason messageUri: String recipientEmail: String + microsoft.graph.mailboxProtectionRule: + value: + mailboxExpression: String + microsoft.graph.mailboxProtectionUnit: + value: + directoryObjectId: String + displayName: String + email: String + microsoft.graph.mailboxRestoreArtifact: + value: + restoredFolderId: String + restoredFolderName: String microsoft.graph.mailFolder: value: childFolderCount: '0' @@ -998881,6 +1011313,16 @@ components: value: handler: '@odata.type': microsoft.graph.onAuthenticationMethodLoadStartHandler + microsoft.graph.oneDriveForBusinessProtectionPolicy: + value: + driveInclusionRules: + - '@odata.type': microsoft.graph.driveProtectionRule + driveProtectionUnits: + - '@odata.type': microsoft.graph.driveProtectionUnit + microsoft.graph.oneDriveForBusinessRestoreSession: + value: + driveRestoreArtifacts: + - '@odata.type': microsoft.graph.driveRestoreArtifact microsoft.graph.onenote: value: notebooks: @@ -999816,6 +1012258,45 @@ components: microsoft.graph.pronounsSettings: value: isEnabledInOrganization: 'true' + microsoft.graph.protectionPolicyBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + displayName: String + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + retentionSettings: + - '@odata.type': microsoft.graph.retentionSetting + status: + '@odata.type': microsoft.graph.protectionPolicyStatus + microsoft.graph.protectionRuleBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + isAutoApplyEnabled: 'true' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.protectionRuleStatus + microsoft.graph.protectionUnitBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + policyId: String + status: + '@odata.type': microsoft.graph.protectionUnitStatus microsoft.graph.provisioningObjectSummary: value: activityDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -999938,6 +1012419,39 @@ components: permission: String permissionType: String resourceAppId: String + microsoft.graph.restoreArtifactBase: + value: + completionDateTime: '0001-01-01T00:00:00.0000000+00:00' + destinationType: + '@odata.type': microsoft.graph.destinationType + error: + '@odata.type': microsoft.graph.publicError + restorePoint: + '@odata.type': microsoft.graph.restorePoint + startDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.artifactRestoreStatus + microsoft.graph.restorePoint: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + protectionDateTime: '0001-01-01T00:00:00.0000000+00:00' + protectionUnit: + '@odata.type': microsoft.graph.protectionUnitBase + tags: + '@odata.type': microsoft.graph.restorePointTags + microsoft.graph.restoreSessionBase: + value: + completedDateTime: '0001-01-01T00:00:00.0000000+00:00' + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.restoreSessionStatus microsoft.graph.richLongRunningOperation: value: error: @@ -1000254,6 +1012768,17 @@ components: lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' startDateTime: '0001-01-01T00:00:00.0000000+00:00' title: String + microsoft.graph.serviceApp: + value: + application: + '@odata.type': microsoft.graph.identity + effectiveDateTime: '0001-01-01T00:00:00.0000000+00:00' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + registrationDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.serviceAppStatus microsoft.graph.serviceHealth: value: issues: @@ -1000482,6 +1013007,16 @@ components: value: settings: '@odata.type': microsoft.graph.sharepointSettings + microsoft.graph.sharePointProtectionPolicy: + value: + siteInclusionRules: + - '@odata.type': microsoft.graph.siteProtectionRule + siteProtectionUnits: + - '@odata.type': microsoft.graph.siteProtectionUnit + microsoft.graph.sharePointRestoreSession: + value: + siteRestoreArtifacts: + - '@odata.type': microsoft.graph.siteRestoreArtifact microsoft.graph.sharepointSettings: value: allowedDomainGuidsForSyncApp: @@ -1000694,6 +1013229,19 @@ components: '@odata.type': microsoft.graph.titleArea webParts: - '@odata.type': microsoft.graph.webPart + microsoft.graph.siteProtectionRule: + value: + siteExpression: String + microsoft.graph.siteProtectionUnit: + value: + siteId: String + siteName: String + siteWebUrl: String + microsoft.graph.siteRestoreArtifact: + value: + restoredSiteId: String + restoredSiteName: String + restoredSiteWebUrl: String microsoft.graph.skypeForBusinessUserConversationMember: value: tenantId: String @@ -1000739,6 +1013287,8 @@ components: unknownUserCount: '0' microsoft.graph.solutionsRoot: value: + backupRestore: + '@odata.type': microsoft.graph.backupRestoreRoot bookingBusinesses: - '@odata.type': microsoft.graph.bookingBusiness bookingCurrencies: @@ -1002128,6 +1014678,8 @@ components: - '@odata.type': microsoft.graph.virtualEventPresenter sessions: - '@odata.type': microsoft.graph.virtualEventSession + settings: + '@odata.type': microsoft.graph.virtualEventSettings startDateTime: '@odata.type': microsoft.graph.dateTimeTimeZone status: @@ -1003781,6 +1016333,11 @@ components: printerName: String processingState: '@odata.type': microsoft.graph.printJobProcessingState + microsoft.graph.artifactQuery: + value: + artifactType: + '@odata.type': microsoft.graph.restorableArtifact + queryExpression: String microsoft.graph.assignedLabel: value: displayName: String @@ -1007392,6 +1019949,18 @@ components: '@odata.type': microsoft.graph.responseType time: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.restoreAction: { } + microsoft.graph.restorePointSearchResponse: + value: + noResultProtectionUnitIds: + - String + searchResponseId: String + searchResults: + - '@odata.type': microsoft.graph.restorePointSearchResult + microsoft.graph.restorePointSearchResult: + value: + artifactHitCount: '0' + restorePoint: + '@odata.type': microsoft.graph.restorePoint microsoft.graph.resultInfo: value: code: '0' @@ -1007414,6 +1019983,10 @@ components: isLabelUpdateAllowed: 'true' isMetadataUpdateAllowed: 'true' isRecordLocked: 'true' + microsoft.graph.retentionSetting: + value: + interval: String + period: Duration microsoft.graph.rgbColor: value: b: AA== @@ -1007678,6 +1020251,19 @@ components: microsoft.graph.serviceProvisioningXmlError: value: errorDetail: String + microsoft.graph.serviceStatus: + value: + backupServiceConsumer: + '@odata.type': microsoft.graph.backupServiceConsumer + disableReason: + '@odata.type': microsoft.graph.disableReason + gracePeriodDateTime: '0001-01-01T00:00:00.0000000+00:00' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + restoreAllowedTillDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.backupServiceStatus microsoft.graph.serviceUpdateMessageViewpoint: value: isArchived: 'true' @@ -1008332,6 +1020918,10 @@ components: microsoft.graph.timeOffItem: value: timeOffReasonId: String + microsoft.graph.timePeriod: + value: + endDateTime: '0001-01-01T00:00:00.0000000+00:00' + startDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.timeRange: value: endTime: TimeOfDay (timestamp) @@ -1008674,6 +1021264,9 @@ components: - String questionId: String value: String + microsoft.graph.virtualEventSettings: + value: + isAttendeeEmailNotificationEnabled: 'true' microsoft.graph.visualInfo: value: attribution: @@ -1009443,6 +1022036,7 @@ components: lastModifiedBy: '@odata.type': microsoft.graph.user lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.identityGovernance.insights: { } microsoft.graph.identityGovernance.lifecycleManagementSettings: value: emailSettings: @@ -1009454,6 +1022048,8 @@ components: - '@odata.type': microsoft.graph.identityGovernance.customTaskExtension deletedItems: '@odata.type': microsoft.graph.deletedItemContainer + insights: + '@odata.type': microsoft.graph.identityGovernance.insights settings: '@odata.type': microsoft.graph.identityGovernance.lifecycleManagementSettings taskDefinitions: @@ -1009600,6 +1022196,10 @@ components: microsoft.graph.identityGovernance.workflowVersion: value: versionNumber: '0' + microsoft.graph.identityGovernance.attributeChangeTrigger: + value: + triggerAttributes: + - '@odata.type': microsoft.graph.identityGovernance.triggerAttribute microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration: value: authorizedApps: @@ -1009618,6 +1022218,14 @@ components: '@odata.type': microsoft.graph.identityGovernance.taskProcessingResult workflow: '@odata.type': microsoft.graph.identityGovernance.workflow + microsoft.graph.identityGovernance.groupBasedSubjectSet: + value: + groups: + - '@odata.type': microsoft.graph.group + microsoft.graph.identityGovernance.membershipChangeTrigger: + value: + changeType: + '@odata.type': microsoft.graph.identityGovernance.membershipChangeType microsoft.graph.identityGovernance.onDemandExecutionOnly: { } microsoft.graph.identityGovernance.parameter: value: @@ -1009648,12 +1022256,38 @@ components: offsetInDays: '0' timeBasedAttribute: '@odata.type': microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute + microsoft.graph.identityGovernance.topTasksInsightsSummary: + value: + failedTasks: '0' + failedUsers: '0' + successfulTasks: '0' + successfulUsers: '0' + taskDefinitionDisplayName: String + taskDefinitionId: String + totalTasks: '0' + totalUsers: '0' + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + value: + failedRuns: '0' + failedUsers: '0' + successfulRuns: '0' + successfulUsers: '0' + totalRuns: '0' + totalUsers: '0' + workflowCategory: + '@odata.type': microsoft.graph.identityGovernance.lifecycleWorkflowCategory + workflowDisplayName: String + workflowId: String + workflowVersion: '0' microsoft.graph.identityGovernance.triggerAndScopeBasedConditions: value: scope: '@odata.type': microsoft.graph.subjectSet trigger: '@odata.type': microsoft.graph.identityGovernance.workflowExecutionTrigger + microsoft.graph.identityGovernance.triggerAttribute: + value: + name: String microsoft.graph.identityGovernance.usersProcessingSummary: value: failedTasks: '0' @@ -1009670,6 +1022304,28 @@ components: totalUsers: '0' microsoft.graph.identityGovernance.workflowExecutionConditions: { } microsoft.graph.identityGovernance.workflowExecutionTrigger: { } + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + value: + failedJoinerRuns: '0' + failedLeaverRuns: '0' + failedMoverRuns: '0' + successfulJoinerRuns: '0' + successfulLeaverRuns: '0' + successfulMoverRuns: '0' + totalJoinerRuns: '0' + totalLeaverRuns: '0' + totalMoverRuns: '0' + microsoft.graph.identityGovernance.workflowsInsightsSummary: + value: + failedRuns: '0' + failedTasks: '0' + failedUsers: '0' + successfulRuns: '0' + successfulTasks: '0' + successfulUsers: '0' + totalRuns: '0' + totalTasks: '0' + totalUsers: '0' microsoft.graph.partners.billing.azureUsage: value: billed: @@ -1011430,6 +1024086,8 @@ tags: x-ms-docs-toc-type: page - name: admin.peopleAdminSettings x-ms-docs-toc-type: page + - name: admin.adminReportSettings + x-ms-docs-toc-type: page - name: admin.serviceAnnouncement x-ms-docs-toc-type: page - name: admin.Functions @@ -1011816,6 +1024474,10 @@ tags: x-ms-docs-toc-type: page - name: employeeExperience.employeeExperience x-ms-docs-toc-type: page + - name: employeeExperience.community + x-ms-docs-toc-type: page + - name: employeeExperience.engagementAsyncOperation + x-ms-docs-toc-type: page - name: employeeExperience.learningCourseActivity x-ms-docs-toc-type: page - name: employeeExperience.learningProvider @@ -1012288,10 +1024950,12 @@ tags: x-ms-docs-toc-type: page - name: solutions.solutionsRoot x-ms-docs-toc-type: page - - name: solutions.bookingBusiness + - name: solutions.backupRestoreRoot x-ms-docs-toc-type: page - name: solutions.Actions x-ms-docs-toc-type: container + - name: solutions.bookingBusiness + x-ms-docs-toc-type: page - name: solutions.bookingCurrency x-ms-docs-toc-type: page - name: solutions.virtualEventsRoot diff --git a/openapi/v1.0/openapi.yaml b/openapi/v1.0/openapi.yaml index f6313da4..826b5966 100644 --- a/openapi/v1.0/openapi.yaml +++ b/openapi/v1.0/openapi.yaml @@ -1542,6 +1542,97 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /admin/reportSettings: + description: Provides operations to manage the reportSettings property of the microsoft.graph.admin entity. + get: + tags: + - admin.adminReportSettings + summary: Get adminReportSettings + description: Get the tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0 + operationId: admin.GetReportSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.adminReportSettings + summary: Update adminReportSettings + description: Update tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0 + operationId: admin.UpdateReportSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.adminReportSettings + summary: Delete navigation property reportSettings for admin + operationId: admin.DeleteReportSettings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /admin/serviceAnnouncement: description: Provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity. get: @@ -7123,8 +7214,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -7524,8 +7615,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -13453,11 +13544,11 @@ paths: get: tags: - chats.conversationMember - summary: Get conversationMember - description: Retrieve a conversationMember from a chat or channel. + summary: Get conversationMember in a chat + description: Retrieve a conversationMember from a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 operationId: chats.GetMembers parameters: - name: $select @@ -17619,7 +17710,7 @@ paths: tags: - communications.call summary: Create call - description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.' + description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0 @@ -18239,7 +18330,7 @@ paths: tags: - communications.Actions summary: Invoke action answer - description: 'Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.' + description: 'Enable a bot to answer an incoming call. The incoming call request can be an invitation from a participant in a group call or a peer-to-peer call. If an invitation to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0 @@ -19500,10 +19591,10 @@ paths: tags: - communications.Actions summary: Invoke action invite - description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. ' + description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0 operationId: communications.calls.call.participants.invite requestBody: description: Action parameters @@ -20733,6 +20824,83 @@ paths: schema: type: string x-ms-docs-key-type: onlineMeeting + '/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communications.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + x-ms-docs-grouped-path: + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -21098,6 +21266,83 @@ paths: schema: type: string x-ms-docs-key-type: onlineMeeting + '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communications.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + x-ms-docs-grouped-path: + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta()' /communications/onlineMeetings/$count: description: Provides operations to count the resources in the collection. get: @@ -21174,23 +21419,22 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - /communications/presences: - description: Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity. + '/communications/onlineMeetings/getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. get: tags: - - communications.presence - summary: Get presence - description: Get a user's presence information. - operationId: communications.ListPresences + - communications.Functions + summary: Invoke function getAllRecordings + operationId: communications.onlineMeetings.getAllRecordings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -21198,9 +21442,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -21220,50 +21464,231 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.presenceCollectionResponse' + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - post: + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + '/communications/onlineMeetings/getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: tags: - - communications.presence - summary: Create new navigation property to presences for communications - operationId: communications.CreatePresences - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.presence' - required: true + - communications.Functions + summary: Invoke function getAllTranscripts + operationId: communications.onlineMeetings.getAllTranscripts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.presence' + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/communications/presences/{presence-id}': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + /communications/presences: description: Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity. get: tags: - communications.presence summary: Get presence description: Get a user's presence information. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 - operationId: communications.GetPresences + operationId: communications.ListPresences + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.presenceCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - communications.presence + summary: Create new navigation property to presences for communications + operationId: communications.CreatePresences + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.presence' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.presence' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/communications/presences/{presence-id}': + description: Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity. + get: + tags: + - communications.presence + summary: Get presence + description: Get a user's presence information. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 + operationId: communications.GetPresences parameters: - name: $select in: query @@ -26311,7 +26736,7 @@ paths: description: Read properties and relationships of the deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement parameters: - name: $select @@ -26353,7 +26778,7 @@ paths: description: Update the properties of a deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.UpdateDeviceAppManagement requestBody: description: New property values @@ -28375,11 +28800,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: List managedAppProtections - description: List properties and relationships of the managedAppProtection objects. + summary: List managedAppPolicies + description: List properties and relationships of the managedAppPolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppPolicies parameters: - $ref: '#/components/parameters/top' @@ -28457,11 +28882,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: Get targetedManagedAppProtection - description: Read properties and relationships of the targetedManagedAppProtection object. + summary: Get managedAppPolicy + description: Read properties and relationships of the managedAppPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetManagedAppPolicies parameters: - name: $select @@ -28556,7 +28981,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppPolicies.managedAppPolicy.targetApps requestBody: description: Action parameters @@ -28612,11 +29037,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: List androidManagedAppRegistrations - description: List properties and relationships of the androidManagedAppRegistration objects. + summary: List managedAppRegistrations + description: List properties and relationships of the managedAppRegistration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppRegistrations parameters: - $ref: '#/components/parameters/top' @@ -28983,7 +29408,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.appliedPolicies.managedAppPolicy.targetApps requestBody: description: Action parameters @@ -29244,7 +29669,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.intendedPolicies.managedAppPolicy.targetApps requestBody: description: Action parameters @@ -29796,11 +30221,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: List iosVppEBooks - description: List properties and relationships of the iosVppEBook objects. + summary: List managedEBooks + description: List properties and relationships of the managedEBook objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedEBooks parameters: - $ref: '#/components/parameters/top' @@ -30041,11 +30466,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create iosVppEBookAssignment - description: Create a new iosVppEBookAssignment object. + summary: Create managedEBookAssignment + description: Create a new managedEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.CreateAssignments requestBody: description: New navigation property @@ -30079,11 +30504,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get managedEBookAssignment - description: Read properties and relationships of the managedEBookAssignment object. + summary: Get iosVppEBookAssignment + description: Read properties and relationships of the iosVppEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.GetAssignments parameters: - name: $select @@ -32139,11 +32564,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: List managedDeviceMobileAppConfigurations - description: List properties and relationships of the managedDeviceMobileAppConfiguration objects. + summary: List iosMobileAppConfigurations + description: List properties and relationships of the iosMobileAppConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileAppConfigurations parameters: - $ref: '#/components/parameters/top' @@ -32225,11 +32650,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get iosMobileAppConfiguration - description: Read properties and relationships of the iosMobileAppConfiguration object. + summary: Get managedDeviceMobileAppConfiguration + description: Read properties and relationships of the managedDeviceMobileAppConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileAppConfigurations parameters: - name: $select @@ -33273,11 +33698,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: List managedApps - description: List properties and relationships of the managedApp objects. + summary: List windowsUniversalAppXs + description: List properties and relationships of the windowsUniversalAppX objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedapp-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileApps parameters: - $ref: '#/components/parameters/top' @@ -33329,11 +33754,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create managedAndroidLobApp - description: Create a new managedAndroidLobApp object. + summary: Create androidStoreApp + description: Create a new androidStoreApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateMobileApps requestBody: description: New navigation property @@ -33359,11 +33784,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get managedMobileLobApp - description: Read properties and relationships of the managedMobileLobApp object. + summary: Get managedAndroidLobApp + description: Read properties and relationships of the managedAndroidLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedmobilelobapp-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileApps parameters: - name: $select @@ -33401,11 +33826,11 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update webApp - description: Update the properties of a webApp object. + summary: Update iosLobApp + description: Update the properties of a iosLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-webapp-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateMobileApps requestBody: description: New navigation property values @@ -33429,11 +33854,11 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete win32LobApp - description: Deletes a win32LobApp. + summary: Delete windowsAppX + description: Deletes a windowsAppX. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteMobileApps parameters: - name: If-Match @@ -54010,7 +54435,7 @@ paths: description: Read properties and relationships of the deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.GetDeviceManagement parameters: - name: $select @@ -54052,7 +54477,7 @@ paths: description: Update the properties of a deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.UpdateDeviceManagement requestBody: description: New property values @@ -55343,11 +55768,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: List deviceCompliancePolicies - description: List properties and relationships of the deviceCompliancePolicy objects. + summary: List androidCompliancePolicies + description: List properties and relationships of the androidCompliancePolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceCompliancePolicies parameters: - $ref: '#/components/parameters/top' @@ -55429,11 +55854,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get deviceCompliancePolicy - description: Read properties and relationships of the deviceCompliancePolicy object. + summary: Get windows10CompliancePolicy + description: Read properties and relationships of the windows10CompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceCompliancePolicies parameters: - name: $select @@ -55471,11 +55896,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update windows81CompliancePolicy - description: Update the properties of a windows81CompliancePolicy object. + summary: Update macOSCompliancePolicy + description: Update the properties of a macOSCompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceCompliancePolicies requestBody: description: New navigation property values @@ -55499,11 +55924,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete macOSCompliancePolicy - description: Deletes a macOSCompliancePolicy. + summary: Delete androidWorkProfileCompliancePolicy + description: Deletes a androidWorkProfileCompliancePolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceCompliancePolicies parameters: - name: If-Match @@ -57840,11 +58265,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: List androidWorkProfileGeneralDeviceConfigurations - description: List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. + summary: List windowsDefenderAdvancedThreatProtectionConfigurations + description: List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceConfigurations parameters: - $ref: '#/components/parameters/top' @@ -57896,11 +58321,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create androidGeneralDeviceConfiguration - description: Create a new androidGeneralDeviceConfiguration object. + summary: Create windowsUpdateForBusinessConfiguration + description: Create a new windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDeviceConfigurations requestBody: description: New navigation property @@ -57926,11 +58351,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get iosCertificateProfile - description: Read properties and relationships of the iosCertificateProfile object. + summary: Get sharedPCConfiguration + description: Read properties and relationships of the sharedPCConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscertificateprofile-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceConfigurations parameters: - name: $select @@ -57968,11 +58393,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update iosUpdateConfiguration - description: Update the properties of a iosUpdateConfiguration object. + summary: Update windowsUpdateForBusinessConfiguration + description: Update the properties of a windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceConfigurations requestBody: description: New navigation property values @@ -57996,11 +58421,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete windows81GeneralConfiguration - description: Deletes a windows81GeneralConfiguration. + summary: Delete iosUpdateConfiguration + description: Deletes a iosUpdateConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81generalconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceConfigurations parameters: - name: If-Match @@ -59258,11 +59683,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: List deviceEnrollmentWindowsHelloForBusinessConfigurations - description: List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + summary: List deviceEnrollmentPlatformRestrictionsConfigurations + description: List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceEnrollmentConfigurations parameters: - $ref: '#/components/parameters/top' @@ -59344,11 +59769,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentPlatformRestrictionsConfiguration - description: Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. + summary: Get deviceEnrollmentWindowsHelloForBusinessConfiguration + description: Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceEnrollmentConfigurations parameters: - name: $select @@ -59414,11 +59839,11 @@ paths: delete: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Delete deviceEnrollmentLimitConfiguration - description: Deletes a deviceEnrollmentLimitConfiguration. + summary: Delete deviceEnrollmentPlatformRestrictionsConfiguration + description: Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceEnrollmentConfigurations parameters: - name: If-Match @@ -66325,11 +66750,11 @@ paths: get: tags: - deviceManagement.roleDefinition - summary: Get roleDefinition - description: Read properties and relationships of the roleDefinition object. + summary: Get deviceAndAppManagementRoleDefinition + description: Read properties and relationships of the deviceAndAppManagementRoleDefinition object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0 operationId: deviceManagement.GetRoleDefinitions parameters: - name: $select @@ -114037,10 +114462,10 @@ paths: tags: - drives.Functions summary: Invoke function range - description: Retrieve the properties and relationships of range object. + description: Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range responses: 2XX: @@ -114095,331 +114520,14 @@ paths: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/worksheet': - description: Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity. - get: - tags: - - drives.driveItem - summary: Get worksheet from drives - description: Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only. - operationId: drives.items.workbook.names.GetWorksheet - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - - name: workbookNamedItem-id - in: path - description: The unique identifier of workbookNamedItem - required: true - schema: - type: string - x-ms-docs-key-type: workbookNamedItem - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/$count': - description: Provides operations to count the resources in the collection. + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get the number of the resource - operationId: drives.items.workbook.names.GetCount-eada - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add': - description: Provides operations to call the add method. - post: - tags: - - drives.Actions - summary: Invoke action add - description: Adds a new name to the collection of the given scope using the user's locale for the formula. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.names.add - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - name: - type: string - nullable: true - reference: { } - comment: - type: string - nullable: true - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/addFormulaLocal': - description: Provides operations to call the addFormulaLocal method. - post: - tags: - - drives.Actions - summary: Invoke action addFormulaLocal - description: Adds a new name to the collection of the given scope using the user's locale for the formula. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.names.addFormulaLocal - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - name: - type: string - nullable: true - formula: - type: string - nullable: true - comment: - type: string - nullable: true - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/addFormulaLocal' - '/drives/{drive-id}/items/{driveItem-id}/workbook/operations': - description: Provides operations to manage the operations property of the microsoft.graph.workbook entity. - get: - tags: - - drives.driveItem - summary: Get operations from drives - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' - operationId: drives.items.workbook.ListOperations - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.workbookOperationCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - drives.driveItem - summary: Create new navigation property to operations for drives - operationId: drives.items.workbook.CreateOperations - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookOperation' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookOperation' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - '/drives/{drive-id}/items/{driveItem-id}/workbook/operations/{workbookOperation-id}': - description: Provides operations to manage the operations property of the microsoft.graph.workbook entity. - get: - tags: - - drives.driveItem - summary: Get operations from drives - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' - operationId: drives.items.workbook.GetOperations + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.names.range.GetFormat parameters: - name: $select in: query @@ -114447,7 +114555,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookOperation' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -114456,14 +114564,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property operations in drives - operationId: drives.items.workbook.UpdateOperations + summary: Update the navigation property format in drives + operationId: drives.items.workbook.names.range.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookOperation' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' required: true responses: 2XX: @@ -114471,7 +114579,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookOperation' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -114480,8 +114588,3019 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property operations for drives - operationId: drives.items.workbook.DeleteOperations + summary: Delete navigation property format for drives + operationId: drives.items.workbook.names.range.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.names.range.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.names.range.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.names.range.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.names.range.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only. + operationId: drives.items.workbook.names.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - drives.driveItem + summary: Get the number of the resource + operationId: drives.items.workbook.names.GetCount-eada + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add': + description: Provides operations to call the add method. + post: + tags: + - drives.Actions + summary: Invoke action add + description: Adds a new name to the collection of the given scope using the user's locale for the formula. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.names.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + name: + type: string + nullable: true + reference: { } + comment: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' + '/drives/{drive-id}/items/{driveItem-id}/workbook/names/addFormulaLocal': + description: Provides operations to call the addFormulaLocal method. + post: + tags: + - drives.Actions + summary: Invoke action addFormulaLocal + description: Adds a new name to the collection of the given scope using the user's locale for the formula. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.names.addFormulaLocal + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + name: + type: string + nullable: true + formula: + type: string + nullable: true + comment: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/addFormulaLocal' + '/drives/{drive-id}/items/{driveItem-id}/workbook/operations': + description: Provides operations to manage the operations property of the microsoft.graph.workbook entity. + get: + tags: + - drives.driveItem + summary: Get operations from drives + description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + operationId: drives.items.workbook.ListOperations + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookOperationCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to operations for drives + operationId: drives.items.workbook.CreateOperations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookOperation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookOperation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + '/drives/{drive-id}/items/{driveItem-id}/workbook/operations/{workbookOperation-id}': + description: Provides operations to manage the operations property of the microsoft.graph.workbook entity. + get: + tags: + - drives.driveItem + summary: Get operations from drives + description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + operationId: drives.items.workbook.GetOperations + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookOperation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property operations in drives + operationId: drives.items.workbook.UpdateOperations + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookOperation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookOperation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property operations for drives + operationId: drives.items.workbook.DeleteOperations parameters: - name: If-Match in: header @@ -115783,6 +118902,16 @@ paths: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' @@ -115800,7 +118929,22 @@ paths: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()': description: Provides operations to call the dataBodyRange method. @@ -115865,32 +119009,90 @@ paths: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()': - description: Provides operations to call the headerRowRange method. + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. get: tags: - - drives.Functions - summary: Invoke function headerRowRange - description: Gets the range object associated with the header row of the column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.tables.columns.dataBodyRange.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.tables.columns.dataBodyRange.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true responses: 2XX: description: Success content: application/json: schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookRange' - - type: object - nullable: true + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.tables.columns.dataBodyRange.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: drive-id in: path @@ -115921,24 +119123,37 @@ paths: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()': - description: Provides operations to call the range method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. get: tags: - drives.Functions - summary: Invoke function range - description: Gets the range object associated with the entire column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.boundingRect responses: 2XX: description: Success @@ -115983,33 +119198,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookTableColumn - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()': - description: Provides operations to call the totalRowRange method. + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. get: tags: - drives.Functions - summary: Invoke function totalRowRange - description: Gets the range object associated with the totals row of the column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.cell responses: 2XX: description: Success @@ -116054,25 +119281,56 @@ paths: schema: type: string x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add': - description: Provides operations to call the add method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear': + description: Provides operations to call the clear method. post: tags: - drives.Actions - summary: Invoke action add - description: Adds a new column to the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.add + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.clear requestBody: description: Action parameters content: @@ -116080,27 +119338,12 @@ paths: schema: type: object properties: - index: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - nullable: true - values: { } - name: + applyTo: type: string - nullable: true required: true responses: - 2XX: + '204': description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - - type: object - nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -116128,36 +119371,75 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()': - description: Provides operations to call the count method. + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})': + description: Provides operations to call the column method. get: tags: - drives.Functions - summary: Invoke function count - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.count + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.column responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -116185,27 +119467,54 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})': - description: Provides operations to call the itemAt method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. get: tags: - drives.Functions - summary: Invoke function itemAt - description: Gets a column based on its position in the collection. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumncollection-itemat?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.columnsAfter-43bb responses: 2XX: description: Success @@ -116213,7 +119522,7 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: @@ -116243,108 +119552,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableColumn-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableColumn required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter': - description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. get: tags: - - drives.driveItem - summary: Get filter from drives - description: The filter applied to the column. Read-only. - operationId: drives.items.workbook.tables.columns.itemAt.GetFilter - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookFilter' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property filter in drives - operationId: drives.items.workbook.tables.columns.itemAt.UpdateFilter - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookFilter' - required: true + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.columnsAfter-0669 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookFilter' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property filter for drives - operationId: drives.items.workbook.tables.columns.itemAt.DeleteFilter - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -116367,30 +119653,80 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableColumn-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()': - description: Provides operations to call the dataBodyRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. get: tags: - drives.Functions - summary: Invoke function dataBodyRange - description: Gets the range object associated with the data body of the column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.dataBodyRange + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.columnsBefore-b5c5 responses: 2XX: description: Success @@ -116428,34 +119764,70 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableColumn-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableColumn required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()': - description: Provides operations to call the headerRowRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. get: tags: - drives.Functions - summary: Invoke function headerRowRange - description: Gets the range object associated with the header row of the column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.headerRowRange + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.columnsBefore-b7c6 responses: 2XX: description: Success @@ -116493,34 +119865,159 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableColumn-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()': - description: Provides operations to call the range method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()': + description: Provides operations to call the entireColumn method. get: tags: - drives.Functions - summary: Invoke function range - description: Gets the range object associated with the entire column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.range + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.entireColumn responses: 2XX: description: Success @@ -116558,42 +120055,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableColumn-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableColumn required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()': - description: Provides operations to call the totalRowRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()': + description: Provides operations to call the entireRow method. get: tags: - drives.Functions - summary: Invoke function totalRowRange - description: Gets the range object associated with the totals row of the column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.totalRowRange + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.entireRow responses: 2XX: description: Success @@ -116631,37 +120131,65 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableColumn-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableColumn required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters': - description: Provides operations to call the clearFilters method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert': + description: Provides operations to call the insert method. post: tags: - drives.Actions - summary: Invoke action clearFilters - description: Clears all the filters currently applied on the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.clearFilters + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -116689,21 +120217,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange': - description: Provides operations to call the convertToRange method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: tags: - - drives.Actions - summary: Invoke action convertToRange - description: Converts the table into a normal range of cells. All data is preserved. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.convertToRange + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.intersection responses: 2XX: description: Success @@ -116718,7 +120270,7 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -116741,21 +120293,52 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()': - description: Provides operations to call the dataBodyRange method. + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()': + description: Provides operations to call the lastCell method. get: tags: - drives.Functions - summary: Invoke function dataBodyRange - description: Gets the range object associated with the data body of the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.lastCell responses: 2XX: description: Success @@ -116793,25 +120376,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()': - description: Provides operations to call the headerRowRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()': + description: Provides operations to call the lastColumn method. get: tags: - drives.Functions - summary: Invoke function headerRowRange - description: Gets the range object associated with header row of the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.lastColumn responses: 2XX: description: Success @@ -116849,25 +120452,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()': - description: Provides operations to call the range method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()': + description: Provides operations to call the lastRow method. get: tags: - drives.Functions - summary: Invoke function range - description: Get the range object associated with the entire table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.lastRow responses: 2XX: description: Success @@ -116905,33 +120528,56 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters': - description: Provides operations to call the reapplyFilters method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge': + description: Provides operations to call the merge method. post: tags: - drives.Actions - summary: Invoke action reapplyFilters - description: Reapplies all the filters currently on the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.reapplyFilters + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true responses: '204': description: Success @@ -116962,21 +120608,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()': - description: Provides operations to call the totalRowRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. get: tags: - drives.Functions - summary: Invoke function totalRowRange - description: Gets the range object associated with totals row of the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.offsetRange responses: 2XX: description: Success @@ -117014,93 +120684,172 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows': - description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. get: tags: - - drives.driveItem - summary: Get rows from drives - description: The list of all the rows in the table. Read-only. - operationId: drives.items.workbook.tables.ListRows - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.resizedRange responses: 2XX: - $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - drives.driveItem - summary: Create new navigation property to rows for drives - operationId: drives.items.workbook.tables.CreateRows - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.row responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -117123,94 +120872,281 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}': - description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. get: tags: - - drives.driveItem - summary: Get rows from drives - description: The list of all the rows in the table. Read-only. - operationId: drives.items.workbook.tables.GetRows - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.rowsAbove-80e1 responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property rows in drives - operationId: drives.items.workbook.tables.UpdateRows - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.rowsAbove-d2c7 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: tags: - - drives.driveItem - summary: Delete navigation property rows for drives - operationId: drives.items.workbook.tables.DeleteRows - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.rowsBelow-2035 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -117233,22 +121169,70 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableRow-id + - name: workbookTableColumn-id in: path - description: The unique identifier of workbookTableRow + description: The unique identifier of workbookTableColumn required: true schema: type: string - x-ms-docs-key-type: workbookTableRow + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()': - description: Provides operations to call the range method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. get: tags: - drives.Functions - summary: Invoke function range - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.rowsBelow-cfc7 responses: 2XX: description: Success @@ -117286,65 +121270,83 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableRow-id + - name: workbookTableColumn-id in: path - description: The unique identifier of workbookTableRow + description: The unique identifier of workbookTableColumn required: true schema: type: string - x-ms-docs-key-type: workbookTableRow + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add': - description: Provides operations to call the add method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge': + description: Provides operations to call the unmerge method. post: tags: - drives.Actions - summary: Invoke action add - description: 'Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.add - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - index: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - nullable: true - values: { } - required: true + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.unmerge responses: - 2XX: + '204': description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - - type: object - nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -117372,36 +121374,55 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()': - description: Provides operations to call the count method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()': + description: Provides operations to call the usedRange method. get: tags: - drives.Functions - summary: Invoke function count - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.count + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.usedRange-5ff6 responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -117429,27 +121450,68 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})': - description: Provides operations to call the itemAt method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. get: tags: - drives.Functions - summary: Invoke function itemAt - description: Gets a row based on its position in the collection. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablerowcollection-itemat?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.itemAt + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.usedRange-63c8 responses: 2XX: description: Success @@ -117457,7 +121519,7 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: @@ -117487,31 +121549,75 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableColumn-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableColumn required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTableColumn + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()': - description: Provides operations to call the range method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()': + description: Provides operations to call the visibleView method. get: tags: - drives.Functions - summary: Invoke function range - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.itemAt.range + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.visibleView responses: 2XX: description: Success @@ -117519,7 +121625,7 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' - type: object nullable: true 4XX: @@ -117549,39 +121655,46 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableColumn-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableColumn required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort': - description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem summary: Get sort from drives - description: The sorting for the table. Read-only. - operationId: drives.items.workbook.tables.GetSort + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.columns.dataBodyRange.GetSort parameters: - name: $select in: query @@ -117609,7 +121722,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableSort' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -117619,13 +121732,13 @@ paths: tags: - drives.driveItem summary: Update the navigation property sort in drives - operationId: drives.items.workbook.tables.UpdateSort + operationId: drives.items.workbook.tables.columns.dataBodyRange.UpdateSort requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableSort' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' required: true responses: 2XX: @@ -117633,7 +121746,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableSort' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -117643,7 +121756,7 @@ paths: tags: - drives.driveItem summary: Delete navigation property sort for drives - operationId: drives.items.workbook.tables.DeleteSort + operationId: drives.items.workbook.tables.columns.dataBodyRange.DeleteSort parameters: - name: If-Match in: header @@ -117680,91 +121793,79 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply': - description: Provides operations to call the apply method. - post: - tags: - - drives.Actions - summary: Invoke action apply - description: Perform a sort operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.sort.apply - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - fields: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.workbookSortField' - matchCase: - type: boolean - default: false - method: - type: string - required: true - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - - name: workbookTable-id + - name: workbookTableColumn-id in: path - description: The unique identifier of workbookTable + description: The unique identifier of workbookTableColumn required: true schema: type: string - x-ms-docs-key-type: workbookTable + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear': - description: Provides operations to call the clear method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: tags: - - drives.Actions - summary: Invoke action clear - description: 'Clears the sorting that is currently on the table. While this doesn''t modify the table''s ordering, it clears the state of the header buttons.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.sort.clear + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.columns.dataBodyRange.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: - '204': - description: Success + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: operation parameters: - name: drive-id in: path @@ -117787,45 +121888,64 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/reapply': - description: Provides operations to call the reapply method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()': + description: Provides operations to call the headerRowRange method. + get: tags: - - drives.Actions - summary: Invoke action reapply - description: Reapplies the current sorting parameters to the table. + - drives.Functions + summary: Invoke function headerRowRange + description: Gets the range object associated with the header row of the column. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.sort.reapply + url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -117848,16 +121968,29 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/reapply' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet': - description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get worksheet from drives - description: The worksheet containing the current table. Read-only. - operationId: drives.items.workbook.tables.GetWorksheet + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.tables.columns.headerRowRange.GetFormat parameters: - name: $select in: query @@ -117885,62 +122018,23 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - - name: workbookTable-id - in: path - description: The unique identifier of workbookTable - required: true - schema: - type: string - x-ms-docs-key-type: workbookTable - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/worksheet' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add': - description: Provides operations to call the add method. - post: + patch: tags: - - drives.Actions - summary: Invoke action add - description: Use this API to create a new Table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.add + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.tables.columns.headerRowRange.UpdateFormat requestBody: - description: Action parameters + description: New navigation property values content: application/json: schema: - type: object - properties: - address: - type: string - nullable: true - hasHeaders: - type: boolean - default: false + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' required: true responses: 2XX: @@ -117948,15 +122042,31 @@ paths: content: application/json: schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookTable' - - type: object - nullable: true + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.tables.columns.headerRowRange.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: drive-id in: path @@ -117972,36 +122082,62 @@ paths: schema: type: string x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()': - description: Provides operations to call the count method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. get: tags: - drives.Functions - summary: Invoke function count - operationId: drives.drive.items.driveItem.workbook.tables.count + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.boundingRect responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -118022,23 +122158,59 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})': - description: Provides operations to call the itemAt method. + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. get: tags: - drives.Functions - summary: Invoke function itemAt - operationId: drives.drive.items.driveItem.workbook.tables.itemAt + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.cell responses: 2XX: description: Success @@ -118046,7 +122218,7 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookTable' + - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: @@ -118069,9 +122241,32 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' required: true schema: maximum: 2147483647 @@ -118079,93 +122274,55 @@ paths: type: integer format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns': - description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. - get: - tags: - - drives.driveItem - summary: Get columns from drives - description: The list of all the columns in the table. Read-only. - operationId: drives.items.workbook.tables.itemAt.ListColumns - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear': + description: Provides operations to call the clear method. post: tags: - - drives.driveItem - summary: Create new navigation property to columns for drives - operationId: drives.items.workbook.tables.itemAt.CreateColumns + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.clear requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + type: object + properties: + applyTo: + type: string required: true responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -118181,38 +122338,87 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters': - description: Provides operations to call the clearFilters method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})': + description: Provides operations to call the column method. + get: tags: - - drives.Actions - summary: Invoke action clearFilters - description: Clears all the filters currently applied on the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.itemAt.clearFilters + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.column responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -118228,9 +122434,23 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: column + in: path + description: 'Usage: column={column}' required: true schema: maximum: 2147483647 @@ -118238,20 +122458,37 @@ paths: type: integer format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange': - description: Provides operations to call the convertToRange method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: tags: - - drives.Actions - summary: Invoke action convertToRange - description: Converts the table into a normal range of cells. All data is preserved. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.itemAt.convertToRange + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.columnsAfter-43bb responses: 2XX: description: Success @@ -118266,7 +122503,7 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -118282,30 +122519,77 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()': - description: Provides operations to call the dataBodyRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. get: tags: - drives.Functions - summary: Invoke function dataBodyRange - description: Gets the range object associated with the data body of the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.itemAt.dataBodyRange + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.columnsAfter-0669 responses: 2XX: description: Success @@ -118336,34 +122620,87 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()': - description: Provides operations to call the headerRowRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. get: tags: - drives.Functions - summary: Invoke function headerRowRange - description: Gets the range object associated with header row of the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.itemAt.headerRowRange + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.columnsBefore-b5c5 responses: 2XX: description: Success @@ -118394,34 +122731,77 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()': - description: Provides operations to call the range method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. get: tags: - drives.Functions - summary: Invoke function range - description: Get the range object associated with the entire table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.itemAt.range + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.columnsBefore-b7c6 responses: 2XX: description: Success @@ -118452,42 +122832,97 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters': - description: Provides operations to call the reapplyFilters method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete': + description: Provides operations to call the delete method. post: tags: - drives.Actions - summary: Invoke action reapplyFilters - description: Reapplies all the filters currently on the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.itemAt.reapplyFilters + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true responses: '204': description: Success @@ -118511,30 +122946,52 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()': - description: Provides operations to call the totalRowRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()': + description: Provides operations to call the entireColumn method. get: tags: - drives.Functions - summary: Invoke function totalRowRange - description: Gets the range object associated with totals row of the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.tables.itemAt.totalRowRange + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.entireColumn responses: 2XX: description: Success @@ -118565,102 +123022,153 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows': - description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()': + description: Provides operations to call the entireRow method. get: tags: - - drives.driveItem - summary: Get rows from drives - description: The list of all the rows in the table. Read-only. - operationId: drives.items.workbook.tables.itemAt.ListRows - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.entireRow responses: 2XX: - $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert': + description: Provides operations to call the insert method. post: tags: - - drives.driveItem - summary: Create new navigation property to rows for drives - operationId: drives.items.workbook.tables.itemAt.CreateRows + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.insert requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + type: object + properties: + shift: + type: string required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -118676,103 +123184,67 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort': - description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. get: tags: - - drives.driveItem - summary: Get sort from drives - description: The sorting for the table. Read-only. - operationId: drives.items.workbook.tables.itemAt.GetSort - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableSort' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property sort in drives - operationId: drives.items.workbook.tables.itemAt.UpdateSort - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableSort' - required: true + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.intersection responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableSort' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property sort for drives - operationId: drives.items.workbook.tables.itemAt.DeleteSort - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -118788,60 +123260,74 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet': - description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()': + description: Provides operations to call the lastCell method. get: tags: - - drives.driveItem - summary: Get worksheet from drives - description: The worksheet containing the current table. Read-only. - operationId: drives.items.workbook.tables.itemAt.GetWorksheet - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.lastCell responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -118857,98 +123343,63579 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.columns.headerRowRange.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.tables.columns.headerRowRange.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.tables.columns.headerRowRange.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.columns.headerRowRange.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()': + description: Provides operations to call the range method. + get: + tags: + - drives.Functions + summary: Invoke function range + description: Gets the range object associated with the entire column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.tables.columns.range.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.tables.columns.range.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.tables.columns.range.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.columns.range.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.tables.columns.range.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.tables.columns.range.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.columns.range.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()': + description: Provides operations to call the totalRowRange method. + get: + tags: + - drives.Functions + summary: Invoke function totalRowRange + description: Gets the range object associated with the totals row of the column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.tables.columns.totalRowRange.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.tables.columns.totalRowRange.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.tables.columns.totalRowRange.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.columns.totalRowRange.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.tables.columns.totalRowRange.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.tables.columns.totalRowRange.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.columns.totalRowRange.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add': + description: Provides operations to call the add method. + post: + tags: + - drives.Actions + summary: Invoke action add + description: Adds a new column to the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + index: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + values: { } + name: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()': + description: Provides operations to call the count method. + get: + tags: + - drives.Functions + summary: Invoke function count + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.count + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})': + description: Provides operations to call the itemAt method. + get: + tags: + - drives.Functions + summary: Invoke function itemAt + description: Gets a column based on its position in the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumncollection-itemat?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter': + description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. + get: + tags: + - drives.driveItem + summary: Get filter from drives + description: The filter applied to the column. Read-only. + operationId: drives.items.workbook.tables.columns.itemAt.GetFilter + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookFilter' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property filter in drives + operationId: drives.items.workbook.tables.columns.itemAt.UpdateFilter + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookFilter' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookFilter' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property filter for drives + operationId: drives.items.workbook.tables.columns.itemAt.DeleteFilter + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()': + description: Provides operations to call the dataBodyRange method. + get: + tags: + - drives.Functions + summary: Invoke function dataBodyRange + description: Gets the range object associated with the data body of the column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.dataBodyRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()': + description: Provides operations to call the headerRowRange method. + get: + tags: + - drives.Functions + summary: Invoke function headerRowRange + description: Gets the range object associated with the header row of the column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.headerRowRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()': + description: Provides operations to call the range method. + get: + tags: + - drives.Functions + summary: Invoke function range + description: Gets the range object associated with the entire column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.range + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()': + description: Provides operations to call the totalRowRange method. + get: + tags: + - drives.Functions + summary: Invoke function totalRowRange + description: Gets the range object associated with the totals row of the column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.totalRowRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters': + description: Provides operations to call the clearFilters method. + post: + tags: + - drives.Actions + summary: Invoke action clearFilters + description: Clears all the filters currently applied on the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.clearFilters + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange': + description: Provides operations to call the convertToRange method. + post: + tags: + - drives.Actions + summary: Invoke action convertToRange + description: Converts the table into a normal range of cells. All data is preserved. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.convertToRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()': + description: Provides operations to call the dataBodyRange method. + get: + tags: + - drives.Functions + summary: Invoke function dataBodyRange + description: Gets the range object associated with the data body of the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.tables.dataBodyRange.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.tables.dataBodyRange.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.tables.dataBodyRange.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.dataBodyRange.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.tables.dataBodyRange.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.tables.dataBodyRange.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.dataBodyRange.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()': + description: Provides operations to call the headerRowRange method. + get: + tags: + - drives.Functions + summary: Invoke function headerRowRange + description: Gets the range object associated with header row of the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.tables.headerRowRange.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.tables.headerRowRange.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.tables.headerRowRange.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.headerRowRange.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.tables.headerRowRange.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.tables.headerRowRange.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.headerRowRange.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()': + description: Provides operations to call the range method. + get: + tags: + - drives.Functions + summary: Invoke function range + description: Get the range object associated with the entire table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.tables.range.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.tables.range.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.tables.range.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.range.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.tables.range.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.tables.range.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.range.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters': + description: Provides operations to call the reapplyFilters method. + post: + tags: + - drives.Actions + summary: Invoke action reapplyFilters + description: Reapplies all the filters currently on the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.reapplyFilters + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()': + description: Provides operations to call the totalRowRange method. + get: + tags: + - drives.Functions + summary: Invoke function totalRowRange + description: Gets the range object associated with totals row of the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.tables.totalRowRange.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.tables.totalRowRange.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.tables.totalRowRange.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.totalRowRange.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.tables.totalRowRange.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.tables.totalRowRange.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.totalRowRange.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows': + description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. + get: + tags: + - drives.driveItem + summary: Get rows from drives + description: The list of all the rows in the table. Read-only. + operationId: drives.items.workbook.tables.ListRows + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to rows for drives + operationId: drives.items.workbook.tables.CreateRows + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}': + description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. + get: + tags: + - drives.driveItem + summary: Get rows from drives + description: The list of all the rows in the table. Read-only. + operationId: drives.items.workbook.tables.GetRows + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property rows in drives + operationId: drives.items.workbook.tables.UpdateRows + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property rows for drives + operationId: drives.items.workbook.tables.DeleteRows + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()': + description: Provides operations to call the range method. + get: + tags: + - drives.Functions + summary: Invoke function range + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.tables.rows.range.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.tables.rows.range.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.tables.rows.range.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.rows.range.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.tables.rows.range.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.tables.rows.range.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.tables.rows.range.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add': + description: Provides operations to call the add method. + post: + tags: + - drives.Actions + summary: Invoke action add + description: 'Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + index: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + values: { } + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()': + description: Provides operations to call the count method. + get: + tags: + - drives.Functions + summary: Invoke function count + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.count + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})': + description: Provides operations to call the itemAt method. + get: + tags: + - drives.Functions + summary: Invoke function itemAt + description: Gets a row based on its position in the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablerowcollection-itemat?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.itemAt + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()': + description: Provides operations to call the range method. + get: + tags: + - drives.Functions + summary: Invoke function range + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.itemAt.range + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The sorting for the table. Read-only. + operationId: drives.items.workbook.tables.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.tables.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.tables.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply': + description: Provides operations to call the apply method. + post: + tags: + - drives.Actions + summary: Invoke action apply + description: Perform a sort operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.sort.apply + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fields: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookSortField' + matchCase: + type: boolean + default: false + method: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: 'Clears the sorting that is currently on the table. While this doesn''t modify the table''s ordering, it clears the state of the header buttons.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.sort.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/reapply': + description: Provides operations to call the reapply method. + post: + tags: + - drives.Actions + summary: Invoke action reapply + description: Reapplies the current sorting parameters to the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.sort.reapply + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/reapply' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current table. Read-only. + operationId: drives.items.workbook.tables.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add': + description: Provides operations to call the add method. + post: + tags: + - drives.Actions + summary: Invoke action add + description: Use this API to create a new Table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + address: + type: string + nullable: true + hasHeaders: + type: boolean + default: false + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookTable' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()': + description: Provides operations to call the count method. + get: + tags: + - drives.Functions + summary: Invoke function count + operationId: drives.drive.items.driveItem.workbook.tables.count + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})': + description: Provides operations to call the itemAt method. + get: + tags: + - drives.Functions + summary: Invoke function itemAt + operationId: drives.drive.items.driveItem.workbook.tables.itemAt + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookTable' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns': + description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. + get: + tags: + - drives.driveItem + summary: Get columns from drives + description: The list of all the columns in the table. Read-only. + operationId: drives.items.workbook.tables.itemAt.ListColumns + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to columns for drives + operationId: drives.items.workbook.tables.itemAt.CreateColumns + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters': + description: Provides operations to call the clearFilters method. + post: + tags: + - drives.Actions + summary: Invoke action clearFilters + description: Clears all the filters currently applied on the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.itemAt.clearFilters + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange': + description: Provides operations to call the convertToRange method. + post: + tags: + - drives.Actions + summary: Invoke action convertToRange + description: Converts the table into a normal range of cells. All data is preserved. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.itemAt.convertToRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()': + description: Provides operations to call the dataBodyRange method. + get: + tags: + - drives.Functions + summary: Invoke function dataBodyRange + description: Gets the range object associated with the data body of the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.itemAt.dataBodyRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()': + description: Provides operations to call the headerRowRange method. + get: + tags: + - drives.Functions + summary: Invoke function headerRowRange + description: Gets the range object associated with header row of the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.itemAt.headerRowRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()': + description: Provides operations to call the range method. + get: + tags: + - drives.Functions + summary: Invoke function range + description: Get the range object associated with the entire table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.itemAt.range + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters': + description: Provides operations to call the reapplyFilters method. + post: + tags: + - drives.Actions + summary: Invoke action reapplyFilters + description: Reapplies all the filters currently on the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.itemAt.reapplyFilters + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()': + description: Provides operations to call the totalRowRange method. + get: + tags: + - drives.Functions + summary: Invoke function totalRowRange + description: Gets the range object associated with totals row of the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.tables.itemAt.totalRowRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows': + description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. + get: + tags: + - drives.driveItem + summary: Get rows from drives + description: The list of all the rows in the table. Read-only. + operationId: drives.items.workbook.tables.itemAt.ListRows + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to rows for drives + operationId: drives.items.workbook.tables.itemAt.CreateRows + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The sorting for the table. Read-only. + operationId: drives.items.workbook.tables.itemAt.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.tables.itemAt.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.tables.itemAt.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current table. Read-only. + operationId: drives.items.workbook.tables.itemAt.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/worksheet' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets': description: Provides operations to manage the worksheets property of the microsoft.graph.workbook entity. get: tags: - - drives.driveItem - summary: Get worksheets from drives - description: Represents a collection of worksheets associated with the workbook. Read-only. - operationId: drives.items.workbook.ListWorksheets - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.driveItem + summary: Get worksheets from drives + description: Represents a collection of worksheets associated with the workbook. Read-only. + operationId: drives.items.workbook.ListWorksheets + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookWorksheetCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to worksheets for drives + operationId: drives.items.workbook.CreateWorksheets + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}': + description: Provides operations to manage the worksheets property of the microsoft.graph.workbook entity. + get: + tags: + - drives.driveItem + summary: Get worksheets from drives + description: Represents a collection of worksheets associated with the workbook. Read-only. + operationId: drives.items.workbook.GetWorksheets + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property worksheets in drives + operationId: drives.items.workbook.UpdateWorksheets + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property worksheets for drives + operationId: drives.items.workbook.DeleteWorksheets + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts': + description: Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity. + get: + tags: + - drives.driveItem + summary: Get charts from drives + description: The list of charts that are part of the worksheet. Read-only. + operationId: drives.items.workbook.worksheets.ListCharts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookChartCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to charts for drives + operationId: drives.items.workbook.worksheets.CreateCharts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChart' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChart' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}': + description: Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity. + get: + tags: + - drives.driveItem + summary: Get charts from drives + description: The list of charts that are part of the worksheet. Read-only. + operationId: drives.items.workbook.worksheets.GetCharts + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChart' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property charts in drives + operationId: drives.items.workbook.worksheets.UpdateCharts + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChart' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChart' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property charts for drives + operationId: drives.items.workbook.worksheets.DeleteCharts + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes': + description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get axes from drives + description: Represents chart axes. Read-only. + operationId: drives.items.workbook.worksheets.charts.GetAxes + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property axes in drives + operationId: drives.items.workbook.worksheets.charts.UpdateAxes + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property axes for drives + operationId: drives.items.workbook.worksheets.charts.DeleteAxes + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis': + description: Provides operations to manage the categoryAxis property of the microsoft.graph.workbookChartAxes entity. + get: + tags: + - drives.driveItem + summary: Get categoryAxis from drives + description: Represents the category axis in a chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.GetCategoryAxis + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property categoryAxis in drives + operationId: drives.items.workbook.worksheets.charts.axes.UpdateCategoryAxis + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property categoryAxis for drives + operationId: drives.items.workbook.worksheets.charts.axes.DeleteCategoryAxis + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font': + description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. + get: + tags: + - drives.driveItem + summary: Get font from drives + description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.GetFont + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property font in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.UpdateFont + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property font for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.DeleteFont + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line': + description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. + get: + tags: + - drives.driveItem + summary: Get line from drives + description: Represents chart line formatting. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.GetLine + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property line in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.UpdateLine + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property line for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.DeleteLine + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the line format of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.format.line.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines': + description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get majorGridlines from drives + description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetMajorGridlines + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property majorGridlines in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateMajorGridlines + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property majorGridlines for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteMajorGridlines + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Represents the formatting of chart gridlines. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line': + description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + get: + tags: + - drives.driveItem + summary: Get line from drives + description: Represents chart line formatting. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.GetLine + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property line in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.UpdateLine + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property line for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.DeleteLine + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the line format of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.majorGridlines.format.line.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines': + description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get minorGridlines from drives + description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetMinorGridlines + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property minorGridlines in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateMinorGridlines + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property minorGridlines for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteMinorGridlines + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Represents the formatting of chart gridlines. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line': + description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + get: + tags: + - drives.driveItem + summary: Get line from drives + description: Represents chart line formatting. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.GetLine + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property line in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.UpdateLine + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property line for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.DeleteLine + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the line format of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.minorGridlines.format.line.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title': + description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get title from drives + description: Represents the axis title. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetTitle + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property title in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateTitle + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property title for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteTitle + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Represents the formatting of chart axis title. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font': + description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. + get: + tags: + - drives.driveItem + summary: Get font from drives + description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.format.GetFont + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property font in drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.format.UpdateFont + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property font for drives + operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.format.DeleteFont + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis': + description: Provides operations to manage the seriesAxis property of the microsoft.graph.workbookChartAxes entity. + get: + tags: + - drives.driveItem + summary: Get seriesAxis from drives + description: Represents the series axis of a 3-dimensional chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.GetSeriesAxis + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property seriesAxis in drives + operationId: drives.items.workbook.worksheets.charts.axes.UpdateSeriesAxis + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property seriesAxis for drives + operationId: drives.items.workbook.worksheets.charts.axes.DeleteSeriesAxis + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font': + description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. + get: + tags: + - drives.driveItem + summary: Get font from drives + description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.GetFont + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property font in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.UpdateFont + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property font for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.DeleteFont + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line': + description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. + get: + tags: + - drives.driveItem + summary: Get line from drives + description: Represents chart line formatting. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.GetLine + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property line in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.UpdateLine + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property line for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.DeleteLine + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the line format of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.format.line.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines': + description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get majorGridlines from drives + description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetMajorGridlines + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property majorGridlines in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateMajorGridlines + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property majorGridlines for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteMajorGridlines + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Represents the formatting of chart gridlines. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line': + description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + get: + tags: + - drives.driveItem + summary: Get line from drives + description: Represents chart line formatting. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.GetLine + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property line in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.UpdateLine + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property line for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.DeleteLine + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the line format of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.majorGridlines.format.line.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines': + description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get minorGridlines from drives + description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetMinorGridlines + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property minorGridlines in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateMinorGridlines + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property minorGridlines for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteMinorGridlines + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Represents the formatting of chart gridlines. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line': + description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + get: + tags: + - drives.driveItem + summary: Get line from drives + description: Represents chart line formatting. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.GetLine + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property line in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.UpdateLine + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property line for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.DeleteLine + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the line format of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.minorGridlines.format.line.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title': + description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get title from drives + description: Represents the axis title. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetTitle + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property title in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateTitle + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property title for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteTitle + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Represents the formatting of chart axis title. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font': + description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. + get: + tags: + - drives.driveItem + summary: Get font from drives + description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.format.GetFont + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property font in drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.format.UpdateFont + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property font for drives + operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.format.DeleteFont + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis': + description: Provides operations to manage the valueAxis property of the microsoft.graph.workbookChartAxes entity. + get: + tags: + - drives.driveItem + summary: Get valueAxis from drives + description: Represents the value axis in an axis. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.GetValueAxis + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property valueAxis in drives + operationId: drives.items.workbook.worksheets.charts.axes.UpdateValueAxis + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property valueAxis for drives + operationId: drives.items.workbook.worksheets.charts.axes.DeleteValueAxis + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font': + description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. + get: + tags: + - drives.driveItem + summary: Get font from drives + description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.GetFont + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property font in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.UpdateFont + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property font for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.DeleteFont + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line': + description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. + get: + tags: + - drives.driveItem + summary: Get line from drives + description: Represents chart line formatting. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.GetLine + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property line in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.UpdateLine + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property line for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.DeleteLine + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the line format of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.format.line.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines': + description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get majorGridlines from drives + description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetMajorGridlines + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property majorGridlines in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateMajorGridlines + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property majorGridlines for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteMajorGridlines + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Represents the formatting of chart gridlines. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line': + description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + get: + tags: + - drives.driveItem + summary: Get line from drives + description: Represents chart line formatting. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.GetLine + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property line in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.UpdateLine + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property line for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.DeleteLine + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the line format of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.majorGridlines.format.line.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines': + description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get minorGridlines from drives + description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetMinorGridlines + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property minorGridlines in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateMinorGridlines + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property minorGridlines for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteMinorGridlines + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Represents the formatting of chart gridlines. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line': + description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + get: + tags: + - drives.driveItem + summary: Get line from drives + description: Represents chart line formatting. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.GetLine + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property line in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.UpdateLine + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property line for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.DeleteLine + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the line format of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.minorGridlines.format.line.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title': + description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. + get: + tags: + - drives.driveItem + summary: Get title from drives + description: Represents the axis title. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetTitle + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property title in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateTitle + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property title for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteTitle + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Represents the formatting of chart axis title. Read-only. + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font': + description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. + get: + tags: + - drives.driveItem + summary: Get font from drives + description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.format.GetFont + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property font in drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.format.UpdateFont + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property font for drives + operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.format.DeleteFont + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels': + description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get dataLabels from drives + description: Represents the data labels on the chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.GetDataLabels + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property dataLabels in drives + operationId: drives.items.workbook.worksheets.charts.UpdateDataLabels + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property dataLabels for drives + operationId: drives.items.workbook.worksheets.charts.DeleteDataLabels + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartDataLabels entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Represents the format of chart data labels, which includes fill and font formatting. Read-only.' + operationId: drives.items.workbook.worksheets.charts.dataLabels.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.dataLabels.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.dataLabels.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill': + description: Provides operations to manage the fill property of the microsoft.graph.workbookChartDataLabelFormat entity. + get: + tags: + - drives.driveItem + summary: Get fill from drives + description: Represents the fill format of the current chart data label. Read-only. + operationId: drives.items.workbook.worksheets.charts.dataLabels.format.GetFill + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property fill in drives + operationId: drives.items.workbook.worksheets.charts.dataLabels.format.UpdateFill + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property fill for drives + operationId: drives.items.workbook.worksheets.charts.dataLabels.format.DeleteFill + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the fill color of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.dataLabels.format.fill.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor': + description: Provides operations to call the setSolidColor method. + post: + tags: + - drives.Actions + summary: Invoke action setSolidColor + description: Sets the fill formatting of a chart element to a uniform color. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.dataLabels.format.fill.setSolidColor + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + color: + type: string + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/font': + description: Provides operations to manage the font property of the microsoft.graph.workbookChartDataLabelFormat entity. + get: + tags: + - drives.driveItem + summary: Get font from drives + description: 'Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only.' + operationId: drives.items.workbook.worksheets.charts.dataLabels.format.GetFont + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property font in drives + operationId: drives.items.workbook.worksheets.charts.dataLabels.format.UpdateFont + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property font for drives + operationId: drives.items.workbook.worksheets.charts.dataLabels.format.DeleteFont + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Encapsulates the format properties for the chart area. Read-only. + operationId: drives.items.workbook.worksheets.charts.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill': + description: Provides operations to manage the fill property of the microsoft.graph.workbookChartAreaFormat entity. + get: + tags: + - drives.driveItem + summary: Get fill from drives + description: 'Represents the fill format of an object, which includes background formatting information. Read-only.' + operationId: drives.items.workbook.worksheets.charts.format.GetFill + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property fill in drives + operationId: drives.items.workbook.worksheets.charts.format.UpdateFill + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property fill for drives + operationId: drives.items.workbook.worksheets.charts.format.DeleteFill + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the fill color of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.format.fill.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor': + description: Provides operations to call the setSolidColor method. + post: + tags: + - drives.Actions + summary: Invoke action setSolidColor + description: Sets the fill formatting of a chart element to a uniform color. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.format.fill.setSolidColor + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + color: + type: string + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/font': + description: Provides operations to manage the font property of the microsoft.graph.workbookChartAreaFormat entity. + get: + tags: + - drives.driveItem + summary: Get font from drives + description: 'Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.' + operationId: drives.items.workbook.worksheets.charts.format.GetFont + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property font in drives + operationId: drives.items.workbook.worksheets.charts.format.UpdateFont + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property font for drives + operationId: drives.items.workbook.worksheets.charts.format.DeleteFont + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend': + description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get legend from drives + description: Represents the legend for the chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.GetLegend + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property legend in drives + operationId: drives.items.workbook.worksheets.charts.UpdateLegend + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property legend for drives + operationId: drives.items.workbook.worksheets.charts.DeleteLegend + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartLegend entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Represents the formatting of a chart legend, which includes fill and font formatting. Read-only.' + operationId: drives.items.workbook.worksheets.charts.legend.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.legend.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.legend.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill': + description: Provides operations to manage the fill property of the microsoft.graph.workbookChartLegendFormat entity. + get: + tags: + - drives.driveItem + summary: Get fill from drives + description: 'Represents the fill format of an object, which includes background formating information. Read-only.' + operationId: drives.items.workbook.worksheets.charts.legend.format.GetFill + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property fill in drives + operationId: drives.items.workbook.worksheets.charts.legend.format.UpdateFill + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property fill for drives + operationId: drives.items.workbook.worksheets.charts.legend.format.DeleteFill + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the fill color of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.legend.format.fill.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor': + description: Provides operations to call the setSolidColor method. + post: + tags: + - drives.Actions + summary: Invoke action setSolidColor + description: Sets the fill formatting of a chart element to a uniform color. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.legend.format.fill.setSolidColor + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + color: + type: string + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/font': + description: Provides operations to manage the font property of the microsoft.graph.workbookChartLegendFormat entity. + get: + tags: + - drives.driveItem + summary: Get font from drives + description: 'Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only.' + operationId: drives.items.workbook.worksheets.charts.legend.format.GetFont + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property font in drives + operationId: drives.items.workbook.worksheets.charts.legend.format.UpdateFont + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property font for drives + operationId: drives.items.workbook.worksheets.charts.legend.format.DeleteFont + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-8f13 + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-4f04 + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: width + in: path + description: 'Usage: width={width}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: height + in: path + description: 'Usage: height={height}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: fittingMode + in: path + description: 'Usage: fittingMode=''{fittingMode}''' + required: true + schema: + type: string + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-664c + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: width + in: path + description: 'Usage: width={width}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: height + in: path + description: 'Usage: height={height}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-9795 + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: width + in: path + description: 'Usage: width={width}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData': + description: Provides operations to call the setData method. + post: + tags: + - drives.Actions + summary: Invoke action setData + description: Resets the source data for the chart. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.setData + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sourceData: { } + seriesBy: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition': + description: Provides operations to call the setPosition method. + post: + tags: + - drives.Actions + summary: Invoke action setPosition + description: Positions the chart relative to cells on the worksheet. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.setPosition + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + startCell: { } + endCell: { } + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series': + description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get series from drives + description: Represents either a single series or collection of series in the chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.ListSeries + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to series for drives + operationId: drives.items.workbook.worksheets.charts.CreateSeries + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}': + description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get series from drives + description: Represents either a single series or collection of series in the chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.GetSeries + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property series in drives + operationId: drives.items.workbook.worksheets.charts.UpdateSeries + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property series for drives + operationId: drives.items.workbook.worksheets.charts.DeleteSeries + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'The formatting of a chart series, which includes fill and line formatting. Read-only.' + operationId: drives.items.workbook.worksheets.charts.series.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.series.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.series.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill': + description: Provides operations to manage the fill property of the microsoft.graph.workbookChartSeriesFormat entity. + get: + tags: + - drives.driveItem + summary: Get fill from drives + description: 'Represents the fill format of a chart series, which includes background formatting information. Read-only.' + operationId: drives.items.workbook.worksheets.charts.series.format.GetFill + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property fill in drives + operationId: drives.items.workbook.worksheets.charts.series.format.UpdateFill + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property fill for drives + operationId: drives.items.workbook.worksheets.charts.series.format.DeleteFill + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the fill color of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.fill.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor': + description: Provides operations to call the setSolidColor method. + post: + tags: + - drives.Actions + summary: Invoke action setSolidColor + description: Sets the fill formatting of a chart element to a uniform color. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.fill.setSolidColor + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + color: + type: string + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line': + description: Provides operations to manage the line property of the microsoft.graph.workbookChartSeriesFormat entity. + get: + tags: + - drives.driveItem + summary: Get line from drives + description: Represents line formatting. Read-only. + operationId: drives.items.workbook.worksheets.charts.series.format.GetLine + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property line in drives + operationId: drives.items.workbook.worksheets.charts.series.format.UpdateLine + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property line for drives + operationId: drives.items.workbook.worksheets.charts.series.format.DeleteLine + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the line format of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.line.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points': + description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. + get: + tags: + - drives.driveItem + summary: Get points from drives + description: A collection of all points in the series. Read-only. + operationId: drives.items.workbook.worksheets.charts.series.ListPoints + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookChartPointCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to points for drives + operationId: drives.items.workbook.worksheets.charts.series.CreatePoints + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/points' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}': + description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. + get: + tags: + - drives.driveItem + summary: Get points from drives + description: A collection of all points in the series. Read-only. + operationId: drives.items.workbook.worksheets.charts.series.GetPoints + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property points in drives + operationId: drives.items.workbook.worksheets.charts.series.UpdatePoints + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property points for drives + operationId: drives.items.workbook.worksheets.charts.series.DeletePoints + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + - name: workbookChartPoint-id + in: path + description: The unique identifier of workbookChartPoint + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartPoint + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: The format properties of the chart point. Read-only. + operationId: drives.items.workbook.worksheets.charts.series.points.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.series.points.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.series.points.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + - name: workbookChartPoint-id + in: path + description: The unique identifier of workbookChartPoint + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartPoint + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill': + description: Provides operations to manage the fill property of the microsoft.graph.workbookChartPointFormat entity. + get: + tags: + - drives.driveItem + summary: Get fill from drives + description: 'Represents the fill format of a chart, which includes background formatting information. Read-only.' + operationId: drives.items.workbook.worksheets.charts.series.points.format.GetFill + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property fill in drives + operationId: drives.items.workbook.worksheets.charts.series.points.format.UpdateFill + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property fill for drives + operationId: drives.items.workbook.worksheets.charts.series.points.format.DeleteFill + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + - name: workbookChartPoint-id + in: path + description: The unique identifier of workbookChartPoint + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartPoint + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the fill color of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.workbookChartPoint.format.fill.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + - name: workbookChartPoint-id + in: path + description: The unique identifier of workbookChartPoint + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartPoint + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor': + description: Provides operations to call the setSolidColor method. + post: + tags: + - drives.Actions + summary: Invoke action setSolidColor + description: Sets the fill formatting of a chart element to a uniform color. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.workbookChartPoint.format.fill.setSolidColor + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + color: + type: string + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + - name: workbookChartPoint-id + in: path + description: The unique identifier of workbookChartPoint + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartPoint + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()': + description: Provides operations to call the count method. + get: + tags: + - drives.Functions + summary: Invoke function count + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.count + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})': + description: Provides operations to call the itemAt method. + get: + tags: + - drives.Functions + summary: Invoke function itemAt + description: Retrieve a point based on its position within the series. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartpointscollection-itemat?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.itemAt + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: The format properties of the chart point. Read-only. + operationId: drives.items.workbook.worksheets.charts.series.points.itemAt.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.series.points.itemAt.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.series.points.itemAt.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: workbookChartSeries-id + in: path + description: The unique identifier of workbookChartSeries + required: true + schema: + type: string + x-ms-docs-key-type: workbookChartSeries + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()': + description: Provides operations to call the count method. + get: + tags: + - drives.Functions + summary: Invoke function count + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.count + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})': + description: Provides operations to call the itemAt method. + get: + tags: + - drives.Functions + summary: Invoke function itemAt + description: Retrieves a series based on its position in the collection + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartseriescollection-itemat?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.itemAt + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'The formatting of a chart series, which includes fill and line formatting. Read-only.' + operationId: drives.items.workbook.worksheets.charts.series.itemAt.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.series.itemAt.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.series.itemAt.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/points': + description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. + get: + tags: + - drives.driveItem + summary: Get points from drives + description: A collection of all points in the series. Read-only. + operationId: drives.items.workbook.worksheets.charts.series.itemAt.ListPoints + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookChartPointCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to points for drives + operationId: drives.items.workbook.worksheets.charts.series.itemAt.CreatePoints + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title': + description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get title from drives + description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' + operationId: drives.items.workbook.worksheets.charts.GetTitle + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property title in drives + operationId: drives.items.workbook.worksheets.charts.UpdateTitle + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property title for drives + operationId: drives.items.workbook.worksheets.charts.DeleteTitle + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChartTitle entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'The formatting of a chart title, which includes fill and font formatting. Read-only.' + operationId: drives.items.workbook.worksheets.charts.title.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.title.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.title.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill': + description: Provides operations to manage the fill property of the microsoft.graph.workbookChartTitleFormat entity. + get: + tags: + - drives.driveItem + summary: Get fill from drives + description: 'Represents the fill format of an object, which includes background formatting information. Read-only.' + operationId: drives.items.workbook.worksheets.charts.title.format.GetFill + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property fill in drives + operationId: drives.items.workbook.worksheets.charts.title.format.UpdateFill + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property fill for drives + operationId: drives.items.workbook.worksheets.charts.title.format.DeleteFill + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the fill color of a chart element. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.title.format.fill.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor': + description: Provides operations to call the setSolidColor method. + post: + tags: + - drives.Actions + summary: Invoke action setSolidColor + description: Sets the fill formatting of a chart element to a uniform color. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.title.format.fill.setSolidColor + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + color: + type: string + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/font': + description: Provides operations to manage the font property of the microsoft.graph.workbookChartTitleFormat entity. + get: + tags: + - drives.driveItem + summary: Get font from drives + description: 'Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.' + operationId: drives.items.workbook.worksheets.charts.title.format.GetFont + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property font in drives + operationId: drives.items.workbook.worksheets.charts.title.format.UpdateFont + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property font for drives + operationId: drives.items.workbook.worksheets.charts.title.format.DeleteFont + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookChart-id + in: path + description: The unique identifier of workbookChart + required: true + schema: + type: string + x-ms-docs-key-type: workbookChart + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add': + description: Provides operations to call the add method. + post: + tags: + - drives.Actions + summary: Invoke action add + description: Creates a new chart. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartcollection-add?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + type: + type: string + sourceData: { } + seriesBy: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookChart' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()': + description: Provides operations to call the count method. + get: + tags: + - drives.Functions + summary: Invoke function count + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.count + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')': + description: Provides operations to call the item method. + get: + tags: + - drives.Functions + summary: Invoke function item + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookChart' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes': + description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get axes from drives + description: Represents chart axes. Read-only. + operationId: drives.items.workbook.worksheets.charts.item.GetAxes + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property axes in drives + operationId: drives.items.workbook.worksheets.charts.item.UpdateAxes + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property axes for drives + operationId: drives.items.workbook.worksheets.charts.item.DeleteAxes + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels': + description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get dataLabels from drives + description: Represents the data labels on the chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.item.GetDataLabels + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property dataLabels in drives + operationId: drives.items.workbook.worksheets.charts.item.UpdateDataLabels + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property dataLabels for drives + operationId: drives.items.workbook.worksheets.charts.item.DeleteDataLabels + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Encapsulates the format properties for the chart area. Read-only. + operationId: drives.items.workbook.worksheets.charts.item.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.item.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.item.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend': + description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get legend from drives + description: Represents the legend for the chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.item.GetLegend + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property legend in drives + operationId: drives.items.workbook.worksheets.charts.item.UpdateLegend + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property legend for drives + operationId: drives.items.workbook.worksheets.charts.item.DeleteLegend + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-8f13 + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-4f04 + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + - name: width + in: path + description: 'Usage: width={width}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: height + in: path + description: 'Usage: height={height}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: fittingMode + in: path + description: 'Usage: fittingMode=''{fittingMode}''' + required: true + schema: + type: string + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-664c + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + - name: width + in: path + description: 'Usage: width={width}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: height + in: path + description: 'Usage: height={height}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-9795 + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + - name: width + in: path + description: 'Usage: width={width}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData': + description: Provides operations to call the setData method. + post: + tags: + - drives.Actions + summary: Invoke action setData + description: Resets the source data for the chart. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.setData + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sourceData: { } + seriesBy: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition': + description: Provides operations to call the setPosition method. + post: + tags: + - drives.Actions + summary: Invoke action setPosition + description: Positions the chart relative to cells on the worksheet. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.setPosition + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + startCell: { } + endCell: { } + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series': + description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get series from drives + description: Represents either a single series or collection of series in the chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.item.ListSeries + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to series for drives + operationId: drives.items.workbook.worksheets.charts.item.CreateSeries + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title': + description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get title from drives + description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' + operationId: drives.items.workbook.worksheets.charts.item.GetTitle + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property title in drives + operationId: drives.items.workbook.worksheets.charts.item.UpdateTitle + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property title for drives + operationId: drives.items.workbook.worksheets.charts.item.DeleteTitle + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.item.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: name + in: path + description: 'Usage: name=''{name}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})': + description: Provides operations to call the itemAt method. + get: + tags: + - drives.Functions + summary: Invoke function itemAt + description: Gets a chart based on its position in the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chartcollection-itemat?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookChart' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes': + description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get axes from drives + description: Represents chart axes. Read-only. + operationId: drives.items.workbook.worksheets.charts.itemAt.GetAxes + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property axes in drives + operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateAxes + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property axes for drives + operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteAxes + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels': + description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get dataLabels from drives + description: Represents the data labels on the chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.itemAt.GetDataLabels + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property dataLabels in drives + operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateDataLabels + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property dataLabels for drives + operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteDataLabels + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: Encapsulates the format properties for the chart area. Read-only. + operationId: drives.items.workbook.worksheets.charts.itemAt.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend': + description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get legend from drives + description: Represents the legend for the chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.itemAt.GetLegend + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property legend in drives + operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateLegend + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property legend for drives + operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteLegend + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-8f13 + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-4f04 + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: width + in: path + description: 'Usage: width={width}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: height + in: path + description: 'Usage: height={height}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: fittingMode + in: path + description: 'Usage: fittingMode=''{fittingMode}''' + required: true + schema: + type: string + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-664c + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: width + in: path + description: 'Usage: width={width}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: height + in: path + description: 'Usage: height={height}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})': + description: Provides operations to call the image method. + get: + tags: + - drives.Functions + summary: Invoke function image + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-9795 + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: width + in: path + description: 'Usage: width={width}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData': + description: Provides operations to call the setData method. + post: + tags: + - drives.Actions + summary: Invoke action setData + description: Resets the source data for the chart. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.setData + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sourceData: { } + seriesBy: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition': + description: Provides operations to call the setPosition method. + post: + tags: + - drives.Actions + summary: Invoke action setPosition + description: Positions the chart relative to cells on the worksheet. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.setPosition + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + startCell: { } + endCell: { } + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series': + description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get series from drives + description: Represents either a single series or collection of series in the chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.itemAt.ListSeries + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to series for drives + operationId: drives.items.workbook.worksheets.charts.itemAt.CreateSeries + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title': + description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get title from drives + description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' + operationId: drives.items.workbook.worksheets.charts.itemAt.GetTitle + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property title in drives + operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateTitle + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property title for drives + operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteTitle + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current chart. Read-only. + operationId: drives.items.workbook.worksheets.charts.itemAt.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + description: 'Gets the range object containing the single cell based on row and column numbers. The cell can be outside the bounds of its parent range, so long as it''s stays within the worksheet grid.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/worksheet-cell?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.cell.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.cell.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.cell.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column1 + in: path + description: 'Usage: column={column1}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: row1 + in: path + description: 'Usage: row={row1}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.cell.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.cell.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.cell.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.cell.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()': + description: Provides operations to call the range method. + get: + tags: + - drives.Functions + summary: Invoke function range + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range-bc5e + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.range.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.range.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.range.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.range.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.range.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.range.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.range.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')': + description: Provides operations to call the range method. + get: + tags: + - drives.Functions + summary: Invoke function range + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range-b0fa + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.range.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.range.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.range.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.range.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.range.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.range.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.range.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: address + in: path + description: 'Usage: address=''{address}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.usedRange.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.usedRange.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.usedRange.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.usedRange.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.usedRange.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.usedRange.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.usedRange.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.usedRange.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.usedRange.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.usedRange.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.usedRange.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.usedRange.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.usedRange.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.usedRange.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names': + description: Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity. + get: + tags: + - drives.driveItem + summary: Get names from drives + description: The list of names that are associated with the worksheet. Read-only. + operationId: drives.items.workbook.worksheets.ListNames + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookNamedItemCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to names for drives + operationId: drives.items.workbook.worksheets.CreateNames + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}': + description: Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity. + get: + tags: + - drives.driveItem + summary: Get names from drives + description: The list of names that are associated with the worksheet. Read-only. + operationId: drives.items.workbook.worksheets.GetNames + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property names in drives + operationId: drives.items.workbook.worksheets.UpdateNames + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property names for drives + operationId: drives.items.workbook.worksheets.DeleteNames + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()': + description: Provides operations to call the range method. + get: + tags: + - drives.Functions + summary: Invoke function range + description: Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.names.range.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.names.range.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.names.range.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.names.range.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.names.range.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.names.range.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.names.range.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only. + operationId: drives.items.workbook.worksheets.names.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookNamedItem-id + in: path + description: The unique identifier of workbookNamedItem + required: true + schema: + type: string + x-ms-docs-key-type: workbookNamedItem + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - drives.driveItem + summary: Get the number of the resource + operationId: drives.items.workbook.worksheets.names.GetCount-b666 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add': + description: Provides operations to call the add method. + post: + tags: + - drives.Actions + summary: Invoke action add + description: Adds a new name to the collection of the given scope using the user's locale for the formula. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + name: + type: string + nullable: true + reference: { } + comment: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/addFormulaLocal': + description: Provides operations to call the addFormulaLocal method. + post: + tags: + - drives.Actions + summary: Invoke action addFormulaLocal + description: Adds a new name to the collection of the given scope using the user's locale for the formula. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.addFormulaLocal + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + name: + type: string + nullable: true + formula: + type: string + nullable: true + comment: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/addFormulaLocal' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables': + description: Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity. + get: + tags: + - drives.driveItem + summary: Get pivotTables from drives + description: The list of piot tables that are part of the worksheet. + operationId: drives.items.workbook.worksheets.ListPivotTables + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookPivotTableCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to pivotTables for drives + operationId: drives.items.workbook.worksheets.CreatePivotTables + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}': + description: Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity. + get: + tags: + - drives.driveItem + summary: Get pivotTables from drives + description: The list of piot tables that are part of the worksheet. + operationId: drives.items.workbook.worksheets.GetPivotTables + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property pivotTables in drives + operationId: drives.items.workbook.worksheets.UpdatePivotTables + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property pivotTables for drives + operationId: drives.items.workbook.worksheets.DeletePivotTables + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookPivotTable-id + in: path + description: The unique identifier of workbookPivotTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookPivotTable + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}/refresh': + description: Provides operations to call the refresh method. + post: + tags: + - drives.Actions + summary: Invoke action refresh + description: Refreshes the PivotTable. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/workbookpivottable-refresh?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.pivotTables.workbookPivotTable.refresh + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookPivotTable-id + in: path + description: The unique identifier of workbookPivotTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookPivotTable + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookPivotTable entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet that contains the current pivot table. Read-only. + operationId: drives.items.workbook.worksheets.pivotTables.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookPivotTable-id + in: path + description: The unique identifier of workbookPivotTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookPivotTable + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - drives.driveItem + summary: Get the number of the resource + operationId: drives.items.workbook.worksheets.pivotTables.GetCount-d7ec + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/refreshAll': + description: Provides operations to call the refreshAll method. + post: + tags: + - drives.Actions + summary: Invoke action refreshAll + description: Refreshes the PivotTable within a given worksheet. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/workbookpivottable-refreshall?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.pivotTables.refreshAll + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection': + description: Provides operations to manage the protection property of the microsoft.graph.workbookWorksheet entity. + get: + tags: + - drives.driveItem + summary: Get protection from drives + description: The sheet protection object for a worksheet. Read-only. + operationId: drives.items.workbook.worksheets.GetProtection + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property protection in drives + operationId: drives.items.workbook.worksheets.UpdateProtection + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property protection for drives + operationId: drives.items.workbook.worksheets.DeleteProtection + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection/protect': + description: Provides operations to call the protect method. + post: + tags: + - drives.Actions + summary: Invoke action protect + description: Protect a worksheet. It throws if the worksheet has been protected. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/worksheetprotection-protect?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.protection.protect + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + options: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection/unprotect': + description: Provides operations to call the unprotect method. + post: + tags: + - drives.Actions + summary: Invoke action unprotect + description: Unprotect a worksheet + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/worksheetprotection-unprotect?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.protection.unprotect + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables': + description: Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity. + get: + tags: + - drives.driveItem + summary: Get tables from drives + description: The list of tables that are part of the worksheet. Read-only. + operationId: drives.items.workbook.worksheets.ListTables + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookTableCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to tables for drives + operationId: drives.items.workbook.worksheets.CreateTables + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTable' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTable' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}': + description: Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity. + get: + tags: + - drives.driveItem + summary: Get tables from drives + description: The list of tables that are part of the worksheet. Read-only. + operationId: drives.items.workbook.worksheets.GetTables + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTable' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property tables in drives + operationId: drives.items.workbook.worksheets.UpdateTables + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTable' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTable' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property tables for drives + operationId: drives.items.workbook.worksheets.DeleteTables + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns': + description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. + get: + tags: + - drives.driveItem + summary: Get columns from drives + description: The list of all the columns in the table. Read-only. + operationId: drives.items.workbook.worksheets.tables.ListColumns + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - drives.driveItem + summary: Create new navigation property to columns for drives + operationId: drives.items.workbook.worksheets.tables.CreateColumns + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}': + description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. + get: + tags: + - drives.driveItem + summary: Get columns from drives + description: The list of all the columns in the table. Read-only. + operationId: drives.items.workbook.worksheets.tables.GetColumns + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property columns in drives + operationId: drives.items.workbook.worksheets.tables.UpdateColumns + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property columns for drives + operationId: drives.items.workbook.worksheets.tables.DeleteColumns + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter': + description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. + get: + tags: + - drives.driveItem + summary: Get filter from drives + description: The filter applied to the column. Read-only. + operationId: drives.items.workbook.worksheets.tables.columns.GetFilter + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookFilter' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property filter in drives + operationId: drives.items.workbook.worksheets.tables.columns.UpdateFilter + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookFilter' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookFilter' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property filter for drives + operationId: drives.items.workbook.worksheets.tables.columns.DeleteFilter + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply': + description: Provides operations to call the apply method. + post: + tags: + - drives.Actions + summary: Invoke action apply + description: Apply the given filter criteria on the given column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.apply + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + criteria: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookFilterCriteria' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter': + description: Provides operations to call the applyBottomItemsFilter method. + post: + tags: + - drives.Actions + summary: Invoke action applyBottomItemsFilter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomItemsFilter + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + count: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter': + description: Provides operations to call the applyBottomPercentFilter method. + post: + tags: + - drives.Actions + summary: Invoke action applyBottomPercentFilter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomPercentFilter + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + percent: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter': + description: Provides operations to call the applyCellColorFilter method. + post: + tags: + - drives.Actions + summary: Invoke action applyCellColorFilter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyCellColorFilter + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + color: + type: string + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter': + description: Provides operations to call the applyCustomFilter method. + post: + tags: + - drives.Actions + summary: Invoke action applyCustomFilter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyCustomFilter + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + criteria1: + type: string + nullable: true + criteria2: + type: string + nullable: true + oper: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter': + description: Provides operations to call the applyDynamicFilter method. + post: + tags: + - drives.Actions + summary: Invoke action applyDynamicFilter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyDynamicFilter + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + criteria: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter': + description: Provides operations to call the applyFontColorFilter method. + post: + tags: + - drives.Actions + summary: Invoke action applyFontColorFilter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyFontColorFilter + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + color: + type: string + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter': + description: Provides operations to call the applyIconFilter method. + post: + tags: + - drives.Actions + summary: Invoke action applyIconFilter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyIconFilter + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + icon: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookIcon' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter': + description: Provides operations to call the applyTopItemsFilter method. + post: + tags: + - drives.Actions + summary: Invoke action applyTopItemsFilter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyTopItemsFilter + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + count: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter': + description: Provides operations to call the applyTopPercentFilter method. + post: + tags: + - drives.Actions + summary: Invoke action applyTopPercentFilter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyTopPercentFilter + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + percent: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter': + description: Provides operations to call the applyValuesFilter method. + post: + tags: + - drives.Actions + summary: Invoke action applyValuesFilter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyValuesFilter + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + values: { } + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + description: Clear the filter on the given column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.clear + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()': + description: Provides operations to call the dataBodyRange method. + get: + tags: + - drives.Functions + summary: Invoke function dataBodyRange + description: Gets the range object associated with the data body of the column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.tables.columns.dataBodyRange.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.tables.columns.dataBodyRange.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.tables.columns.dataBodyRange.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange.visibleView + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.columns.dataBodyRange.GetSort + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.tables.columns.dataBodyRange.UpdateSort + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.tables.columns.dataBodyRange.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.columns.dataBodyRange.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()': + description: Provides operations to call the headerRowRange method. + get: + tags: + - drives.Functions + summary: Invoke function headerRowRange + description: Gets the range object associated with the header row of the column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. + get: + tags: + - drives.driveItem + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.tables.columns.headerRowRange.GetFormat + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.tables.columns.headerRowRange.UpdateFormat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.tables.columns.headerRowRange.DeleteFormat + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: + tags: + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.boundingRect + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.column + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: + tags: + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.entireColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()': + description: Provides operations to call the entireRow method. + get: + tags: + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: + tags: + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.intersection + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.lastCell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.usedRange-5ff6 responses: 2XX: - $ref: '#/components/responses/microsoft.graph.workbookWorksheetCollectionResponse' + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: tags: - - drives.driveItem - summary: Create new navigation property to worksheets for drives - operationId: drives.items.workbook.CreateWorksheets - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange.visibleView responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -118964,14 +186931,60 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}': - description: Provides operations to manage the worksheets property of the microsoft.graph.workbook entity. + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get worksheets from drives - description: Represents a collection of worksheets associated with the workbook. Read-only. - operationId: drives.items.workbook.GetWorksheets + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.columns.headerRowRange.GetSort parameters: - name: $select in: query @@ -118999,7 +187012,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -119008,14 +187021,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property worksheets in drives - operationId: drives.items.workbook.UpdateWorksheets + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.tables.columns.headerRowRange.UpdateSort requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' required: true responses: 2XX: @@ -119023,7 +187036,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -119032,8 +187045,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property worksheets for drives - operationId: drives.items.workbook.DeleteWorksheets + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.tables.columns.headerRowRange.DeleteSort parameters: - name: If-Match in: header @@ -119070,30 +187083,54 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts': - description: Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity. + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get charts from drives - description: The list of charts that are part of the worksheet. Read-only. - operationId: drives.items.workbook.worksheets.ListCharts + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.columns.headerRowRange.GetWorksheet parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -119116,39 +187153,103 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.workbookChartCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - drives.driveItem - summary: Create new navigation property to charts for drives - operationId: drives.items.workbook.worksheets.CreateCharts - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChart' + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()': + description: Provides operations to call the range method. + get: + tags: + - drives.Functions + summary: Invoke function range + description: Gets the range object associated with the entire column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChart' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -119171,14 +187272,44 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}': - description: Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity. + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get charts from drives - description: The list of charts that are part of the worksheet. Read-only. - operationId: drives.items.workbook.worksheets.GetCharts + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.tables.columns.range.GetFormat parameters: - name: $select in: query @@ -119206,7 +187337,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChart' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -119215,14 +187346,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property charts in drives - operationId: drives.items.workbook.worksheets.UpdateCharts + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.tables.columns.range.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChart' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' required: true responses: 2XX: @@ -119230,7 +187361,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChart' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -119239,8 +187370,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property charts for drives - operationId: drives.items.workbook.worksheets.DeleteCharts + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.tables.columns.range.DeleteFormat parameters: - name: If-Match in: header @@ -119277,89 +187408,903 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes': - description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. get: tags: - - drives.driveItem - summary: Get axes from drives - description: Represents chart axes. Read-only. - operationId: drives.items.workbook.worksheets.charts.GetAxes - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.boundingRect responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: tags: - - drives.driveItem - summary: Update the navigation property axes in drives - operationId: drives.items.workbook.worksheets.charts.UpdateAxes + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.cell + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear': + description: Provides operations to call the clear method. + post: + tags: + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.clear requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + type: object + properties: + applyTo: + type: string + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})': + description: Provides operations to call the column method. + get: + tags: + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.column responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: tags: - - drives.driveItem - summary: Delete navigation property axes for drives - operationId: drives.items.workbook.worksheets.charts.DeleteAxes - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.columnsAfter-43bb + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.columnsAfter-0669 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.columnsBefore-b5c5 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.columnsBefore-b7c6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete': + description: Provides operations to call the delete method. + post: + tags: + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true responses: '204': description: Success @@ -119367,7 +188312,7 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -119390,68 +188335,227 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis': - description: Provides operations to manage the categoryAxis property of the microsoft.graph.workbookChartAxes entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()': + description: Provides operations to call the entireColumn method. get: tags: - - drives.driveItem - summary: Get categoryAxis from drives - description: Represents the category axis in a chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.GetCategoryAxis - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.entireColumn responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()': + description: Provides operations to call the entireRow method. + get: tags: - - drives.driveItem - summary: Update the navigation property categoryAxis in drives - operationId: drives.items.workbook.worksheets.charts.axes.UpdateCategoryAxis + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.entireRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert': + description: Provides operations to call the insert method. + post: + tags: + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.insert requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + type: object + properties: + shift: + type: string required: true responses: 2XX: @@ -119459,31 +188563,98 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. + get: tags: - - drives.driveItem - summary: Delete navigation property categoryAxis for drives - operationId: drives.items.workbook.worksheets.charts.axes.DeleteCategoryAxis - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.intersection responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -119506,97 +188677,1451 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()': + description: Provides operations to call the lastCell method. get: tags: - - drives.driveItem - summary: Get format from drives - description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.lastCell responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateFormat + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.lastColumn + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()': + description: Provides operations to call the lastRow method. + get: + tags: + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.lastRow + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge': + description: Provides operations to call the merge method. + post: + tags: + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.merge requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + type: object + properties: + across: + type: boolean + default: false + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. + get: + tags: + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.offsetRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.resizedRange + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.row + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.rowsAbove-80e1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.rowsAbove-d2c7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.rowsBelow-2035 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.rowsBelow-cfc7 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge': + description: Provides operations to call the unmerge method. + post: + tags: + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.unmerge + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.usedRange-5ff6 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.usedRange-63c8 + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()': + description: Provides operations to call the visibleView method. + get: + tags: + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range.visibleView responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -119619,24 +190144,53 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font': - description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get font from drives - description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.GetFont + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.columns.range.GetSort parameters: - name: $select in: query @@ -119664,7 +190218,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -119673,14 +190227,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property font in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.UpdateFont + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.tables.columns.range.UpdateSort requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' required: true responses: 2XX: @@ -119688,7 +190242,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -119697,8 +190251,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property font for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.DeleteFont + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.tables.columns.range.DeleteSort parameters: - name: If-Match in: header @@ -119735,24 +190289,53 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line': - description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get line from drives - description: Represents chart line formatting. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.GetLine + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.columns.range.GetWorksheet parameters: - name: $select in: query @@ -119780,50 +190363,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property line in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.UpdateLine - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property line for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.DeleteLine - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: @@ -119851,35 +190391,71 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear': - description: Provides operations to call the clear method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()': + description: Provides operations to call the totalRowRange method. + get: tags: - - drives.Actions - summary: Invoke action clear - description: Clear the line format of a chart element. + - drives.Functions + summary: Invoke function totalRowRange + description: Gets the range object associated with the totals row of the column. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.format.line.clear + url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -119902,41 +190478,36 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines': - description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get majorGridlines from drives - description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetMajorGridlines + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.tables.columns.totalRowRange.GetFormat parameters: - name: $select in: query @@ -119964,7 +190535,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -119973,14 +190544,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property majorGridlines in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateMajorGridlines + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.tables.columns.totalRowRange.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' required: true responses: 2XX: @@ -119988,7 +190559,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -119997,8 +190568,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property majorGridlines for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteMajorGridlines + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.tables.columns.totalRowRange.DeleteFormat parameters: - name: If-Match in: header @@ -120035,100 +190606,67 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. get: tags: - - drives.driveItem - summary: Get format from drives - description: Represents the formatting of chart gridlines. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' - required: true + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.boundingRect responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -120151,103 +190689,74 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line': - description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. get: tags: - - drives.driveItem - summary: Get line from drives - description: Represents chart line formatting. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.GetLine - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property line in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.UpdateLine - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - required: true + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.cell responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property line for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.DeleteLine - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -120270,30 +190779,80 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear': + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear - description: Clear the line format of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.majorGridlines.format.line.clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true responses: '204': description: Success @@ -120324,17 +190883,35 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' @@ -120349,92 +190926,44 @@ paths: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines': - description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})': + description: Provides operations to call the column method. get: tags: - - drives.driveItem - summary: Get minorGridlines from drives - description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetMinorGridlines - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property minorGridlines in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateMinorGridlines - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - required: true + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.column responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property minorGridlines for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteMinorGridlines - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -120457,100 +190986,184 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. get: tags: - - drives.driveItem - summary: Get format from drives - description: Represents the formatting of chart gridlines. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.columnsAfter-43bb responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.columnsAfter-0669 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -120573,103 +191186,210 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line': - description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. get: tags: - - drives.driveItem - summary: Get line from drives - description: Represents chart line formatting. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.GetLine - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.columnsBefore-b5c5 responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property line in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.UpdateLine - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: + tags: + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.columnsBefore-b7c6 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property line for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.DeleteLine - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -120692,30 +191412,97 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear': - description: Provides operations to call the clear method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete': + description: Provides operations to call the delete method. post: tags: - drives.Actions - summary: Invoke action clear - description: Clear the line format of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.minorGridlines.format.line.clear + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true responses: '204': description: Success @@ -120746,117 +191533,67 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title': - description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()': + description: Provides operations to call the entireColumn method. get: tags: - - drives.driveItem - summary: Get title from drives - description: Represents the axis title. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetTitle - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property title in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateTitle - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' - required: true + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.entireColumn responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property title for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteTitle - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -120879,68 +191616,144 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()': + description: Provides operations to call the entireRow method. get: tags: - - drives.driveItem - summary: Get format from drives - description: Represents the formatting of chart axis title. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.entireRow responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert': + description: Provides operations to call the insert method. + post: tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.UpdateFormat + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.insert requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' + type: object + properties: + shift: + type: string required: true responses: 2XX: @@ -120948,31 +191761,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -120995,100 +191792,157 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font': - description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. get: tags: - - drives.driveItem - summary: Get font from drives - description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.format.GetFont - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.intersection responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property font in drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.format.UpdateFont - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.lastCell responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property font for drives - operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.format.DeleteFont - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -121111,100 +191965,67 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis': - description: Provides operations to manage the seriesAxis property of the microsoft.graph.workbookChartAxes entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()': + description: Provides operations to call the lastColumn method. get: tags: - - drives.driveItem - summary: Get seriesAxis from drives - description: Represents the series axis of a 3-dimensional chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.GetSeriesAxis - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property seriesAxis in drives - operationId: drives.items.workbook.worksheets.charts.axes.UpdateSeriesAxis - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' - required: true + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.lastColumn responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property seriesAxis for drives - operationId: drives.items.workbook.worksheets.charts.axes.DeleteSeriesAxis - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -121227,89 +192048,146 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()': + description: Provides operations to call the lastRow method. get: tags: - - drives.driveItem - summary: Get format from drives - description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.lastRow responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge': + description: Provides operations to call the merge method. + post: tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateFormat + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.merge requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' + type: object + properties: + across: + type: boolean + default: false required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string responses: '204': description: Success @@ -121317,7 +192195,7 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -121340,100 +192218,67 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font': - description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. get: tags: - - drives.driveItem - summary: Get font from drives - description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.GetFont - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property font in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.UpdateFont - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - required: true + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.offsetRange responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property font for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.DeleteFont - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -121456,100 +192301,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line': - description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. get: tags: - - drives.driveItem - summary: Get line from drives - description: Represents chart line formatting. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.GetLine - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property line in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.UpdateLine - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - required: true + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.resizedRange responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property line for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.DeleteLine - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -121572,35 +192402,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear': - description: Provides operations to call the clear method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})': + description: Provides operations to call the row method. + get: tags: - - drives.Actions - summary: Invoke action clear - description: Clear the line format of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.format.line.clear + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.row responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -121623,117 +192503,184 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines': - description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. get: tags: - - drives.driveItem - summary: Get majorGridlines from drives - description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetMajorGridlines - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.rowsAbove-80e1 responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property majorGridlines in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateMajorGridlines - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.rowsAbove-d2c7 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property majorGridlines for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteMajorGridlines - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -121756,92 +192703,313 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. get: tags: - - drives.driveItem - summary: Get format from drives - description: Represents the formatting of chart gridlines. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.rowsBelow-2035 responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.rowsBelow-cfc7 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge': + description: Provides operations to call the unmerge method. + post: tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.unmerge responses: '204': description: Success @@ -121849,7 +193017,7 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -121872,103 +193040,67 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line': - description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()': + description: Provides operations to call the usedRange method. get: tags: - - drives.driveItem - summary: Get line from drives - description: Represents chart line formatting. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.GetLine - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property line in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.UpdateLine - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - required: true + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.usedRange-5ff6 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property line for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.DeleteLine - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -121991,38 +193123,90 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear': - description: Provides operations to call the clear method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: tags: - - drives.Actions - summary: Invoke action clear - description: Clear the line format of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.majorGridlines.format.line.clear + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.usedRange-63c8 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -122045,117 +193229,97 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines': - description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()': + description: Provides operations to call the visibleView method. get: tags: - - drives.driveItem - summary: Get minorGridlines from drives - description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetMinorGridlines - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property minorGridlines in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateMinorGridlines - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - required: true + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange.visibleView responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property minorGridlines for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteMinorGridlines - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -122178,24 +193342,53 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get format from drives - description: Represents the formatting of chart gridlines. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.GetFormat + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.columns.totalRowRange.GetSort parameters: - name: $select in: query @@ -122223,7 +193416,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -122232,14 +193425,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.UpdateFormat + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.tables.columns.totalRowRange.UpdateSort requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' required: true responses: 2XX: @@ -122247,7 +193440,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -122256,8 +193449,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.DeleteFormat + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.tables.columns.totalRowRange.DeleteSort parameters: - name: If-Match in: header @@ -122294,27 +193487,53 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line': - description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get line from drives - description: Represents chart line formatting. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.GetLine + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.columns.totalRowRange.GetWorksheet parameters: - name: $select in: query @@ -122342,50 +193561,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property line in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.UpdateLine - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property line for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.DeleteLine - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: @@ -122413,33 +193589,84 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: workbookTableColumn-id + in: path + description: The unique identifier of workbookTableColumn + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear': - description: Provides operations to call the clear method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add': + description: Provides operations to call the add method. post: tags: - drives.Actions - summary: Invoke action clear - description: Clear the line format of a chart element. + summary: Invoke action add + description: Adds a new column to the table. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.minorGridlines.format.line.clear + url: https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + index: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + values: { } + name: + type: string + nullable: true + required: true responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -122467,117 +193694,48 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title': - description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()': + description: Provides operations to call the count method. get: tags: - - drives.driveItem - summary: Get title from drives - description: Represents the axis title. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetTitle - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property title in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateTitle - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' - required: true + - drives.Functions + summary: Invoke function count + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.count responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property title for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteTitle - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + type: object + properties: + value: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -122600,100 +193758,49 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})': + description: Provides operations to call the itemAt method. get: tags: - - drives.driveItem - summary: Get format from drives - description: Represents the formatting of chart axis title. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' - required: true + - drives.Functions + summary: Invoke function itemAt + description: Gets a column based on its position in the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumncollection-itemat?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -122716,24 +193823,39 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font': - description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter': + description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. get: tags: - drives.driveItem - summary: Get font from drives - description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.format.GetFont + summary: Get filter from drives + description: The filter applied to the column. Read-only. + operationId: drives.items.workbook.worksheets.tables.columns.itemAt.GetFilter parameters: - name: $select in: query @@ -122761,7 +193883,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: @@ -122770,14 +193892,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property font in drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.format.UpdateFont + summary: Update the navigation property filter in drives + operationId: drives.items.workbook.worksheets.tables.columns.itemAt.UpdateFilter requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + $ref: '#/components/schemas/microsoft.graph.workbookFilter' required: true responses: 2XX: @@ -122785,7 +193907,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: @@ -122794,8 +193916,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property font for drives - operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.format.DeleteFont + summary: Delete navigation property filter for drives + operationId: drives.items.workbook.worksheets.tables.columns.itemAt.DeleteFilter parameters: - name: If-Match in: header @@ -122832,100 +193954,52 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis': - description: Provides operations to manage the valueAxis property of the microsoft.graph.workbookChartAxes entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()': + description: Provides operations to call the dataBodyRange method. get: tags: - - drives.driveItem - summary: Get valueAxis from drives - description: Represents the value axis in an axis. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.GetValueAxis - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property valueAxis in drives - operationId: drives.items.workbook.worksheets.charts.axes.UpdateValueAxis - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' - required: true + - drives.Functions + summary: Invoke function dataBodyRange + description: Gets the range object associated with the data body of the column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.dataBodyRange responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property valueAxis for drives - operationId: drives.items.workbook.worksheets.charts.axes.DeleteValueAxis - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -122948,97 +194022,56 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()': + description: Provides operations to call the headerRowRange method. get: tags: - - drives.driveItem - summary: Get format from drives - description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' - required: true + - drives.Functions + summary: Invoke function headerRowRange + description: Gets the range object associated with the header row of the column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.headerRowRange responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -123061,100 +194094,56 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font': - description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()': + description: Provides operations to call the range method. get: tags: - - drives.driveItem - summary: Get font from drives - description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.GetFont - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property font in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.UpdateFont - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - required: true + - drives.Functions + summary: Invoke function range + description: Gets the range object associated with the entire column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.range responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property font for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.DeleteFont - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -123177,100 +194166,64 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line': - description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()': + description: Provides operations to call the totalRowRange method. get: tags: - - drives.driveItem - summary: Get line from drives - description: Represents chart line formatting. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.GetLine - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property line in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.UpdateLine - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - required: true + - drives.Functions + summary: Invoke function totalRowRange + description: Gets the range object associated with the totals row of the column. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.totalRowRange responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property line for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.DeleteLine - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -123293,27 +194246,41 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: index + in: path + description: 'Usage: index={index}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear': - description: Provides operations to call the clear method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters': + description: Provides operations to call the clearFilters method. post: tags: - drives.Actions - summary: Invoke action clear - description: Clear the line format of a chart element. + summary: Invoke action clearFilters + description: Clears all the filters currently applied on the table. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.format.line.clear + url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.clearFilters responses: '204': description: Success @@ -123344,117 +194311,102 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines': - description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. - get: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange': + description: Provides operations to call the convertToRange method. + post: tags: - - drives.driveItem - summary: Get majorGridlines from drives - description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetMajorGridlines - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Actions + summary: Invoke action convertToRange + description: Converts the table into a normal range of cells. All data is preserved. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.convertToRange responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property majorGridlines in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateMajorGridlines - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()': + description: Provides operations to call the dataBodyRange method. + get: + tags: + - drives.Functions + summary: Invoke function dataBodyRange + description: Gets the range object associated with the data body of the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property majorGridlines for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteMajorGridlines - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -123477,24 +194429,29 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem summary: Get format from drives - description: Represents the formatting of chart gridlines. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.GetFormat + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.tables.dataBodyRange.GetFormat parameters: - name: $select in: query @@ -123522,7 +194479,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -123532,13 +194489,13 @@ paths: tags: - drives.driveItem summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.UpdateFormat + operationId: drives.items.workbook.worksheets.tables.dataBodyRange.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' required: true responses: 2XX: @@ -123546,7 +194503,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -123556,7 +194513,7 @@ paths: tags: - drives.driveItem summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.DeleteFormat + operationId: drives.items.workbook.worksheets.tables.dataBodyRange.DeleteFormat parameters: - name: If-Match in: header @@ -123593,103 +194550,143 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line': - description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. get: tags: - - drives.driveItem - summary: Get line from drives - description: Represents chart line formatting. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.GetLine - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.boundingRect responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property line in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.UpdateLine - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.cell responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property line for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.DeleteLine - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -123712,30 +194709,73 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear': + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear - description: Clear the line format of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.majorGridlines.format.line.clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true responses: '204': description: Success @@ -123766,15 +194806,25 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' @@ -123783,6 +194833,7 @@ paths: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' @@ -123791,92 +194842,44 @@ paths: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines': - description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})': + description: Provides operations to call the column method. get: tags: - - drives.driveItem - summary: Get minorGridlines from drives - description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetMinorGridlines - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property minorGridlines in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateMinorGridlines - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - required: true + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.column responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property minorGridlines for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteMinorGridlines - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -123899,100 +194902,69 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. get: tags: - - drives.driveItem - summary: Get format from drives - description: Represents the formatting of chart gridlines. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' - required: true + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.columnsAfter-43bb responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -124015,103 +194987,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line': - description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. get: tags: - - drives.driveItem - summary: Get line from drives - description: Represents chart line formatting. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.GetLine - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property line in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.UpdateLine - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - required: true + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.columnsAfter-0669 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property line for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.DeleteLine - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -124134,38 +195088,95 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear': - description: Provides operations to call the clear method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: tags: - - drives.Actions - summary: Invoke action clear - description: Clear the line format of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.minorGridlines.format.line.clear + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.columnsBefore-b5c5 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -124188,109 +195199,191 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title': - description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. get: tags: - - drives.driveItem - summary: Get title from drives - description: Represents the axis title. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetTitle - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.columnsBefore-b7c6 responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete': + description: Provides operations to call the delete method. + post: tags: - - drives.driveItem - summary: Update the navigation property title in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateTitle + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.delete requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' + type: object + properties: + shift: + type: string required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property title for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteTitle - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string responses: '204': description: Success @@ -124298,7 +195391,7 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -124321,100 +195414,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()': + description: Provides operations to call the entireColumn method. get: tags: - - drives.driveItem - summary: Get format from drives - description: Represents the formatting of chart axis title. Read-only. - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.entireColumn responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -124437,100 +195490,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font': - description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()': + description: Provides operations to call the entireRow method. get: tags: - - drives.driveItem - summary: Get font from drives - description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.format.GetFont - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property font in drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.format.UpdateFont - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - required: true + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.entireRow responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property font for drives - operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.format.DeleteFont - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -124553,68 +195566,54 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels': - description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. - get: - tags: - - drives.driveItem - summary: Get dataLabels from drives - description: Represents the data labels on the chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.GetDataLabels - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert': + description: Provides operations to call the insert method. + post: tags: - - drives.driveItem - summary: Update the navigation property dataLabels in drives - operationId: drives.items.workbook.worksheets.charts.UpdateDataLabels + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.insert requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + type: object + properties: + shift: + type: string required: true responses: 2XX: @@ -124622,31 +195621,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property dataLabels for drives - operationId: drives.items.workbook.worksheets.charts.DeleteDataLabels - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -124669,100 +195652,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartDataLabels entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. get: tags: - - drives.driveItem - summary: Get format from drives - description: 'Represents the format of chart data labels, which includes fill and font formatting. Read-only.' - operationId: drives.items.workbook.worksheets.charts.dataLabels.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.dataLabels.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' - required: true + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.intersection responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.dataLabels.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -124785,97 +195728,143 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill': - description: Provides operations to manage the fill property of the microsoft.graph.workbookChartDataLabelFormat entity. + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()': + description: Provides operations to call the lastCell method. get: tags: - - drives.driveItem - summary: Get fill from drives - description: Represents the fill format of the current chart data label. Read-only. - operationId: drives.items.workbook.worksheets.charts.dataLabels.format.GetFill - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.lastCell responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property fill in drives - operationId: drives.items.workbook.worksheets.charts.dataLabels.format.UpdateFill - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: + tags: + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.lastColumn responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property fill for drives - operationId: drives.items.workbook.worksheets.charts.dataLabels.format.DeleteFill - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -124898,32 +195887,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear': - description: Provides operations to call the clear method. - post: + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()': + description: Provides operations to call the lastRow method. + get: tags: - - drives.Actions - summary: Invoke action clear - description: Clear the fill color of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.dataLabels.format.fill.clear + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.lastRow responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -124946,44 +195963,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor': - description: Provides operations to call the setSolidColor method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge': + description: Provides operations to call the merge method. post: tags: - drives.Actions - summary: Invoke action setSolidColor - description: Sets the fill formatting of a chart element to a uniform color. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.dataLabels.format.fill.setSolidColor + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.merge requestBody: description: Action parameters content: @@ -124991,9 +196009,9 @@ paths: schema: type: object properties: - color: - type: string - nullable: true + across: + type: boolean + default: false required: true responses: '204': @@ -125025,103 +196043,154 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/font': - description: Provides operations to manage the font property of the microsoft.graph.workbookChartDataLabelFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. get: tags: - - drives.driveItem - summary: Get font from drives - description: 'Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only.' - operationId: drives.items.workbook.worksheets.charts.dataLabels.format.GetFont - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.offsetRange responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property font in drives - operationId: drives.items.workbook.worksheets.charts.dataLabels.format.UpdateFont - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: + tags: + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.resizedRange responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property font for drives - operationId: drives.items.workbook.worksheets.charts.dataLabels.format.DeleteFont - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -125144,97 +196213,163 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. + x-ms-docs-key-type: workbookTable + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})': + description: Provides operations to call the row method. get: tags: - - drives.driveItem - summary: Get format from drives - description: Encapsulates the format properties for the chart area. Read-only. - operationId: drives.items.workbook.worksheets.charts.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.row responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: + tags: + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.rowsAbove-80e1 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -125257,100 +196392,196 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill': - description: Provides operations to manage the fill property of the microsoft.graph.workbookChartAreaFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. get: tags: - - drives.driveItem - summary: Get fill from drives - description: 'Represents the fill format of an object, which includes background formatting information. Read-only.' - operationId: drives.items.workbook.worksheets.charts.format.GetFill - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.rowsAbove-d2c7 responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property fill in drives - operationId: drives.items.workbook.worksheets.charts.format.UpdateFill - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: + tags: + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.rowsBelow-2035 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property fill for drives - operationId: drives.items.workbook.worksheets.charts.format.DeleteFill - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -125373,32 +196604,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear': - description: Provides operations to call the clear method. - post: + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. + get: tags: - - drives.Actions - summary: Invoke action clear - description: Clear the fill color of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.format.fill.clear + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.rowsBelow-cfc7 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -125421,55 +196705,80 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor': - description: Provides operations to call the setSolidColor method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge': + description: Provides operations to call the unmerge method. post: tags: - drives.Actions - summary: Invoke action setSolidColor - description: Sets the fill formatting of a chart element to a uniform color. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.format.fill.setSolidColor - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - color: - type: string - nullable: true - required: true + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.unmerge responses: '204': description: Success @@ -125500,103 +196809,265 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/font': - description: Provides operations to manage the font property of the microsoft.graph.workbookChartAreaFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()': + description: Provides operations to call the usedRange method. get: tags: - - drives.driveItem - summary: Get font from drives - description: 'Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.' - operationId: drives.items.workbook.worksheets.charts.format.GetFont - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.usedRange-5ff6 responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property font in drives - operationId: drives.items.workbook.worksheets.charts.format.UpdateFont - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.usedRange-63c8 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()': + description: Provides operations to call the visibleView method. + get: tags: - - drives.driveItem - summary: Delete navigation property font for drives - operationId: drives.items.workbook.worksheets.charts.format.DeleteFont - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange.visibleView responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -125619,21 +197090,46 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend': - description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get legend from drives - description: Represents the legend for the chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.GetLegend + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.dataBodyRange.GetSort parameters: - name: $select in: query @@ -125661,7 +197157,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -125670,14 +197166,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property legend in drives - operationId: drives.items.workbook.worksheets.charts.UpdateLegend + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.tables.dataBodyRange.UpdateSort requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' required: true responses: 2XX: @@ -125685,7 +197181,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -125694,8 +197190,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property legend for drives - operationId: drives.items.workbook.worksheets.charts.DeleteLegend + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.tables.dataBodyRange.DeleteSort parameters: - name: If-Match in: header @@ -125732,24 +197228,46 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartLegend entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get format from drives - description: 'Represents the formatting of a chart legend, which includes fill and font formatting. Read-only.' - operationId: drives.items.workbook.worksheets.charts.legend.GetFormat + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.dataBodyRange.GetWorksheet parameters: - name: $select in: query @@ -125777,55 +197295,92 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.legend.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()': + description: Provides operations to call the headerRowRange method. + get: + tags: + - drives.Functions + summary: Invoke function headerRowRange + description: Gets the range object associated with header row of the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.legend.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -125848,21 +197403,29 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill': - description: Provides operations to manage the fill property of the microsoft.graph.workbookChartLegendFormat entity. + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get fill from drives - description: 'Represents the fill format of an object, which includes background formating information. Read-only.' - operationId: drives.items.workbook.worksheets.charts.legend.format.GetFill + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.tables.headerRowRange.GetFormat parameters: - name: $select in: query @@ -125890,7 +197453,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -125899,14 +197462,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property fill in drives - operationId: drives.items.workbook.worksheets.charts.legend.format.UpdateFill + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.tables.headerRowRange.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' required: true responses: 2XX: @@ -125914,7 +197477,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -125923,8 +197486,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property fill for drives - operationId: drives.items.workbook.worksheets.charts.legend.format.DeleteFill + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.tables.headerRowRange.DeleteFormat parameters: - name: If-Match in: header @@ -125961,32 +197524,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear': - description: Provides operations to call the clear method. - post: + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: tags: - - drives.Actions - summary: Invoke action clear - description: Clear the fill color of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.legend.format.fill.clear + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.boundingRect responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -126009,63 +197600,67 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor': - description: Provides operations to call the setSolidColor method. - post: + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: tags: - - drives.Actions - summary: Invoke action setSolidColor - description: Sets the fill formatting of a chart element to a uniform color. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.legend.format.fill.setSolidColor - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - color: - type: string - nullable: true - required: true + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.cell responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -126088,95 +197683,73 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/font': - description: Provides operations to manage the font property of the microsoft.graph.workbookChartLegendFormat entity. - get: - tags: - - drives.driveItem - summary: Get font from drives - description: 'Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only.' - operationId: drives.items.workbook.worksheets.charts.legend.format.GetFont - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear': + description: Provides operations to call the clear method. + post: tags: - - drives.driveItem - summary: Update the navigation property font in drives - operationId: drives.items.workbook.worksheets.charts.legend.format.UpdateFont + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.clear requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + type: object + properties: + applyTo: + type: string required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property font for drives - operationId: drives.items.workbook.worksheets.charts.legend.format.DeleteFont - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string responses: '204': description: Success @@ -126184,7 +197757,7 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -126207,30 +197780,74 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()': - description: Provides operations to call the image method. + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})': + description: Provides operations to call the column method. get: tags: - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-8f13 + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.column responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - type: string + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object nullable: true 4XX: $ref: '#/components/responses/error' @@ -126259,42 +197876,63 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')': - description: Provides operations to call the image method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. get: tags: - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-4f04 + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.columnsAfter-43bb responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - type: string + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object nullable: true 4XX: $ref: '#/components/responses/error' @@ -126323,66 +197961,79 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: width - in: path - description: 'Usage: width={width}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - - name: height - in: path - description: 'Usage: height={height}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - - name: fittingMode + - name: workbookTable-id in: path - description: 'Usage: fittingMode=''{fittingMode}''' + description: The unique identifier of workbookTable required: true schema: type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})': - description: Provides operations to call the image method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. get: tags: - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-664c + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.columnsAfter-0669 responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - type: string + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object nullable: true 4XX: $ref: '#/components/responses/error' @@ -126411,60 +198062,89 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - - name: width - in: path - description: 'Usage: width={width}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - - name: height + x-ms-docs-key-type: workbookTable + - name: count in: path - description: 'Usage: height={height}' + description: 'Usage: count={count}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})': - description: Provides operations to call the image method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. get: tags: - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-9795 + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.columnsBefore-b5c5 responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - type: string + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object nullable: true 4XX: $ref: '#/components/responses/error' @@ -126493,64 +198173,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - - name: width - in: path - description: 'Usage: width={width}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData': - description: Provides operations to call the setData method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: tags: - - drives.Actions - summary: Invoke action setData - description: Resets the source data for the chart. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.setData - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - sourceData: { } - seriesBy: - type: string - required: true + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.columnsBefore-b7c6 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -126573,27 +198274,80 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition': - description: Provides operations to call the setPosition method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete': + description: Provides operations to call the delete method. post: tags: - drives.Actions - summary: Invoke action setPosition - description: Positions the chart relative to cells on the worksheet. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.setPosition + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.delete requestBody: description: Action parameters content: @@ -126601,8 +198355,8 @@ paths: schema: type: object properties: - startCell: { } - endCell: { } + shift: + type: string required: true responses: '204': @@ -126634,95 +198388,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series': - description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()': + description: Provides operations to call the entireColumn method. get: tags: - - drives.driveItem - summary: Get series from drives - description: Represents either a single series or collection of series in the chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.ListSeries - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - drives.driveItem - summary: Create new navigation property to series for drives - operationId: drives.items.workbook.worksheets.charts.CreateSeries - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' - required: true + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.entireColumn responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -126745,100 +198464,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}': - description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()': + description: Provides operations to call the entireRow method. get: tags: - - drives.driveItem - summary: Get series from drives - description: Represents either a single series or collection of series in the chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.GetSeries - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property series in drives - operationId: drives.items.workbook.worksheets.charts.UpdateSeries - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' - required: true + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.entireRow responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property series for drives - operationId: drives.items.workbook.worksheets.charts.DeleteSeries - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -126861,72 +198540,54 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartSeries + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartSeries - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity. - get: - tags: - - drives.driveItem - summary: Get format from drives - description: 'The formatting of a chart series, which includes fill and line formatting. Read-only.' - operationId: drives.items.workbook.worksheets.charts.series.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert': + description: Provides operations to call the insert method. + post: tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.series.UpdateFormat + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.insert requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' + type: object + properties: + shift: + type: string required: true responses: 2XX: @@ -126934,31 +198595,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.series.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -126981,106 +198626,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartSeries + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartSeries + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill': - description: Provides operations to manage the fill property of the microsoft.graph.workbookChartSeriesFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. get: tags: - - drives.driveItem - summary: Get fill from drives - description: 'Represents the fill format of a chart series, which includes background formatting information. Read-only.' - operationId: drives.items.workbook.worksheets.charts.series.format.GetFill - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property fill in drives - operationId: drives.items.workbook.worksheets.charts.series.format.UpdateFill - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - required: true + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.intersection responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property fill for drives - operationId: drives.items.workbook.worksheets.charts.series.format.DeleteFill - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -127103,39 +198702,67 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartSeries + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartSeries - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear': - description: Provides operations to call the clear method. - post: + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()': + description: Provides operations to call the lastCell method. + get: tags: - - drives.Actions - summary: Invoke action clear - description: Clear the fill color of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.fill.clear + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.lastCell responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -127158,70 +198785,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartSeries + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartSeries + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor': - description: Provides operations to call the setSolidColor method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()': + description: Provides operations to call the lastColumn method. + get: tags: - - drives.Actions - summary: Invoke action setSolidColor - description: Sets the fill formatting of a chart element to a uniform color. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.fill.setSolidColor - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - color: - type: string - nullable: true - required: true + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.lastColumn responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -127244,110 +198861,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartSeries + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartSeries + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line': - description: Provides operations to manage the line property of the microsoft.graph.workbookChartSeriesFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()': + description: Provides operations to call the lastRow method. get: tags: - - drives.driveItem - summary: Get line from drives - description: Represents line formatting. Read-only. - operationId: drives.items.workbook.worksheets.charts.series.format.GetLine - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property line in drives - operationId: drives.items.workbook.worksheets.charts.series.format.UpdateLine - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - required: true + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.lastRow responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property line for drives - operationId: drives.items.workbook.worksheets.charts.series.format.DeleteLine - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -127370,31 +198937,56 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartSeries + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartSeries - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear': - description: Provides operations to call the clear method. + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge': + description: Provides operations to call the merge method. post: tags: - drives.Actions - summary: Invoke action clear - description: Clear the line format of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.line.clear + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true responses: '204': description: Success @@ -127425,119 +199017,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartSeries + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartSeries + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points': - description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. get: tags: - - drives.driveItem - summary: Get points from drives - description: A collection of all points in the series. Read-only. - operationId: drives.items.workbook.worksheets.charts.series.ListPoints - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.workbookChartPointCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - drives.driveItem - summary: Create new navigation property to points for drives - operationId: drives.items.workbook.worksheets.charts.series.CreatePoints - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - required: true + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.offsetRange responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -127560,106 +199093,78 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + x-ms-docs-key-type: workbookTable + - name: rowOffset in: path - description: The unique identifier of workbookChartSeries + description: 'Usage: rowOffset={rowOffset}' required: true schema: - type: string - x-ms-docs-key-type: workbookChartSeries + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/points' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}': - description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. get: tags: - - drives.driveItem - summary: Get points from drives - description: A collection of all points in the series. Read-only. - operationId: drives.items.workbook.worksheets.charts.series.GetPoints - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property points in drives - operationId: drives.items.workbook.worksheets.charts.series.UpdatePoints - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - required: true + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.resizedRange responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property points for drives - operationId: drives.items.workbook.worksheets.charts.series.DeletePoints - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -127682,111 +199187,78 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + x-ms-docs-key-type: workbookTable + - name: deltaRows in: path - description: The unique identifier of workbookChartSeries + description: 'Usage: deltaRows={deltaRows}' required: true schema: - type: string - x-ms-docs-key-type: workbookChartSeries - - name: workbookChartPoint-id + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns in: path - description: The unique identifier of workbookChartPoint + description: 'Usage: deltaColumns={deltaColumns}' required: true schema: - type: string - x-ms-docs-key-type: workbookChartPoint - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity. + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})': + description: Provides operations to call the row method. get: tags: - - drives.driveItem - summary: Get format from drives - description: The format properties of the chart point. Read-only. - operationId: drives.items.workbook.worksheets.charts.series.points.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.series.points.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' - required: true + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.row responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.series.points.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -127809,113 +199281,69 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartSeries + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartSeries - - name: workbookChartPoint-id + x-ms-docs-key-type: workbookTable + - name: row in: path - description: The unique identifier of workbookChartPoint + description: 'Usage: row={row}' required: true schema: - type: string - x-ms-docs-key-type: workbookChartPoint + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill': - description: Provides operations to manage the fill property of the microsoft.graph.workbookChartPointFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. get: tags: - - drives.driveItem - summary: Get fill from drives - description: 'Represents the fill format of a chart, which includes background formatting information. Read-only.' - operationId: drives.items.workbook.worksheets.charts.series.points.format.GetFill - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property fill in drives - operationId: drives.items.workbook.worksheets.charts.series.points.format.UpdateFill - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - required: true + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.rowsAbove-80e1 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property fill for drives - operationId: drives.items.workbook.worksheets.charts.series.points.format.DeleteFill - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -127938,46 +199366,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id - in: path - description: The unique identifier of workbookChartSeries - required: true - schema: - type: string - x-ms-docs-key-type: workbookChartSeries - - name: workbookChartPoint-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartPoint + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartPoint - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear': - description: Provides operations to call the clear method. - post: + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: tags: - - drives.Actions - summary: Invoke action clear - description: Clear the fill color of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.workbookChartPoint.format.fill.clear + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.rowsAbove-d2c7 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -128000,77 +199467,95 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartSeries + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartSeries - - name: workbookChartPoint-id + x-ms-docs-key-type: workbookTable + - name: count in: path - description: The unique identifier of workbookChartPoint + description: 'Usage: count={count}' required: true schema: - type: string - x-ms-docs-key-type: workbookChartPoint + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor': - description: Provides operations to call the setSolidColor method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. + get: tags: - - drives.Actions - summary: Invoke action setSolidColor - description: Sets the fill formatting of a chart element to a uniform color. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.workbookChartPoint.format.fill.setSolidColor - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - color: - type: string - nullable: true - required: true + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.rowsBelow-2035 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -128093,53 +199578,80 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id - in: path - description: The unique identifier of workbookChartSeries - required: true - schema: - type: string - x-ms-docs-key-type: workbookChartSeries - - name: workbookChartPoint-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartPoint + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartPoint + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()': - description: Provides operations to call the count method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. get: tags: - drives.Functions - summary: Invoke function count - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.count + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.rowsBelow-cfc7 responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -128167,56 +199679,88 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + x-ms-docs-key-type: workbookTable + - name: count in: path - description: The unique identifier of workbookChartSeries + description: 'Usage: count={count}' required: true schema: - type: string - x-ms-docs-key-type: workbookChartSeries + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})': - description: Provides operations to call the itemAt method. - get: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge': + description: Provides operations to call the unmerge method. + post: tags: - - drives.Functions - summary: Invoke function itemAt - description: Retrieve a point based on its position within the series. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartpointscollection-itemat?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.itemAt + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.unmerge responses: - 2XX: + '204': description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - - type: object - nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -128239,122 +199783,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartSeries + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartSeries - - name: index - in: path - description: 'Usage: index={index}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()': + description: Provides operations to call the usedRange method. get: tags: - - drives.driveItem - summary: Get format from drives - description: The format properties of the chart point. Read-only. - operationId: drives.items.workbook.worksheets.charts.series.points.itemAt.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.series.points.itemAt.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' - required: true + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.usedRange-5ff6 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.series.points.itemAt.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -128377,51 +199859,78 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id - in: path - description: The unique identifier of workbookChart - required: true - schema: - type: string - x-ms-docs-key-type: workbookChart - - name: workbookChartSeries-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChartSeries + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChartSeries - - name: index - in: path - description: 'Usage: index={index}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()': - description: Provides operations to call the count method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. get: tags: - drives.Functions - summary: Invoke function count - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.count + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.usedRange-63c8 responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -128449,34 +199958,75 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})': - description: Provides operations to call the itemAt method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()': + description: Provides operations to call the visibleView method. get: tags: - drives.Functions - summary: Invoke function itemAt - description: Retrieves a series based on its position in the collection - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartseriescollection-itemat?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.itemAt + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange.visibleView responses: 2XX: description: Success @@ -128484,7 +200034,7 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' - type: object nullable: true 4XX: @@ -128514,39 +200064,46 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - - name: index - in: path - description: 'Usage: index={index}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get format from drives - description: 'The formatting of a chart series, which includes fill and line formatting. Read-only.' - operationId: drives.items.workbook.worksheets.charts.series.itemAt.GetFormat + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.headerRowRange.GetSort parameters: - name: $select in: query @@ -128574,7 +200131,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -128583,14 +200140,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.series.itemAt.UpdateFormat + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.tables.headerRowRange.UpdateSort requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' required: true responses: 2XX: @@ -128598,7 +200155,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -128607,8 +200164,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.series.itemAt.DeleteFormat + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.tables.headerRowRange.DeleteSort parameters: - name: If-Match in: header @@ -128645,48 +200202,47 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - - name: index - in: path - description: 'Usage: index={index}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/points': - description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get points from drives - description: A collection of all points in the series. Read-only. - operationId: drives.items.workbook.worksheets.charts.series.itemAt.ListPoints + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.headerRowRange.GetWorksheet parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -128709,34 +200265,11 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.workbookChartPointCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - drives.driveItem - summary: Create new navigation property to points for drives - operationId: drives.items.workbook.worksheets.charts.series.itemAt.CreatePoints - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - required: true - responses: - 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: @@ -128764,108 +200297,64 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - - name: index - in: path - description: 'Usage: index={index}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title': - description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()': + description: Provides operations to call the range method. get: tags: - - drives.driveItem - summary: Get title from drives - description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' - operationId: drives.items.workbook.worksheets.charts.GetTitle - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property title in drives - operationId: drives.items.workbook.worksheets.charts.UpdateTitle - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' - required: true + - drives.Functions + summary: Invoke function range + description: Get the range object associated with the entire table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property title for drives - operationId: drives.items.workbook.worksheets.charts.DeleteTitle - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -128888,24 +200377,37 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChartTitle entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem summary: Get format from drives - description: 'The formatting of a chart title, which includes fill and font formatting. Read-only.' - operationId: drives.items.workbook.worksheets.charts.title.GetFormat + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.tables.range.GetFormat parameters: - name: $select in: query @@ -128933,7 +200435,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -128943,13 +200445,13 @@ paths: tags: - drives.driveItem summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.title.UpdateFormat + operationId: drives.items.workbook.worksheets.tables.range.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' required: true responses: 2XX: @@ -128957,7 +200459,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -128967,7 +200469,7 @@ paths: tags: - drives.driveItem summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.title.DeleteFormat + operationId: drives.items.workbook.worksheets.tables.range.DeleteFormat parameters: - name: If-Match in: header @@ -129004,97 +200506,143 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill': - description: Provides operations to manage the fill property of the microsoft.graph.workbookChartTitleFormat entity. + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. get: tags: - - drives.driveItem - summary: Get fill from drives - description: 'Represents the fill format of an object, which includes background formatting information. Read-only.' - operationId: drives.items.workbook.worksheets.charts.title.format.GetFill - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.boundingRect responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property fill in drives - operationId: drives.items.workbook.worksheets.charts.title.format.UpdateFill - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: + tags: + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.cell responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property fill for drives - operationId: drives.items.workbook.worksheets.charts.title.format.DeleteFill - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -129117,24 +200665,73 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear': + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear - description: Clear the fill color of a chart element. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.title.format.fill.clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true responses: '204': description: Success @@ -129165,15 +200762,25 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' @@ -129190,38 +200797,45 @@ paths: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor': - description: Provides operations to call the setSolidColor method. - post: + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})': + description: Provides operations to call the column method. + get: tags: - - drives.Actions - summary: Invoke action setSolidColor - description: Sets the fill formatting of a chart element to a uniform color. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.title.format.fill.setSolidColor - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - color: - type: string - nullable: true - required: true + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.column responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -129244,103 +200858,281 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/font': - description: Provides operations to manage the font property of the microsoft.graph.workbookChartTitleFormat entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()': + description: Provides operations to call the columnsAfter method. get: tags: - - drives.driveItem - summary: Get font from drives - description: 'Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.' - operationId: drives.items.workbook.worksheets.charts.title.format.GetFont - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.columnsAfter-43bb responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property font in drives - operationId: drives.items.workbook.worksheets.charts.title.format.UpdateFont - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: + tags: + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.columnsAfter-0669 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: tags: - - drives.driveItem - summary: Delete navigation property font for drives - operationId: drives.items.workbook.worksheets.charts.title.format.DeleteFont - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.columnsBefore-b5c5 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -129363,54 +201155,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet': - description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. get: tags: - - drives.driveItem - summary: Get worksheet from drives - description: The worksheet containing the current chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.GetWorksheet - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.columnsBefore-b7c6 responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -129433,27 +201256,80 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookChart-id + - name: workbookTable-id in: path - description: The unique identifier of workbookChart + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookChart + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add': - description: Provides operations to call the add method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete': + description: Provides operations to call the delete method. post: tags: - drives.Actions - summary: Invoke action add - description: Creates a new chart. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartcollection-add?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.add + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.delete requestBody: description: Action parameters content: @@ -129461,22 +201337,12 @@ paths: schema: type: object properties: - type: - type: string - sourceData: { } - seriesBy: + shift: type: string required: true responses: - 2XX: + '204': description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookChart' - - type: object - nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -129504,36 +201370,55 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()': - description: Provides operations to call the count method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()': + description: Provides operations to call the entireColumn method. get: tags: - drives.Functions - summary: Invoke function count - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.count + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.entireColumn responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -129561,23 +201446,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')': - description: Provides operations to call the item method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()': + description: Provides operations to call the entireRow method. get: tags: - drives.Functions - summary: Invoke function item - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.entireRow responses: 2XX: description: Success @@ -129585,7 +201492,7 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookChart' + - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: @@ -129615,65 +201522,54 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes': - description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. - get: - tags: - - drives.driveItem - summary: Get axes from drives - description: Represents chart axes. Read-only. - operationId: drives.items.workbook.worksheets.charts.item.GetAxes - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert': + description: Provides operations to call the insert method. + post: tags: - - drives.driveItem - summary: Update the navigation property axes in drives - operationId: drives.items.workbook.worksheets.charts.item.UpdateAxes + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.insert requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' + type: object + properties: + shift: + type: string required: true responses: 2XX: @@ -129681,31 +201577,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property axes for drives - operationId: drives.items.workbook.worksheets.charts.item.DeleteAxes - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -129728,100 +201608,143 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels': - description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. get: tags: - - drives.driveItem - summary: Get dataLabels from drives - description: Represents the data labels on the chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.item.GetDataLabels - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.intersection responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property dataLabels in drives - operationId: drives.items.workbook.worksheets.charts.item.UpdateDataLabels - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()': + description: Provides operations to call the lastCell method. + get: + tags: + - drives.Functions + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.lastCell responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property dataLabels for drives - operationId: drives.items.workbook.worksheets.charts.item.DeleteDataLabels - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -129844,100 +201767,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()': + description: Provides operations to call the lastColumn method. get: tags: - - drives.driveItem - summary: Get format from drives - description: Encapsulates the format properties for the chart area. Read-only. - operationId: drives.items.workbook.worksheets.charts.item.GetFormat - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.item.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' - required: true + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.lastColumn responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.item.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -129960,100 +201843,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend': - description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()': + description: Provides operations to call the lastRow method. get: tags: - - drives.driveItem - summary: Get legend from drives - description: Represents the legend for the chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.item.GetLegend - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property legend in drives - operationId: drives.items.workbook.worksheets.charts.item.UpdateLegend - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' - required: true + - drives.Functions + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.lastRow responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property legend for drives - operationId: drives.items.workbook.worksheets.charts.item.DeleteLegend - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -130076,39 +201919,64 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()': - description: Provides operations to call the image method. - get: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge': + description: Provides operations to call the merge method. + post: tags: - - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-8f13 + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true responses: - 2XX: + '204': description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: string - nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -130131,42 +201999,54 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')': - description: Provides operations to call the image method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. get: tags: - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-4f04 + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.offsetRange responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - type: string + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object nullable: true 4XX: $ref: '#/components/responses/error' @@ -130195,66 +202075,72 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true - - name: width + x-ms-docs-key-type: workbookTable + - name: rowOffset in: path - description: 'Usage: width={width}' + description: 'Usage: rowOffset={rowOffset}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - - name: height + - name: columnOffset in: path - description: 'Usage: height={height}' + description: 'Usage: columnOffset={columnOffset}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - - name: fittingMode - in: path - description: 'Usage: fittingMode=''{fittingMode}''' - required: true - schema: - type: string x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})': - description: Provides operations to call the image method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. get: tags: - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-664c + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.resizedRange responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - type: string + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object nullable: true 4XX: $ref: '#/components/responses/error' @@ -130283,25 +202169,25 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true - - name: width + x-ms-docs-key-type: workbookTable + - name: deltaRows in: path - description: 'Usage: width={width}' + description: 'Usage: deltaRows={deltaRows}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - - name: height + - name: deltaColumns in: path - description: 'Usage: height={height}' + description: 'Usage: deltaColumns={deltaColumns}' required: true schema: maximum: 2147483647 @@ -130309,34 +202195,46 @@ paths: type: integer format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})': - description: Provides operations to call the image method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})': + description: Provides operations to call the row method. get: tags: - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-9795 + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.row responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - type: string + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object nullable: true 4XX: $ref: '#/components/responses/error' @@ -130365,16 +202263,16 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true - - name: width + x-ms-docs-key-type: workbookTable + - name: row in: path - description: 'Usage: width={width}' + description: 'Usage: row={row}' required: true schema: maximum: 2147483647 @@ -130382,47 +202280,52 @@ paths: type: integer format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData': - description: Provides operations to call the setData method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()': + description: Provides operations to call the rowsAbove method. + get: tags: - - drives.Actions - summary: Invoke action setData - description: Resets the source data for the chart. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.setData - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - sourceData: { } - seriesBy: - type: string - required: true + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.rowsAbove-80e1 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -130445,45 +202348,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition': - description: Provides operations to call the setPosition method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: tags: - - drives.Actions - summary: Invoke action setPosition - description: Positions the chart relative to cells on the worksheet. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.setPosition - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - startCell: { } - endCell: { } - required: true + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.rowsAbove-d2c7 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -130506,95 +202449,95 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series': - description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()': + description: Provides operations to call the rowsBelow method. get: tags: - - drives.driveItem - summary: Get series from drives - description: Represents either a single series or collection of series in the chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.item.ListSeries - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - drives.driveItem - summary: Create new navigation property to series for drives - operationId: drives.items.workbook.worksheets.charts.item.CreateSeries - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' - required: true + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.rowsBelow-2035 responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -130617,92 +202560,181 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title': - description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. get: tags: - - drives.driveItem - summary: Get title from drives - description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' - operationId: drives.items.workbook.worksheets.charts.item.GetTitle - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property title in drives - operationId: drives.items.workbook.worksheets.charts.item.UpdateTitle - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' - required: true + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.rowsBelow-cfc7 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge': + description: Provides operations to call the unmerge method. + post: tags: - - drives.driveItem - summary: Delete navigation property title for drives - operationId: drives.items.workbook.worksheets.charts.item.DeleteTitle - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - drives.Actions + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.unmerge responses: '204': description: Success @@ -130710,7 +202742,7 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -130733,57 +202765,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet': - description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()': + description: Provides operations to call the usedRange method. get: tags: - - drives.driveItem - summary: Get worksheet from drives - description: The worksheet containing the current chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.item.GetWorksheet - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.usedRange-5ff6 responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -130806,27 +202841,68 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: name + - name: workbookTable-id in: path - description: 'Usage: name=''{name}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})': - description: Provides operations to call the itemAt method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. get: tags: - drives.Functions - summary: Invoke function itemAt - description: Gets a chart based on its position in the collection. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chartcollection-itemat?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.usedRange-63c8 responses: 2XX: description: Success @@ -130834,7 +202910,7 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookChart' + - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: @@ -130864,108 +202940,90 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes': - description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()': + description: Provides operations to call the visibleView method. get: tags: - - drives.driveItem - summary: Get axes from drives - description: Represents chart axes. Read-only. - operationId: drives.items.workbook.worksheets.charts.itemAt.GetAxes - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property axes in drives - operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateAxes - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' - required: true + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range.visibleView responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property axes for drives - operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteAxes - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -130988,26 +203046,46 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels': - description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get dataLabels from drives - description: Represents the data labels on the chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.itemAt.GetDataLabels + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.range.GetSort parameters: - name: $select in: query @@ -131035,7 +203113,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -131044,14 +203122,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property dataLabels in drives - operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateDataLabels + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.tables.range.UpdateSort requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' required: true responses: 2XX: @@ -131059,7 +203137,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -131068,8 +203146,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property dataLabels for drives - operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteDataLabels + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.tables.range.DeleteSort parameters: - name: If-Match in: header @@ -131106,26 +203184,46 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format': - description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get format from drives - description: Encapsulates the format properties for the chart area. Read-only. - operationId: drives.items.workbook.worksheets.charts.itemAt.GetFormat + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.range.GetWorksheet parameters: - name: $select in: query @@ -131153,55 +203251,144 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property format in drives - operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateFormat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters': + description: Provides operations to call the reapplyFilters method. + post: + tags: + - drives.Actions + summary: Invoke action reapplyFilters + description: Reapplies all the filters currently on the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.reapplyFilters responses: - 2XX: + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()': + description: Provides operations to call the totalRowRange method. + get: tags: - - drives.driveItem - summary: Delete navigation property format for drives - operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteFormat - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - drives.Functions + summary: Invoke function totalRowRange + description: Gets the range object associated with totals row of the table. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -131224,26 +203411,29 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend': - description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get legend from drives - description: Represents the legend for the chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.itemAt.GetLegend + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.tables.totalRowRange.GetFormat parameters: - name: $select in: query @@ -131271,7 +203461,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -131280,14 +203470,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property legend in drives - operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateLegend + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.tables.totalRowRange.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' required: true responses: 2XX: @@ -131295,7 +203485,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -131304,8 +203494,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property legend for drives - operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteLegend + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.tables.totalRowRange.DeleteFormat parameters: - name: If-Match in: header @@ -131342,35 +203532,54 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()': - description: Provides operations to call the image method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. get: tags: - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-8f13 + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.boundingRect responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - type: string + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object nullable: true 4XX: $ref: '#/components/responses/error' @@ -131399,44 +203608,61 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')': - description: Provides operations to call the image method. + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})': + description: Provides operations to call the cell method. get: tags: - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-4f04 + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.cell responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - type: string + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object nullable: true 4XX: $ref: '#/components/responses/error' @@ -131465,74 +203691,81 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - - name: width + type: string + x-ms-docs-key-type: workbookTable + - name: row in: path - description: 'Usage: width={width}' + description: 'Usage: row={row}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - - name: height + - name: column in: path - description: 'Usage: height={height}' + description: 'Usage: column={column}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - - name: fittingMode - in: path - description: 'Usage: fittingMode=''{fittingMode}''' - required: true - schema: - type: string x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})': - description: Provides operations to call the image method. - get: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear': + description: Provides operations to call the clear method. + post: tags: - - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-664c + - drives.Actions + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.clear + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyTo: + type: string + required: true responses: - 2XX: + '204': description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: string - nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -131555,62 +203788,74 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index - in: path - description: 'Usage: index={index}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - - name: width - in: path - description: 'Usage: width={width}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - - name: height + - name: workbookTable-id in: path - description: 'Usage: height={height}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})': - description: Provides operations to call the image method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})': + description: Provides operations to call the column method. get: tags: - drives.Functions - summary: Invoke function image - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-9795 + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.column responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - type: string + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object nullable: true 4XX: $ref: '#/components/responses/error' @@ -131639,18 +203884,16 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - - name: width + type: string + x-ms-docs-key-type: workbookTable + - name: column in: path - description: 'Usage: width={width}' + description: 'Usage: column={column}' required: true schema: maximum: 2147483647 @@ -131658,47 +203901,52 @@ paths: type: integer format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData': - description: Provides operations to call the setData method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: tags: - - drives.Actions - summary: Invoke action setData - description: Resets the source data for the chart. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.setData - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - sourceData: { } - seriesBy: - type: string - required: true + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.columnsAfter-43bb responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -131721,47 +203969,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition': - description: Provides operations to call the setPosition method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: tags: - - drives.Actions - summary: Invoke action setPosition - description: Positions the chart relative to cells on the worksheet. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.setPosition - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - startCell: { } - endCell: { } - required: true + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.columnsAfter-0669 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -131784,97 +204070,95 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series': - description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()': + description: Provides operations to call the columnsBefore method. get: tags: - - drives.driveItem - summary: Get series from drives - description: Represents either a single series or collection of series in the chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.itemAt.ListSeries - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - drives.driveItem - summary: Create new navigation property to series for drives - operationId: drives.items.workbook.worksheets.charts.itemAt.CreateSeries - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' - required: true + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.columnsBefore-b5c5 responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -131897,102 +204181,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title': - description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. get: tags: - - drives.driveItem - summary: Get title from drives - description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' - operationId: drives.items.workbook.worksheets.charts.itemAt.GetTitle - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property title in drives - operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateTitle - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' - required: true + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.columnsBefore-b7c6 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property title for drives - operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteTitle - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -132015,59 +204282,98 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet': - description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. - get: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete': + description: Provides operations to call the delete method. + post: tags: - - drives.driveItem - summary: Get worksheet from drives - description: The worksheet containing the current chart. Read-only. - operationId: drives.items.workbook.worksheets.charts.itemAt.GetWorksheet - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Actions + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.delete + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -132090,29 +204396,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: index + - name: workbookTable-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})': - description: Provides operations to call the cell method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()': + description: Provides operations to call the entireColumn method. get: tags: - drives.Functions - summary: Invoke function cell - description: 'Gets the range object containing the single cell based on row and column numbers. The cell can be outside the bounds of its parent range, so long as it''s stays within the worksheet grid.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/worksheet-cell?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.entireColumn responses: 2XX: description: Success @@ -132150,31 +204472,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: row - in: path - description: 'Usage: row={row}' - required: true - schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - - name: column + - name: workbookTable-id in: path - description: 'Usage: column={column}' + description: The unique identifier of workbookTable required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()': - description: Provides operations to call the range method. + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()': + description: Provides operations to call the entireRow method. get: tags: - drives.Functions - summary: Invoke function range - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range-bc5e + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.entireRow responses: 2XX: description: Success @@ -132212,29 +204548,55 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')': - description: Provides operations to call the range method. - get: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert': + description: Provides operations to call the insert method. + post: tags: - - drives.Functions - summary: Invoke function range - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range-b0fa + - drives.Actions + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true responses: 2XX: description: Success @@ -132249,7 +204611,7 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -132272,36 +204634,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: address + - name: workbookTable-id in: path - description: 'Usage: address=''{address}''' + description: The unique identifier of workbookTable required: true schema: type: string - nullable: true + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()': - description: Provides operations to call the usedRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. get: tags: - drives.Functions - summary: Invoke function usedRange - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange-5ff6 + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.intersection responses: 2XX: description: Success @@ -132339,15 +204710,52 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})': - description: Provides operations to call the usedRange method. + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()': + description: Provides operations to call the lastCell method. get: tags: - drives.Functions - summary: Invoke function usedRange - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange-63c8 + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.lastCell responses: 2XX: description: Success @@ -132385,200 +204793,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: valuesOnly - in: path - description: 'Usage: valuesOnly={valuesOnly}' - required: true - schema: - type: boolean - default: false - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names': - description: Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity. - get: - tags: - - drives.driveItem - summary: Get names from drives - description: The list of names that are associated with the worksheet. Read-only. - operationId: drives.items.workbook.worksheets.ListNames - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.workbookNamedItemCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - drives.driveItem - summary: Create new navigation property to names for drives - operationId: drives.items.workbook.worksheets.CreateNames - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - - name: workbookWorksheet-id + - name: workbookTable-id in: path - description: The unique identifier of workbookWorksheet + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookWorksheet - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}': - description: Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity. + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()': + description: Provides operations to call the lastColumn method. get: tags: - - drives.driveItem - summary: Get names from drives - description: The list of names that are associated with the worksheet. Read-only. - operationId: drives.items.workbook.worksheets.GetNames - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property names in drives - operationId: drives.items.workbook.worksheets.UpdateNames - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - required: true + - drives.Functions + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.lastColumn responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property names for drives - operationId: drives.items.workbook.worksheets.DeleteNames - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -132601,24 +204869,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookNamedItem-id + - name: workbookTable-id in: path - description: The unique identifier of workbookNamedItem + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookNamedItem - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()': - description: Provides operations to call the range method. + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()': + description: Provides operations to call the lastRow method. get: tags: - drives.Functions - summary: Invoke function range - description: Retrieve the properties and relationships of range object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.lastRow responses: 2XX: description: Success @@ -132656,70 +204945,64 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookNamedItem-id + - name: workbookTable-id in: path - description: The unique identifier of workbookNamedItem + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookNamedItem + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/worksheet': - description: Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity. - get: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge': + description: Provides operations to call the merge method. + post: tags: - - drives.driveItem - summary: Get worksheet from drives - description: Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only. - operationId: drives.items.workbook.worksheets.names.GetWorksheet - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Actions + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.merge + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + across: + type: boolean + default: false + required: true responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: drive-id in: path @@ -132742,32 +205025,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookNamedItem-id + - name: workbookTable-id in: path - description: The unique identifier of workbookNamedItem + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookNamedItem + x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/$count': - description: Provides operations to count the resources in the collection. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. get: tags: - - drives.driveItem - summary: Get the number of the resource - operationId: drives.items.workbook.worksheets.names.GetCount-b666 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - drives.Functions + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.offsetRange responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -132790,107 +205101,63 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add': - description: Provides operations to call the add method. - post: - tags: - - drives.Actions - summary: Invoke action add - description: Adds a new name to the collection of the given scope using the user's locale for the formula. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.add - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - name: - type: string - nullable: true - reference: { } - comment: - type: string - nullable: true - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: drive-id + - name: workbookTable-id in: path - description: The unique identifier of drive + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: drive - - name: driveItem-id + x-ms-docs-key-type: workbookTable + - name: rowOffset in: path - description: The unique identifier of driveItem + description: 'Usage: rowOffset={rowOffset}' required: true schema: - type: string - x-ms-docs-key-type: driveItem - - name: workbookWorksheet-id + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset in: path - description: The unique identifier of workbookWorksheet + description: 'Usage: columnOffset={columnOffset}' required: true schema: - type: string - x-ms-docs-key-type: workbookWorksheet + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/addFormulaLocal': - description: Provides operations to call the addFormulaLocal method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. + get: tags: - - drives.Actions - summary: Invoke action addFormulaLocal - description: Adds a new name to the collection of the given scope using the user's locale for the formula. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.addFormulaLocal - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - name: - type: string - nullable: true - formula: - type: string - nullable: true - comment: - type: string - nullable: true - required: true + - drives.Functions + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.resizedRange responses: 2XX: description: Success @@ -132898,14 +205165,14 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -132928,87 +205195,78 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/addFormulaLocal' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables': - description: Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity. - get: - tags: - - drives.driveItem - summary: Get pivotTables from drives - description: The list of piot tables that are part of the worksheet. - operationId: drives.items.workbook.worksheets.ListPivotTables - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.workbookPivotTableCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - drives.driveItem - summary: Create new navigation property to pivotTables for drives - operationId: drives.items.workbook.worksheets.CreatePivotTables - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})': + description: Provides operations to call the row method. + get: + tags: + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.row responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -133031,90 +205289,69 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}': - description: Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity. + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()': + description: Provides operations to call the rowsAbove method. get: tags: - - drives.driveItem - summary: Get pivotTables from drives - description: The list of piot tables that are part of the worksheet. - operationId: drives.items.workbook.worksheets.GetPivotTables - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property pivotTables in drives - operationId: drives.items.workbook.worksheets.UpdatePivotTables - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - required: true + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.rowsAbove-80e1 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property pivotTables for drives - operationId: drives.items.workbook.worksheets.DeletePivotTables - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -133137,32 +205374,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookPivotTable-id + - name: workbookTable-id in: path - description: The unique identifier of workbookPivotTable + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookPivotTable - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}/refresh': - description: Provides operations to call the refresh method. - post: + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. + get: tags: - - drives.Actions - summary: Invoke action refresh - description: Refreshes the PivotTable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/workbookpivottable-refresh?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.pivotTables.workbookPivotTable.refresh + - drives.Functions + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.rowsAbove-d2c7 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -133185,54 +205475,95 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookPivotTable-id + - name: workbookTable-id in: path - description: The unique identifier of workbookPivotTable + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookPivotTable - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet': - description: Provides operations to manage the worksheet property of the microsoft.graph.workbookPivotTable entity. + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()': + description: Provides operations to call the rowsBelow method. get: tags: - - drives.driveItem - summary: Get worksheet from drives - description: The worksheet that contains the current pivot table. Read-only. - operationId: drives.items.workbook.worksheets.pivotTables.GetWorksheet - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.rowsBelow-2035 responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -133255,30 +205586,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - - name: workbookPivotTable-id + - name: workbookTable-id in: path - description: The unique identifier of workbookPivotTable + description: The unique identifier of workbookTable required: true schema: type: string - x-ms-docs-key-type: workbookPivotTable - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/$count': - description: Provides operations to count the resources in the collection. + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. get: tags: - - drives.driveItem - summary: Get the number of the resource - operationId: drives.items.workbook.worksheets.pivotTables.GetCount-d7ec - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - drives.Functions + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.rowsBelow-cfc7 responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -133301,17 +205687,80 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/refreshAll': - description: Provides operations to call the refreshAll method. + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge': + description: Provides operations to call the unmerge method. post: tags: - drives.Actions - summary: Invoke action refreshAll - description: Refreshes the PivotTable within a given worksheet. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/workbookpivottable-refreshall?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.pivotTables.refreshAll + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.unmerge responses: '204': description: Success @@ -133342,90 +205791,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection': - description: Provides operations to manage the protection property of the microsoft.graph.workbookWorksheet entity. + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()': + description: Provides operations to call the usedRange method. get: tags: - - drives.driveItem - summary: Get protection from drives - description: The sheet protection object for a worksheet. Read-only. - operationId: drives.items.workbook.worksheets.GetProtection - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property protection in drives - operationId: drives.items.workbook.worksheets.UpdateProtection - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' - required: true + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.usedRange-5ff6 responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property protection for drives - operationId: drives.items.workbook.worksheets.DeleteProtection - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -133448,38 +205867,83 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection/protect': - description: Provides operations to call the protect method. - post: - tags: - - drives.Actions - summary: Invoke action protect - description: Protect a worksheet. It throws if the worksheet has been protected. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/worksheetprotection-protect?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.protection.protect - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - options: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' - - type: object - nullable: true + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. + get: + tags: + - drives.Functions + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.usedRange-63c8 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -133502,25 +205966,90 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection/unprotect': - description: Provides operations to call the unprotect method. - post: + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: valuesOnly + in: path + description: 'Usage: valuesOnly={valuesOnly}' + required: true + schema: + type: boolean + default: false + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()': + description: Provides operations to call the visibleView method. + get: tags: - - drives.Actions - summary: Invoke action unprotect - description: Unprotect a worksheet - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/worksheetprotection-unprotect?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.protection.unprotect + - drives.Functions + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange.visibleView responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -133543,30 +206072,47 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables': - description: Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity. + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get tables from drives - description: The list of tables that are part of the worksheet. Read-only. - operationId: drives.items.workbook.worksheets.ListTables + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.totalRowRange.GetSort parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -133589,34 +206135,54 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.workbookTableCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - drives.driveItem - summary: Create new navigation property to tables for drives - operationId: drives.items.workbook.worksheets.CreateTables + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.tables.totalRowRange.UpdateSort requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTable' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTable' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.tables.totalRowRange.DeleteSort + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: @@ -133644,14 +206210,46 @@ paths: schema: type: string x-ms-docs-key-type: workbookWorksheet - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}': - description: Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity. + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get tables from drives - description: The list of tables that are part of the worksheet. Read-only. - operationId: drives.items.workbook.worksheets.GetTables + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.totalRowRange.GetWorksheet parameters: - name: $select in: query @@ -133679,50 +206277,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTable' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property tables in drives - operationId: drives.items.workbook.worksheets.UpdateTables - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookTable' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookTable' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property tables for drives - operationId: drives.items.workbook.worksheets.DeleteTables - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: @@ -133757,14 +206312,39 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns': - description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows': + description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem - summary: Get columns from drives - description: The list of all the columns in the table. Read-only. - operationId: drives.items.workbook.worksheets.tables.ListColumns + summary: Get rows from drives + description: The list of all the rows in the table. Read-only. + operationId: drives.items.workbook.worksheets.tables.ListRows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -133803,7 +206383,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' + $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -133815,14 +206395,14 @@ paths: post: tags: - drives.driveItem - summary: Create new navigation property to columns for drives - operationId: drives.items.workbook.worksheets.tables.CreateColumns + summary: Create new navigation property to rows for drives + operationId: drives.items.workbook.worksheets.tables.CreateRows requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: @@ -133830,7 +206410,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: @@ -133866,17 +206446,17 @@ paths: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}': - description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}': + description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem - summary: Get columns from drives - description: The list of all the columns in the table. Read-only. - operationId: drives.items.workbook.worksheets.tables.GetColumns + summary: Get rows from drives + description: The list of all the rows in the table. Read-only. + operationId: drives.items.workbook.worksheets.tables.GetRows parameters: - name: $select in: query @@ -133904,7 +206484,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: @@ -133913,14 +206493,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property columns in drives - operationId: drives.items.workbook.worksheets.tables.UpdateColumns + summary: Update the navigation property rows in drives + operationId: drives.items.workbook.worksheets.tables.UpdateRows requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: @@ -133928,7 +206508,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: @@ -133937,8 +206517,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property columns for drives - operationId: drives.items.workbook.worksheets.tables.DeleteColumns + summary: Delete navigation property rows for drives + operationId: drives.items.workbook.worksheets.tables.DeleteRows parameters: - name: If-Match in: header @@ -133982,23 +206562,97 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter': - description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()': + description: Provides operations to call the range method. + get: + tags: + - drives.Functions + summary: Invoke function range + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + schema: + type: string + x-ms-docs-key-type: driveItem + - name: workbookWorksheet-id + in: path + description: The unique identifier of workbookWorksheet + required: true + schema: + type: string + x-ms-docs-key-type: workbookWorksheet + - name: workbookTable-id + in: path + description: The unique identifier of workbookTable + required: true + schema: + type: string + x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format': + description: Provides operations to manage the format property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get filter from drives - description: The filter applied to the column. Read-only. - operationId: drives.items.workbook.worksheets.tables.columns.GetFilter + summary: Get format from drives + description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' + operationId: drives.items.workbook.worksheets.tables.rows.range.GetFormat parameters: - name: $select in: query @@ -134026,7 +206680,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookFilter' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -134035,14 +206689,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property filter in drives - operationId: drives.items.workbook.worksheets.tables.columns.UpdateFilter + summary: Update the navigation property format in drives + operationId: drives.items.workbook.worksheets.tables.rows.range.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookFilter' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' required: true responses: 2XX: @@ -134050,7 +206704,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookFilter' + $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' 4XX: $ref: '#/components/responses/error' 5XX: @@ -134059,8 +206713,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property filter for drives - operationId: drives.items.workbook.worksheets.tables.columns.DeleteFilter + summary: Delete navigation property format for drives + operationId: drives.items.workbook.worksheets.tables.rows.range.DeleteFormat parameters: - name: If-Match in: header @@ -134104,49 +206758,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply': - description: Provides operations to call the apply method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/format' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/format' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')': + description: Provides operations to call the boundingRect method. + get: tags: - - drives.Actions - summary: Invoke action apply - description: Apply the given filter criteria on the given column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.apply - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - criteria: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookFilterCriteria' - - type: object - nullable: true - required: true + - drives.Functions + summary: Invoke function boundingRect + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.boundingRect responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -134176,45 +206841,67 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter': - description: Provides operations to call the applyBottomItemsFilter method. - post: + x-ms-docs-key-type: workbookTableRow + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/boundingRect(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/boundingRect(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})': + description: Provides operations to call the cell method. + get: tags: - - drives.Actions - summary: Invoke action applyBottomItemsFilter - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomItemsFilter - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - count: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - required: true + - drives.Functions + summary: Invoke function cell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.cell responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -134244,22 +206931,63 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow + - name: row + in: path + description: 'Usage: row={row}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter': - description: Provides operations to call the applyBottomPercentFilter method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/cell(row={row},column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/cell(row={row},column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear': + description: Provides operations to call the clear method. post: tags: - drives.Actions - summary: Invoke action applyBottomPercentFilter - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomPercentFilter + summary: Invoke action clear + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.clear requestBody: description: Action parameters content: @@ -134267,11 +206995,8 @@ paths: schema: type: object properties: - percent: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + applyTo: + type: string required: true responses: '204': @@ -134310,41 +207035,80 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter': - description: Provides operations to call the applyCellColorFilter method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})': + description: Provides operations to call the column method. + get: tags: - - drives.Actions - summary: Invoke action applyCellColorFilter - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyCellColorFilter - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - color: - type: string - nullable: true - required: true + - drives.Functions + summary: Invoke function column + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.column responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -134374,46 +207138,69 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow + - name: column + in: path + description: 'Usage: column={column}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter': - description: Provides operations to call the applyCustomFilter method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/column(column={column1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/column(column={column})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/column(column={column})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()': + description: Provides operations to call the columnsAfter method. + get: tags: - - drives.Actions - summary: Invoke action applyCustomFilter - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyCustomFilter - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - criteria1: - type: string - nullable: true - criteria2: - type: string - nullable: true - oper: - type: string - required: true + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.columnsAfter-43bb responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -134443,40 +207230,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter': - description: Provides operations to call the applyDynamicFilter method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})': + description: Provides operations to call the columnsAfter method. + get: tags: - - drives.Actions - summary: Invoke action applyDynamicFilter - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyDynamicFilter - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - criteria: - type: string - required: true + - drives.Functions + summary: Invoke function columnsAfter + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.columnsAfter-0669 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -134506,41 +207338,95 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter': - description: Provides operations to call the applyFontColorFilter method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsAfter(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsAfter()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()': + description: Provides operations to call the columnsBefore method. + get: tags: - - drives.Actions - summary: Invoke action applyFontColorFilter - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyFontColorFilter - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - color: - type: string - nullable: true - required: true + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.columnsBefore-b5c5 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -134570,43 +207456,85 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter': - description: Provides operations to call the applyIconFilter method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})': + description: Provides operations to call the columnsBefore method. + get: tags: - - drives.Actions - summary: Invoke action applyIconFilter - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyIconFilter - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - icon: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookIcon' - - type: object - nullable: true - required: true + - drives.Functions + summary: Invoke function columnsBefore + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.columnsBefore-b7c6 responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -134636,22 +207564,80 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow + - name: count + in: path + description: 'Usage: count={count}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter': - description: Provides operations to call the applyTopItemsFilter method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/columnsBefore(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/columnsBefore()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete': + description: Provides operations to call the delete method. post: tags: - drives.Actions - summary: Invoke action applyTopItemsFilter - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyTopItemsFilter + summary: Invoke action delete + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.delete requestBody: description: Action parameters content: @@ -134659,11 +207645,8 @@ paths: schema: type: object properties: - count: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + shift: + type: string required: true responses: '204': @@ -134702,43 +207685,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter': - description: Provides operations to call the applyTopPercentFilter method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/delete' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/delete' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()': + description: Provides operations to call the entireColumn method. + get: tags: - - drives.Actions - summary: Invoke action applyTopPercentFilter - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyTopPercentFilter - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - percent: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - required: true + - drives.Functions + summary: Invoke function entireColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.entireColumn responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -134768,39 +207768,60 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter': - description: Provides operations to call the applyValuesFilter method. - post: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()': + description: Provides operations to call the entireRow method. + get: tags: - - drives.Actions - summary: Invoke action applyValuesFilter - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyValuesFilter - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - values: { } - required: true + - drives.Functions + summary: Invoke function entireRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.entireRow responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -134830,29 +207851,65 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear': - description: Provides operations to call the clear method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/entireRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/entireRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert': + description: Provides operations to call the insert method. post: tags: - drives.Actions - summary: Invoke action clear - description: Clear the filter on the given column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.clear + summary: Invoke action insert + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.insert + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shift: + type: string + required: true responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -134887,44 +207944,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()': - description: Provides operations to call the dataBodyRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/insert' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/insert' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')': + description: Provides operations to call the intersection method. get: tags: - drives.Functions - summary: Invoke function dataBodyRange - description: Gets the range object associated with the data body of the column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange + summary: Invoke function intersection + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.intersection responses: 2XX: description: Success @@ -134969,32 +208027,52 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()': - description: Provides operations to call the headerRowRange method. + x-ms-docs-key-type: workbookTableRow + - name: anotherRange + in: path + description: 'Usage: anotherRange=''{anotherRange}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/intersection(anotherRange=''{anotherRange}'')' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/intersection(anotherRange=''{anotherRange}'')' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()': + description: Provides operations to call the lastCell method. get: tags: - drives.Functions - summary: Invoke function headerRowRange - description: Gets the range object associated with the header row of the column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange + summary: Invoke function lastCell + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.lastCell responses: 2XX: description: Success @@ -135039,32 +208117,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()': - description: Provides operations to call the range method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastCell()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastCell()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()': + description: Provides operations to call the lastColumn method. get: tags: - drives.Functions - summary: Invoke function range - description: Gets the range object associated with the entire column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range + summary: Invoke function lastColumn + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.lastColumn responses: 2XX: description: Success @@ -135109,40 +208200,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()': - description: Provides operations to call the totalRowRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastColumn()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastColumn()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()': + description: Provides operations to call the lastRow method. get: tags: - drives.Functions - summary: Invoke function totalRowRange - description: Gets the range object associated with the totals row of the column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange + summary: Invoke function lastRow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.lastRow responses: 2XX: description: Success @@ -135187,32 +208283,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: workbookTableColumn-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTableColumn + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTableColumn + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add': - description: Provides operations to call the add method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/lastRow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/lastRow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge': + description: Provides operations to call the merge method. post: tags: - drives.Actions - summary: Invoke action add - description: Adds a new column to the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.add + summary: Invoke action merge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.merge requestBody: description: Action parameters content: @@ -135220,27 +208329,13 @@ paths: schema: type: object properties: - index: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 - nullable: true - values: { } - name: - type: string - nullable: true + across: + type: boolean + default: false required: true responses: - 2XX: + '204': description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - - type: object - nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -135275,36 +208370,55 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()': - description: Provides operations to call the count method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/merge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/merge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})': + description: Provides operations to call the offsetRange method. get: tags: - drives.Functions - summary: Invoke function count - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.count + summary: Invoke function offsetRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.offsetRange responses: 2XX: description: Success content: application/json: schema: - type: object - properties: - value: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: @@ -135339,27 +208453,63 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable + - name: workbookTableRow-id + in: path + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: rowOffset + in: path + description: 'Usage: rowOffset={rowOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: columnOffset + in: path + description: 'Usage: columnOffset={columnOffset}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})': - description: Provides operations to call the itemAt method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})': + description: Provides operations to call the resizedRange method. get: tags: - drives.Functions - summary: Invoke function itemAt - description: Gets a column based on its position in the collection. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumncollection-itemat?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt + summary: Invoke function resizedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.resizedRange responses: 2XX: description: Success @@ -135367,7 +208517,7 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: @@ -135404,9 +208554,25 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableRow-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: deltaRows + in: path + description: 'Usage: deltaRows={deltaRows}' + required: true + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + - name: deltaColumns + in: path + description: 'Usage: deltaColumns={deltaColumns}' required: true schema: maximum: 2147483647 @@ -135414,98 +208580,52 @@ paths: type: integer format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter': - description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})': + description: Provides operations to call the row method. get: tags: - - drives.driveItem - summary: Get filter from drives - description: The filter applied to the column. Read-only. - operationId: drives.items.workbook.worksheets.tables.columns.itemAt.GetFilter - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookFilter' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - drives.driveItem - summary: Update the navigation property filter in drives - operationId: drives.items.workbook.worksheets.tables.columns.itemAt.UpdateFilter - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookFilter' - required: true + - drives.Functions + summary: Invoke function row + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.row responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookFilter' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - drives.driveItem - summary: Delete navigation property filter for drives - operationId: drives.items.workbook.worksheets.tables.columns.itemAt.DeleteFilter - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: drive-id in: path @@ -135535,9 +208655,16 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableRow-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: row + in: path + description: 'Usage: row={row}' required: true schema: maximum: 2147483647 @@ -135545,20 +208672,37 @@ paths: type: integer format: int32 x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()': - description: Provides operations to call the dataBodyRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/row(row={row1})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/row(row={row})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/row(row={row})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()': + description: Provides operations to call the rowsAbove method. get: tags: - drives.Functions - summary: Invoke function dataBodyRange - description: Gets the range object associated with the data body of the column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.dataBodyRange + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.rowsAbove-80e1 responses: 2XX: description: Success @@ -135603,34 +208747,70 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableRow-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableRow required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()': - description: Provides operations to call the headerRowRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})': + description: Provides operations to call the rowsAbove method. get: tags: - drives.Functions - summary: Invoke function headerRowRange - description: Gets the range object associated with the header row of the column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.headerRowRange + summary: Invoke function rowsAbove + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.rowsAbove-d2c7 responses: 2XX: description: Success @@ -135675,34 +208855,80 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableRow-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: count + in: path + description: 'Usage: count={count}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()': - description: Provides operations to call the range method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsAbove(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsAbove()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()': + description: Provides operations to call the rowsBelow method. get: tags: - drives.Functions - summary: Invoke function range - description: Gets the range object associated with the entire column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.range + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.rowsBelow-2035 responses: 2XX: description: Success @@ -135747,42 +208973,70 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableRow-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableRow required: true schema: - maximum: 2147483647 - minimum: -2147483648 - type: integer - format: int32 + type: string + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()': - description: Provides operations to call the totalRowRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})': + description: Provides operations to call the rowsBelow method. get: tags: - drives.Functions - summary: Invoke function totalRowRange - description: Gets the range object associated with the totals row of the column. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.totalRowRange + summary: Invoke function rowsBelow + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.rowsBelow-cfc7 responses: 2XX: description: Success @@ -135827,34 +209081,80 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - - name: index + - name: workbookTableRow-id in: path - description: 'Usage: index={index}' + description: The unique identifier of workbookTableRow + required: true + schema: + type: string + x-ms-docs-key-type: workbookTableRow + - name: count + in: path + description: 'Usage: count={count}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 + nullable: true x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters': - description: Provides operations to call the clearFilters method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/rowsBelow(count={count})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/rowsBelow()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge': + description: Provides operations to call the unmerge method. post: tags: - drives.Actions - summary: Invoke action clearFilters - description: Clears all the filters currently applied on the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.clearFilters + summary: Invoke action unmerge + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.unmerge responses: '204': description: Success @@ -135892,80 +209192,45 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange': - description: Provides operations to call the convertToRange method. - post: - tags: - - drives.Actions - summary: Invoke action convertToRange - description: Converts the table into a normal range of cells. All data is preserved. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.convertToRange - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookRange' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - - name: workbookWorksheet-id - in: path - description: The unique identifier of workbookWorksheet - required: true - schema: - type: string - x-ms-docs-key-type: workbookWorksheet - - name: workbookTable-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTable + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTable + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()': - description: Provides operations to call the dataBodyRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/unmerge' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/unmerge' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()': + description: Provides operations to call the usedRange method. get: tags: - drives.Functions - summary: Invoke function dataBodyRange - description: Gets the range object associated with the data body of the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.usedRange-5ff6 responses: 2XX: description: Success @@ -136010,88 +209275,68 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()': - description: Provides operations to call the headerRowRange method. - get: - tags: - - drives.Functions - summary: Invoke function headerRowRange - description: Gets the range object associated with header row of the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookRange' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - - name: workbookWorksheet-id - in: path - description: The unique identifier of workbookWorksheet - required: true - schema: - type: string - x-ms-docs-key-type: workbookWorksheet - - name: workbookTable-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTable + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTable + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()': - description: Provides operations to call the range method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})': + description: Provides operations to call the usedRange method. get: tags: - drives.Functions - summary: Invoke function range - description: Get the range object associated with the entire table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range + summary: Invoke function usedRange + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.usedRange-63c8 responses: 2XX: description: Success @@ -136136,85 +209381,75 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters': - description: Provides operations to call the reapplyFilters method. - post: - tags: - - drives.Actions - summary: Invoke action reapplyFilters - description: Reapplies all the filters currently on the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.reapplyFilters - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - - name: workbookWorksheet-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookWorksheet + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookWorksheet - - name: workbookTable-id + x-ms-docs-key-type: workbookTableRow + - name: valuesOnly in: path - description: The unique identifier of workbookTable + description: 'Usage: valuesOnly={valuesOnly}' required: true schema: - type: string - x-ms-docs-key-type: workbookTable + type: boolean + default: false x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()': - description: Provides operations to call the totalRowRange method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/usedRange(valuesOnly={valuesOnly})' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/usedRange()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()': + description: Provides operations to call the visibleView method. get: tags: - drives.Functions - summary: Invoke function totalRowRange - description: Gets the range object associated with totals row of the table. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange + summary: Invoke function visibleView + operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range.visibleView responses: 2XX: description: Success @@ -136222,7 +209457,7 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookRange' + - $ref: '#/components/schemas/microsoft.graph.workbookRangeView' - type: object nullable: true 4XX: @@ -136259,134 +209494,46 @@ paths: schema: type: string x-ms-docs-key-type: workbookTable - x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows': - description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. - get: - tags: - - drives.driveItem - summary: Get rows from drives - description: The list of all the rows in the table. Read-only. - operationId: drives.items.workbook.worksheets.tables.ListRows - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - drives.driveItem - summary: Create new navigation property to rows for drives - operationId: drives.items.workbook.worksheets.tables.CreateRows - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true - schema: - type: string - x-ms-docs-key-type: drive - - name: driveItem-id - in: path - description: The unique identifier of driveItem - required: true - schema: - type: string - x-ms-docs-key-type: driveItem - - name: workbookWorksheet-id - in: path - description: The unique identifier of workbookWorksheet - required: true - schema: - type: string - x-ms-docs-key-type: workbookWorksheet - - name: workbookTable-id + - name: workbookTableRow-id in: path - description: The unique identifier of workbookTable + description: The unique identifier of workbookTableRow required: true schema: type: string - x-ms-docs-key-type: workbookTable + x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}': - description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/visibleView()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/visibleView()' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort': + description: Provides operations to manage the sort property of the microsoft.graph.workbookRange entity. get: tags: - drives.driveItem - summary: Get rows from drives - description: The list of all the rows in the table. Read-only. - operationId: drives.items.workbook.worksheets.tables.GetRows + summary: Get sort from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.rows.range.GetSort parameters: - name: $select in: query @@ -136414,7 +209561,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -136423,14 +209570,14 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property rows in drives - operationId: drives.items.workbook.worksheets.tables.UpdateRows + summary: Update the navigation property sort in drives + operationId: drives.items.workbook.worksheets.tables.rows.range.UpdateSort requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' required: true responses: 2XX: @@ -136438,7 +209585,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' 4XX: $ref: '#/components/responses/error' 5XX: @@ -136447,8 +209594,8 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property rows for drives - operationId: drives.items.workbook.worksheets.tables.DeleteRows + summary: Delete navigation property sort for drives + operationId: drives.items.workbook.worksheets.tables.rows.range.DeleteSort parameters: - name: If-Match in: header @@ -136500,29 +209647,71 @@ paths: type: string x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()': - description: Provides operations to call the range method. + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/sort' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/sort' + '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet': + description: Provides operations to manage the worksheet property of the microsoft.graph.workbookRange entity. get: tags: - - drives.Functions - summary: Invoke function range - operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range + - drives.driveItem + summary: Get worksheet from drives + description: The worksheet containing the current range. Read-only. + operationId: drives.items.workbook.worksheets.tables.rows.range.GetWorksheet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.workbookRange' - - type: object - nullable: true + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function + x-ms-docs-operation-type: operation parameters: - name: drive-id in: path @@ -136560,21 +209749,30 @@ paths: type: string x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/worksheet' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/worksheet' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add': description: Provides operations to call the add method. post: @@ -137103,7 +210301,17 @@ paths: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: + - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' @@ -137121,7 +210329,22 @@ paths: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()/clear' + - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/reapply': description: Provides operations to call the reapply method. post: @@ -157082,164 +230305,961 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: educationUser-id + in: path + description: The unique identifier of educationUser + required: true + schema: + type: string + x-ms-docs-key-type: educationUser + x-ms-docs-grouped-path: + - /education/me/user + '/education/users/{educationUser-id}/user/mailboxSettings': + get: + tags: + - education.educationUser + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: education.users.user.GetMailboxSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + patch: + tags: + - education.educationUser + summary: Update property mailboxSettings value. + operationId: education.users.user.UpdateMailboxSettings + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: educationUser-id + in: path + description: The unique identifier of educationUser + required: true + schema: + type: string + x-ms-docs-key-type: educationUser + '/education/users/{educationUser-id}/user/serviceProvisioningErrors': + get: + tags: + - education.educationUser + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: education.users.user.ListServiceProvisioningErrors + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: educationUser-id + in: path + description: The unique identifier of educationUser + required: true + schema: + type: string + x-ms-docs-key-type: educationUser + '/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - education.educationUser + summary: Get the number of the resource + operationId: education.users.user.ServiceProvisioningErrors.GetCount-9dc6 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: educationUser-id + in: path + description: The unique identifier of educationUser + required: true + schema: + type: string + x-ms-docs-key-type: educationUser + /education/users/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - education.educationUser + summary: Get the number of the resource + operationId: education.users.GetCount-6be9 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /education/users/delta(): + description: Provides operations to call the delta method. + get: + tags: + - education.Functions + summary: Invoke function delta + description: Get newly created or updated educationUser without having to perform a full read of the entire collection. See Use delta query for details. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0 + operationId: education.users.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of educationUser + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.educationUser' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/education/classes/{educationClass-id}/assignmentCategories/delta()' + - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()' + - '/education/classes/{educationClass-id}/assignments/delta()' + - /education/classes/delta() + - '/education/me/assignments/{educationAssignment-id}/categories/delta()' + - /education/me/assignments/delta() + - /education/schools/delta() + - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()' + - '/education/users/{educationUser-id}/assignments/delta()' + /employeeExperience: + description: Provides operations to manage the employeeExperience singleton. + get: + tags: + - employeeExperience.employeeExperience + summary: Get employeeExperience + operationId: employeeExperience.employeeExperience.GetEmployeeExperience + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.employeeExperience' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - employeeExperience.employeeExperience + summary: Update employeeExperience + operationId: employeeExperience.employeeExperience.UpdateEmployeeExperience + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.employeeExperience' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.employeeExperience' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /employeeExperience/communities: + description: Provides operations to manage the communities property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.community + summary: List communities + description: Get a list of the Viva Engage community objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/employeeexperience-list-communities?view=graph-rest-1.0 + operationId: employeeExperience.ListCommunities + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.communityCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - employeeExperience.community + summary: Create community + description: Create a new community in Viva Engage. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/employeeexperience-post-communities?view=graph-rest-1.0 + operationId: employeeExperience.CreateCommunities + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}': + description: Provides operations to manage the communities property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.community + summary: Get community + description: Read the properties and relationships of a community object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-get?view=graph-rest-1.0 + operationId: employeeExperience.GetCommunities + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - employeeExperience.community + summary: Update community + description: Update the properties of an existing Viva Engage community. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-update?view=graph-rest-1.0 + operationId: employeeExperience.UpdateCommunities + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - employeeExperience.community + summary: Delete community + description: 'Delete a Viva Engage community along with all associated Microsoft 365 content, including the connected Microsoft 365 group, OneNote notebook, and Planner plans. For more information, see What happens if I delete a Viva Engage community connected to Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-delete?view=graph-rest-1.0 + operationId: employeeExperience.DeleteCommunities + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + '/employeeExperience/communities/{community-id}/group': + description: Provides operations to manage the group property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get group from employeeExperience + description: The Microsoft 365 group that manages the membership of this community. + operationId: employeeExperience.communities.GetGroup + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.group' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + '/employeeExperience/communities/{community-id}/group/serviceProvisioningErrors': + get: + tags: + - employeeExperience.community + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: employeeExperience.communities.group.ListServiceProvisioningErrors + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + '/employeeExperience/communities/{community-id}/group/serviceProvisioningErrors/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.group.ServiceProvisioningErrors.GetCount-d8ef + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + '/employeeExperience/communities/{community-id}/owners': + description: Provides operations to manage the owners property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get owners from employeeExperience + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + operationId: employeeExperience.communities.ListOwners + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.userCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + '/employeeExperience/communities/{community-id}/owners/{user-id}': + description: Provides operations to manage the owners property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get owners from employeeExperience + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + operationId: employeeExperience.communities.GetOwners + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/employeeExperience/communities/{community-id}/owners/{user-id}/mailboxSettings': + get: + tags: + - employeeExperience.community + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: employeeExperience.communities.owners.GetMailboxSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + patch: + tags: + - employeeExperience.community + summary: Update property mailboxSettings value. + operationId: employeeExperience.communities.owners.UpdateMailboxSettings + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/employeeExperience/communities/{community-id}/owners/{user-id}/serviceProvisioningErrors': + get: + tags: + - employeeExperience.community + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: employeeExperience.communities.owners.ListServiceProvisioningErrors + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore parameters: - - name: educationUser-id + - name: community-id in: path - description: The unique identifier of educationUser + description: The unique identifier of community required: true schema: type: string - x-ms-docs-key-type: educationUser - x-ms-docs-grouped-path: - - /education/me/user - '/education/users/{educationUser-id}/user/mailboxSettings': - get: - tags: - - education.educationUser - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: education.users.user.GetMailboxSettings - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - patch: - tags: - - education.educationUser - summary: Update property mailboxSettings value. - operationId: education.users.user.UpdateMailboxSettings - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: educationUser-id + x-ms-docs-key-type: community + - name: user-id in: path - description: The unique identifier of educationUser + description: The unique identifier of user required: true schema: type: string - x-ms-docs-key-type: educationUser - '/education/users/{educationUser-id}/user/serviceProvisioningErrors': + x-ms-docs-key-type: user + '/employeeExperience/communities/{community-id}/owners/{user-id}/serviceProvisioningErrors/$count': + description: Provides operations to count the resources in the collection. get: tags: - - education.educationUser - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: education.users.user.ListServiceProvisioningErrors + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.owners.ServiceProvisioningErrors.GetCount-6b17 parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore parameters: - - name: educationUser-id + - name: community-id in: path - description: The unique identifier of educationUser + description: The unique identifier of community required: true schema: type: string - x-ms-docs-key-type: educationUser - '/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count': + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + '/employeeExperience/communities/{community-id}/owners/$count': description: Provides operations to count the resources in the collection. get: tags: - - education.educationUser + - employeeExperience.community summary: Get the number of the resource - operationId: education.users.user.ServiceProvisioningErrors.GetCount-9dc6 + operationId: employeeExperience.communities.owners.GetCount-1d4e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -157251,20 +231271,20 @@ paths: 5XX: $ref: '#/components/responses/error' parameters: - - name: educationUser-id + - name: community-id in: path - description: The unique identifier of educationUser + description: The unique identifier of community required: true schema: type: string - x-ms-docs-key-type: educationUser - /education/users/$count: + x-ms-docs-key-type: community + /employeeExperience/communities/$count: description: Provides operations to count the resources in the collection. get: tags: - - education.educationUser + - employeeExperience.community summary: Get the number of the resource - operationId: education.users.GetCount-6be9 + operationId: employeeExperience.communities.GetCount-6b75 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -157275,26 +231295,23 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - /education/users/delta(): - description: Provides operations to call the delta method. + /employeeExperience/engagementAsyncOperations: + description: Provides operations to manage the engagementAsyncOperations property of the microsoft.graph.employeeExperience entity. get: tags: - - education.Functions - summary: Invoke function delta - description: Get newly created or updated educationUser without having to perform a full read of the entire collection. See Use delta query for details. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0 - operationId: education.users.delta + - employeeExperience.engagementAsyncOperation + summary: Get engagementAsyncOperation + description: Get an engagementAsyncOperation to track a long-running operation request. + operationId: employeeExperience.ListEngagementAsyncOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -157302,9 +231319,9 @@ paths: type: array items: type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -157324,45 +231341,50 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of educationUser - type: object - allOf: - - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.educationUser' + $ref: '#/components/responses/microsoft.graph.engagementAsyncOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-grouped-path: - - '/education/classes/{educationClass-id}/assignmentCategories/delta()' - - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()' - - '/education/classes/{educationClass-id}/assignments/delta()' - - /education/classes/delta() - - '/education/me/assignments/{educationAssignment-id}/categories/delta()' - - /education/me/assignments/delta() - - /education/schools/delta() - - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()' - - '/education/users/{educationUser-id}/assignments/delta()' - /employeeExperience: - description: Provides operations to manage the employeeExperience singleton. + x-ms-docs-operation-type: operation + post: + tags: + - employeeExperience.engagementAsyncOperation + summary: Create new navigation property to engagementAsyncOperations for employeeExperience + operationId: employeeExperience.CreateEngagementAsyncOperations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/engagementAsyncOperations/{engagementAsyncOperation-id}': + description: Provides operations to manage the engagementAsyncOperations property of the microsoft.graph.employeeExperience entity. get: tags: - - employeeExperience.employeeExperience - summary: Get employeeExperience - operationId: employeeExperience.employeeExperience.GetEmployeeExperience + - employeeExperience.engagementAsyncOperation + summary: Get engagementAsyncOperation + description: Get an engagementAsyncOperation to track a long-running operation request. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/engagementasyncoperation-get?view=graph-rest-1.0 + operationId: employeeExperience.GetEngagementAsyncOperations parameters: - name: $select in: query @@ -157374,13 +231396,23 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Retrieved entity + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.employeeExperience' + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -157388,15 +231420,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - employeeExperience.employeeExperience - summary: Update employeeExperience - operationId: employeeExperience.employeeExperience.UpdateEmployeeExperience + - employeeExperience.engagementAsyncOperation + summary: Update the navigation property engagementAsyncOperations in employeeExperience + operationId: employeeExperience.UpdateEngagementAsyncOperations requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.employeeExperience' + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' required: true responses: 2XX: @@ -157404,12 +231436,56 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.employeeExperience' + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - employeeExperience.engagementAsyncOperation + summary: Delete navigation property engagementAsyncOperations for employeeExperience + operationId: employeeExperience.DeleteEngagementAsyncOperations + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: engagementAsyncOperation-id + in: path + description: The unique identifier of engagementAsyncOperation + required: true + schema: + type: string + x-ms-docs-key-type: engagementAsyncOperation + /employeeExperience/engagementAsyncOperations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.engagementAsyncOperation + summary: Get the number of the resource + operationId: employeeExperience.engagementAsyncOperations.GetCount-6cef + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' /employeeExperience/learningCourseActivities: description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. get: @@ -170109,7 +244185,7 @@ paths: description: Delete conversation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0 operationId: groups.DeleteConversations parameters: - name: If-Match @@ -170353,10 +244429,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.conversations.conversation.threads.conversationThread.reply requestBody: description: Action parameters @@ -261587,11 +335663,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversationThread + summary: Delete conversation thread description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 operationId: groups.DeleteThreads parameters: - name: If-Match @@ -261628,10 +335704,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.threads.conversationThread.reply requestBody: description: Action parameters @@ -261677,11 +335753,11 @@ paths: get: tags: - groups.conversationThread - summary: Get post - description: "Get the properties and relationships of a post in a specified thread. You can specify both the parent \nconversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance." + summary: List posts + description: "Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,\nyou can specify the thread without referencing the parent conversation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0 operationId: groups.threads.ListPosts parameters: - $ref: '#/components/parameters/top' @@ -267774,7 +341850,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Add attribute (to user flow) - description: 'Add an attribute to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. Prerequisite: PATCH the user flow with the updated onAttributeCollection event that includes the new attribute.' + description: 'Add an attribute to an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. The attribute is added to both the attributeCollection> attributes and attributeCollection> attributeCollectionPage > views collections on the user flow. In the views collection, the attribute is assigned the default settings. You can PATCH the user flow to customize the settings of the attribute on the views object, for example, marking it as required or updating the allowed input types.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0 @@ -271524,11 +345600,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get countryNamedLocation - description: Retrieve the properties and relationships of a countryNamedLocation object. + summary: Get namedLocation + description: Retrieve the properties and relationships of a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0 operationId: identity.conditionalAccess.GetNamedLocations parameters: - name: $select @@ -271566,11 +345642,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update countryNamedLocation - description: Update the properties of a countryNamedLocation object. + summary: Update ipNamedlocation + description: Update the properties of an ipNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0 operationId: identity.conditionalAccess.UpdateNamedLocations requestBody: description: New navigation property values @@ -271594,11 +345670,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete countryNamedLocation - description: Delete a countryNamedLocation object. + summary: Delete namedLocation + description: Delete a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess.DeleteNamedLocations parameters: - name: If-Match @@ -277800,11 +351876,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackage - description: Retrieve the properties and relationships of an accessPackage object. + summary: List resourceRoleScopes + description: Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetAccessPackages parameters: - name: $select @@ -283800,7 +357876,7 @@ paths: tags: - identityGovernance.Actions summary: Invoke action resume - description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' + description: 'Resume a user''s access package request after waiting for a callback from a custom extension. In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It''s performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0 @@ -285063,11 +359139,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentRequestWorkflowExtension - description: Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + summary: Get accessPackageAssignmentWorkflowExtension + description: Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.GetCustomWorkflowExtensions parameters: - name: $select @@ -285133,11 +359209,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete accessPackageAssignmentWorkflowExtension - description: 'Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' + summary: Delete accessPackageAssignmentRequestWorkflowExtension + description: 'Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.DeleteCustomWorkflowExtensions parameters: - name: If-Match @@ -314964,6 +389040,290 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + /identityGovernance/lifecycleWorkflows/insights: + description: Provides operations to manage the insights property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get insights from identityGovernance + description: The insight container holding workflow insight summaries for a tenant. + operationId: identityGovernance.lifecycleWorkflows.GetInsights + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Update the navigation property insights in identityGovernance + operationId: identityGovernance.lifecycleWorkflows.UpdateInsights + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Delete navigation property insights for identityGovernance + operationId: identityGovernance.lifecycleWorkflows.DeleteInsights + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the topTasksProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function topTasksProcessedSummary + description: 'Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.topTasksProcessedSummary + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topTasksInsightsSummary' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the topWorkflowsProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function topWorkflowsProcessedSummary + description: 'Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.topWorkflowsProcessedSummary + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topWorkflowsInsightsSummary' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the workflowsProcessedByCategory method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function workflowsProcessedByCategory + description: 'Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.workflowsProcessedByCategory + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsByCategory' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the workflowsProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function workflowsProcessedSummary + description: 'Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.workflowsProcessedSummary + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsSummary' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time /identityGovernance/lifecycleWorkflows/settings: description: Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: @@ -331878,11 +406238,11 @@ paths: patch: tags: - me.userActivity - summary: Create or replace an activityHistoryItem - description: Create a new or replace an existing history item for an existing user activity. + summary: Delete an activityHistoryItem + description: Delete an existing history item for an existing user activity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 operationId: me.activities.UpdateHistoryItems requestBody: description: New navigation property values @@ -336764,6 +411124,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendar/calendarView/{event-id}/accept': @@ -337305,6 +411667,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/calendar/events: @@ -339476,6 +413840,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendar/events/{event-id}/accept': @@ -340005,6 +414371,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendar/allowedCalendarSharingRoles(User=''{User}'')': @@ -343269,6 +417637,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept': @@ -343926,6 +418296,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events': @@ -346501,6 +420873,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept': @@ -347158,6 +421532,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')': @@ -350065,6 +424441,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendars/{calendar-id}/calendarView/{event-id}/accept': @@ -350659,6 +425037,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendars/{calendar-id}/events': @@ -353035,6 +427415,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendars/{calendar-id}/events/{event-id}/accept': @@ -353629,6 +428011,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')': @@ -355895,6 +430279,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendarView/{event-id}/accept': @@ -356436,6 +430822,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/chats: @@ -358948,6 +433336,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/chats/{chat-id}/messages/$count': @@ -359086,6 +433476,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/chats/{chat-id}/hideForUser': @@ -361671,6 +436063,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/contactFolders/{contactFolder-id}/childFolders/$count': @@ -361809,6 +436203,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/contactFolders/{contactFolder-id}/contacts': @@ -362540,6 +436936,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/contactFolders/$count: @@ -362662,6 +437060,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/contacts: @@ -363334,6 +437734,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/createdObjects: @@ -366830,6 +441232,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/events/{event-id}/accept': @@ -367359,6 +441763,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/extensions: @@ -371595,6 +446001,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': @@ -371747,6 +446155,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/archive': @@ -376801,6 +451211,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/joinedTeams/{team-id}/primaryChannel/messages/$count': @@ -376939,6 +451351,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/joinedTeams/{team-id}/primaryChannel/archive': @@ -380927,11 +455341,11 @@ paths: patch: tags: - me.mailFolder - summary: Update mailSearchFolder - description: Update the writable properties of a mailSearchFolder object. + summary: Update mailfolder + description: Update the properties of mailfolder object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailsearchfolder-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0 operationId: me.UpdateMailFolders requestBody: description: New navigation property values @@ -383010,6 +457424,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy': @@ -383265,6 +457681,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/mailFolders/{mailFolder-id}/messageRules': @@ -384951,6 +459369,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/mailFolders/{mailFolder-id}/copy': @@ -385176,6 +459596,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/managedAppRegistrations: @@ -387942,11 +462364,11 @@ paths: get: tags: - me.message - summary: Get eventMessage - description: 'Get the properties and relationships of the eventMessage object. Apply the $expand parameter on the event navigation property to get the associated event in an attendee''s calendar. Currently, this operation returns event message bodies in only HTML format.' + summary: Get open extension + description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: me.GetMessages parameters: - name: $select @@ -388129,10 +462551,10 @@ paths: tags: - me.message summary: List attachments - description: Retrieve a list of attachment objects. + description: Retrieve a list of attachment objects attached to a message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 operationId: me.messages.ListAttachments parameters: - $ref: '#/components/parameters/top' @@ -389197,6 +463619,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/assignLicense: @@ -389226,7 +463650,7 @@ paths: tags: - me.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 @@ -397910,6 +472334,117 @@ paths: schema: type: string x-ms-docs-key-type: onlineMeeting + '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.Functions + summary: Invoke function delta + operationId: me.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + x-ms-docs-grouped-path: + - '/me/calendar/calendarView/{event-id}/instances/delta()' + - /me/calendar/calendarView/delta() + - '/me/calendar/events/{event-id}/instances/delta()' + - /me/calendar/events/delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' + - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' + - '/me/calendars/{calendar-id}/calendarView/delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/me/calendars/{calendar-id}/events/delta()' + - '/me/calendarView/{event-id}/instances/delta()' + - /me/calendarView/delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' + - '/me/chats/{chat-id}/messages/delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/delta()' + - /me/contactFolders/delta() + - /me/contacts/delta() + - '/me/events/{event-id}/instances/delta()' + - /me/events/delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' + - '/me/mailFolders/{mailFolder-id}/messages/delta()' + - /me/mailFolders/delta() + - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' + - /me/todo/lists/delta() '/me/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -398278,6 +472813,117 @@ paths: schema: type: string x-ms-docs-key-type: onlineMeeting + '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.Functions + summary: Invoke function delta + operationId: me.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + x-ms-docs-grouped-path: + - '/me/calendar/calendarView/{event-id}/instances/delta()' + - /me/calendar/calendarView/delta() + - '/me/calendar/events/{event-id}/instances/delta()' + - /me/calendar/events/delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' + - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' + - '/me/calendars/{calendar-id}/calendarView/delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/me/calendars/{calendar-id}/events/delta()' + - '/me/calendarView/{event-id}/instances/delta()' + - /me/calendarView/delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' + - '/me/chats/{chat-id}/messages/delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/delta()' + - /me/contactFolders/delta() + - /me/contacts/delta() + - '/me/events/{event-id}/instances/delta()' + - /me/events/delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' + - '/me/mailFolders/{mailFolder-id}/messages/delta()' + - /me/mailFolders/delta() + - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' + - /me/todo/lists/delta() /me/onlineMeetings/$count: description: Provides operations to count the resources in the collection. get: @@ -398354,6 +473000,186 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/me/onlineMeetings/getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - me.Functions + summary: Invoke function getAllRecordings + operationId: me.onlineMeetings.getAllRecordings + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + '/me/onlineMeetings/getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - me.Functions + summary: Invoke function getAllTranscripts + operationId: me.onlineMeetings.getAllTranscripts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true /me/outlook: description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: @@ -408251,6 +483077,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - /me/todo/lists/delta() /me/todo/lists/$count: description: Provides operations to count the resources in the collection. @@ -408373,6 +483201,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' /me/transitiveMemberOf: description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.user entity. @@ -409237,10 +484067,10 @@ paths: tags: - organization.organization summary: List organizations - description: Retrieve a list of organization objects. There's only one organization object in the collection. + description: List properties and relationships of the organization objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0 operationId: organization.organization.ListOrganization parameters: - $ref: '#/components/parameters/top' @@ -409319,10 +484149,10 @@ paths: tags: - organization.organization summary: Get organization - description: Read properties and relationships of the organization object. + description: 'Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0 operationId: organization.organization.GetOrganization parameters: - name: $select @@ -410427,11 +485257,11 @@ paths: get: tags: - organization.organizationalBranding - summary: Get organizationalBrandingLocalization - description: 'Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.' + summary: Get organizationalBranding + description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization.branding.GetLocalizationsBannerLogo responses: 2XX: @@ -471458,11 +546288,8 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 + summary: Get owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' operationId: servicePrincipals.ListOwners parameters: - name: ConsistencyLevel @@ -471859,11 +546686,8 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 + summary: Get ref of owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' operationId: servicePrincipals.ListRefOwners parameters: - name: ConsistencyLevel @@ -486397,11 +561221,11 @@ paths: get: tags: - sites.list - summary: Get metadata for a list - description: Returns the metadata for a list. + summary: List operations on a list + description: Get a list of rich long-running operations associated with a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 operationId: sites.GetLists parameters: - name: $select @@ -491915,11 +566739,1127 @@ paths: - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + schema: + type: string + x-ms-docs-key-type: list + '/sites/{site-id}/lists/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.list + summary: Get the number of the resource + operationId: sites.lists.GetCount-e06a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/getActivitiesByInterval()': + description: Provides operations to call the getActivitiesByInterval method. + get: + tags: + - sites.Functions + summary: Invoke function getActivitiesByInterval + operationId: sites.site.getActivitiesByInterval-4c35 + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of itemActivityStat + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + x-ms-docs-grouped-path: + - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' + - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' + - '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' + - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' + - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' + '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': + description: Provides operations to call the getActivitiesByInterval method. + get: + tags: + - sites.Functions + summary: Invoke function getActivitiesByInterval + operationId: sites.site.getActivitiesByInterval-ad27 + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of itemActivityStat + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: startDateTime + in: path + description: 'Usage: startDateTime=''{startDateTime}''' + required: true + schema: + type: string + nullable: true + - name: endDateTime + in: path + description: 'Usage: endDateTime=''{endDateTime}''' + required: true + schema: + type: string + nullable: true + - name: interval + in: path + description: 'Usage: interval=''{interval}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' + - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' + - '/sites/{site-id}/getActivitiesByInterval()' + - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' + - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' + '/sites/{site-id}/getApplicableContentTypesForList(listId=''{listId}'')': + description: Provides operations to call the getApplicableContentTypesForList method. + get: + tags: + - sites.Functions + summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 + operationId: sites.site.getApplicableContentTypesForList + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of contentType + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentType' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: listId + in: path + description: 'Usage: listId=''{listId}''' + required: true + schema: + type: string + x-ms-docs-grouped-path: + - '/sites/{site-id}/getByPath(path=''{path}'')/getApplicableContentTypesForList(listId=''{listId}'')' + '/sites/{site-id}/getByPath(path=''{path}'')': + description: Provides operations to call the getByPath method. + get: + tags: + - sites.Functions + summary: Invoke function getByPath + operationId: sites.site.getByPath + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.site' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true + '/sites/{site-id}/getByPath(path=''{path}'')/analytics': + description: Provides operations to manage the analytics property of the microsoft.graph.site entity. + get: + tags: + - sites.itemAnalytics + summary: Get analytics from sites + description: Analytics about the view activities that took place on this site. + operationId: sites.getByPath.GetAnalytics + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.itemAnalytics + summary: Update the navigation property analytics in sites + operationId: sites.getByPath.UpdateAnalytics + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.itemAnalytics + summary: Delete navigation property analytics for sites + operationId: sites.getByPath.DeleteAnalytics + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/sites/{site-id}/analytics' + '/sites/{site-id}/getByPath(path=''{path}'')/columns': + description: Provides operations to manage the columns property of the microsoft.graph.site entity. + get: + tags: + - sites.columnDefinition + summary: Get columns from sites + description: The collection of column definitions reusable across lists under this site. + operationId: sites.getByPath.ListColumns + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.columnDefinition + summary: Create new navigation property to columns for sites + operationId: sites.getByPath.CreateColumns + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/sites/{site-id}/columns' + '/sites/{site-id}/getByPath(path=''{path}'')/contentTypes': + description: Provides operations to manage the contentTypes property of the microsoft.graph.site entity. + get: + tags: + - sites.contentType + summary: Get contentTypes from sites + description: The collection of content types defined for this site. + operationId: sites.getByPath.ListContentTypes + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.contentType + summary: Create new navigation property to contentTypes for sites + operationId: sites.getByPath.CreateContentTypes + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/sites/{site-id}/contentTypes' + '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser': + description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. + get: + tags: + - sites.user + summary: Get createdByUser from sites + description: Identity of the user who created the item. Read-only. + operationId: sites.getByPath.GetCreatedByUser + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/sites/{site-id}/createdByUser' + - '/sites/{site-id}/lists/{list-id}/createdByUser' + - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' + - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' + - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' + '/sites/{site-id}/getByPath(path=''{path}'')/drive': + description: Provides operations to manage the drive property of the microsoft.graph.site entity. + get: + tags: + - sites.drive + summary: Get drive from sites + description: The default drive (document library) for this site. + operationId: sites.getByPath.GetDrive + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.drive' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/sites/{site-id}/drive' + '/sites/{site-id}/getByPath(path=''{path}'')/drives': + description: Provides operations to manage the drives property of the microsoft.graph.site entity. + get: + tags: + - sites.drive + summary: Get drives from sites + description: The collection of drives (document libraries) under this site. + operationId: sites.getByPath.ListDrives + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/sites/{site-id}/drives' + '/sites/{site-id}/getByPath(path=''{path}'')/externalColumns': + description: Provides operations to manage the externalColumns property of the microsoft.graph.site entity. + get: + tags: + - sites.columnDefinition + summary: Get externalColumns from sites + operationId: sites.getByPath.ListExternalColumns + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/sites/{site-id}/externalColumns' + '/sites/{site-id}/getByPath(path=''{path}'')/items': + description: Provides operations to manage the items property of the microsoft.graph.site entity. + get: + tags: + - sites.baseItem + summary: Get items from sites + description: Used to address any item contained in this site. This collection can't be enumerated. + operationId: sites.getByPath.ListItems + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/sites/{site-id}/items' + '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser': + description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. + get: + tags: + - sites.user + summary: Get lastModifiedByUser from sites + description: Identity of the user who last modified the item. Read-only. + operationId: sites.getByPath.GetLastModifiedByUser + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true + x-ms-docs-grouped-path: + - '/sites/{site-id}/lastModifiedByUser' + - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' + - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' + - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' + - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' + '/sites/{site-id}/getByPath(path=''{path}'')/lists': + description: Provides operations to manage the lists property of the microsoft.graph.site entity. + get: + tags: + - sites.list + summary: Get lists from sites + description: The collection of lists under this site. + operationId: sites.getByPath.ListLists + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.listCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.list + summary: Create new navigation property to lists for sites + operationId: sites.getByPath.CreateLists + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -491928,45 +567868,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - schema: - type: string - x-ms-docs-key-type: list - '/sites/{site-id}/lists/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.list - summary: Get the number of the resource - operationId: sites.lists.GetCount-e06a - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id + - name: path in: path - description: The unique identifier of site + description: 'Usage: path=''{path}''' required: true schema: type: string - x-ms-docs-key-type: site - '/sites/{site-id}/getActivitiesByInterval()': + nullable: true + x-ms-docs-grouped-path: + - '/sites/{site-id}/lists' + '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - sites.Functions summary: Invoke function getActivitiesByInterval - operationId: sites.site.getActivitiesByInterval-4c35 + operationId: sites.site.getByPath.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -492035,19 +567952,26 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' + - '/sites/{site-id}/getActivitiesByInterval()' - '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': + '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - sites.Functions summary: Invoke function getActivitiesByInterval - operationId: sites.site.getActivitiesByInterval-ad27 + operationId: sites.site.getByPath.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -492116,6 +568040,13 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + schema: + type: string + nullable: true - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' @@ -492141,9 +568072,9 @@ paths: - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getActivitiesByInterval()' + - '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' - - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getApplicableContentTypesForList(listId=''{listId}'')': + '/sites/{site-id}/getByPath(path=''{path}'')/getApplicableContentTypesForList(listId=''{listId}'')': description: Provides operations to call the getApplicableContentTypesForList method. get: tags: @@ -492153,7 +568084,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 - operationId: sites.site.getApplicableContentTypesForList + operationId: sites.site.getByPath.getApplicableContentTypesForList parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -492222,59 +568153,29 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: listId - in: path - description: 'Usage: listId=''{listId}''' - required: true - schema: - type: string - x-ms-docs-grouped-path: - - '/sites/{site-id}/getByPath(path=''{path}'')/getApplicableContentTypesForList(listId=''{listId}'')' - '/sites/{site-id}/getByPath(path=''{path}'')': - description: Provides operations to call the getByPath method. - get: - tags: - - sites.Functions - summary: Invoke function getByPath - operationId: sites.site.getByPath - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.site' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - parameters: - - name: site-id + - name: path in: path - description: The unique identifier of site + description: 'Usage: path=''{path}''' required: true schema: type: string - x-ms-docs-key-type: site - - name: path + nullable: true + - name: listId in: path - description: 'Usage: path=''{path}''' + description: 'Usage: listId=''{listId}''' required: true schema: type: string - nullable: true - '/sites/{site-id}/getByPath(path=''{path}'')/analytics': - description: Provides operations to manage the analytics property of the microsoft.graph.site entity. + x-ms-docs-grouped-path: + - '/sites/{site-id}/getApplicableContentTypesForList(listId=''{listId}'')' + '/sites/{site-id}/getByPath(path=''{path}'')/onenote': + description: Provides operations to manage the onenote property of the microsoft.graph.site entity. get: tags: - - sites.itemAnalytics - summary: Get analytics from sites - description: Analytics about the view activities that took place on this site. - operationId: sites.getByPath.GetAnalytics + - sites.onenote + summary: Get onenote from sites + description: Calls the OneNote service for notebook related operations. + operationId: sites.getByPath.GetOnenote parameters: - name: $select in: query @@ -492302,7 +568203,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: @@ -492310,15 +568211,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.itemAnalytics - summary: Update the navigation property analytics in sites - operationId: sites.getByPath.UpdateAnalytics + - sites.onenote + summary: Update the navigation property onenote in sites + operationId: sites.getByPath.UpdateOnenote requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: @@ -492326,7 +568227,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: @@ -492334,9 +568235,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.itemAnalytics - summary: Delete navigation property analytics for sites - operationId: sites.getByPath.DeleteAnalytics + - sites.onenote + summary: Delete navigation property onenote for sites + operationId: sites.getByPath.DeleteOnenote parameters: - name: If-Match in: header @@ -492367,15 +568268,15 @@ paths: type: string nullable: true x-ms-docs-grouped-path: - - '/sites/{site-id}/analytics' - '/sites/{site-id}/getByPath(path=''{path}'')/columns': - description: Provides operations to manage the columns property of the microsoft.graph.site entity. + - '/sites/{site-id}/onenote' + '/sites/{site-id}/getByPath(path=''{path}'')/operations': + description: Provides operations to manage the operations property of the microsoft.graph.site entity. get: tags: - - sites.columnDefinition - summary: Get columns from sites - description: The collection of column definitions reusable across lists under this site. - operationId: sites.getByPath.ListColumns + - sites.richLongRunningOperation + summary: Get operations from sites + description: The collection of long-running operations on the site. + operationId: sites.getByPath.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -492414,7 +568315,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -492425,15 +568326,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.columnDefinition - summary: Create new navigation property to columns for sites - operationId: sites.getByPath.CreateColumns + - sites.richLongRunningOperation + summary: Create new navigation property to operations for sites + operationId: sites.getByPath.CreateOperations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -492441,7 +568342,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -492463,15 +568364,15 @@ paths: type: string nullable: true x-ms-docs-grouped-path: - - '/sites/{site-id}/columns' - '/sites/{site-id}/getByPath(path=''{path}'')/contentTypes': - description: Provides operations to manage the contentTypes property of the microsoft.graph.site entity. + - '/sites/{site-id}/operations' + '/sites/{site-id}/getByPath(path=''{path}'')/pages': + description: Provides operations to manage the pages property of the microsoft.graph.site entity. get: tags: - - sites.contentType - summary: Get contentTypes from sites - description: The collection of content types defined for this site. - operationId: sites.getByPath.ListContentTypes + - sites.baseSitePage + summary: Get pages from sites + description: The collection of pages in the baseSitePages list in this site. + operationId: sites.getByPath.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -492510,7 +568411,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -492521,15 +568422,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.contentType - summary: Create new navigation property to contentTypes for sites - operationId: sites.getByPath.CreateContentTypes + - sites.baseSitePage + summary: Create new navigation property to pages for sites + operationId: sites.getByPath.CreatePages requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: @@ -492537,7 +568438,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: @@ -492559,16 +568460,31 @@ paths: type: string nullable: true x-ms-docs-grouped-path: - - '/sites/{site-id}/contentTypes' - '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser': - description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. + - '/sites/{site-id}/pages' + '/sites/{site-id}/getByPath(path=''{path}'')/permissions': + description: Provides operations to manage the permissions property of the microsoft.graph.site entity. get: tags: - - sites.user - summary: Get createdByUser from sites - description: Identity of the user who created the item. Read-only. - operationId: sites.getByPath.GetCreatedByUser + - sites.permission + summary: Get permissions from sites + description: The permissions associated with the site. Nullable. + operationId: sites.getByPath.ListPermissions parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -492591,11 +568507,34 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.permission + summary: Create new navigation property to permissions for sites + operationId: sites.getByPath.CreatePermissions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: @@ -492617,20 +568556,31 @@ paths: type: string nullable: true x-ms-docs-grouped-path: - - '/sites/{site-id}/createdByUser' - - '/sites/{site-id}/lists/{list-id}/createdByUser' - - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/drive': - description: Provides operations to manage the drive property of the microsoft.graph.site entity. + - '/sites/{site-id}/permissions' + '/sites/{site-id}/getByPath(path=''{path}'')/sites': + description: Provides operations to manage the sites property of the microsoft.graph.site entity. get: tags: - - sites.drive - summary: Get drive from sites - description: The default drive (document library) for this site. - operationId: sites.getByPath.GetDrive + - sites.site + summary: Get sites from sites + description: The collection of the sub-sites under this site. + operationId: sites.getByPath.ListSites parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -492653,15 +568603,14 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.drive' + $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id @@ -492679,31 +568628,16 @@ paths: type: string nullable: true x-ms-docs-grouped-path: - - '/sites/{site-id}/drive' - '/sites/{site-id}/getByPath(path=''{path}'')/drives': - description: Provides operations to manage the drives property of the microsoft.graph.site entity. + - '/sites/{site-id}/sites' + '/sites/{site-id}/getByPath(path=''{path}'')/termStore': + description: Provides operations to manage the termStore property of the microsoft.graph.site entity. get: tags: - - sites.drive - summary: Get drives from sites - description: The collection of drives (document libraries) under this site. - operationId: sites.getByPath.ListDrives + - sites.store + summary: Get termStore from sites + description: The default termStore under this site. + operationId: sites.getByPath.GetTermStore parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -492726,14 +568660,58 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property termStore in sites + operationId: sites.getByPath.UpdateTermStore + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property termStore for sites + operationId: sites.getByPath.DeleteTermStore + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id @@ -492751,14 +568729,15 @@ paths: type: string nullable: true x-ms-docs-grouped-path: - - '/sites/{site-id}/drives' - '/sites/{site-id}/getByPath(path=''{path}'')/externalColumns': - description: Provides operations to manage the externalColumns property of the microsoft.graph.site entity. + - '/sites/{site-id}/termStore' + '/sites/{site-id}/getByPath(path=''{path}'')/termStores': + description: Provides operations to manage the termStores property of the microsoft.graph.site entity. get: tags: - - sites.columnDefinition - summary: Get externalColumns from sites - operationId: sites.getByPath.ListExternalColumns + - sites.store + summary: Get termStores from sites + description: The collection of termStores under this site. + operationId: sites.getByPath.ListTermStores parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -492797,7 +568776,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -492806,6 +568785,30 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to termStores for sites + operationId: sites.getByPath.CreateTermStores + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -492822,15 +568825,109 @@ paths: type: string nullable: true x-ms-docs-grouped-path: - - '/sites/{site-id}/externalColumns' - '/sites/{site-id}/getByPath(path=''{path}'')/items': - description: Provides operations to manage the items property of the microsoft.graph.site entity. + - '/sites/{site-id}/termStores' + '/sites/{site-id}/onenote': + description: Provides operations to manage the onenote property of the microsoft.graph.site entity. get: tags: - - sites.baseItem - summary: Get items from sites - description: Used to address any item contained in this site. This collection can't be enumerated. - operationId: sites.getByPath.ListItems + - sites.onenote + summary: Get onenote from sites + description: Calls the OneNote service for notebook related operations. + operationId: sites.GetOnenote + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.onenote + summary: Update the navigation property onenote in sites + operationId: sites.UpdateOnenote + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.onenote + summary: Delete navigation property onenote for sites + operationId: sites.DeleteOnenote + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + x-ms-docs-grouped-path: + - '/sites/{site-id}/getByPath(path=''{path}'')/onenote' + '/sites/{site-id}/onenote/notebooks': + description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. + get: + tags: + - sites.onenote + summary: Get notebooks from sites + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: sites.onenote.ListNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -492869,7 +568966,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' + $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -492878,6 +568975,30 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation + post: + tags: + - sites.onenote + summary: Create new navigation property to notebooks for sites + operationId: sites.onenote.CreateNotebooks + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -492886,23 +569007,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - schema: - type: string - nullable: true - x-ms-docs-grouped-path: - - '/sites/{site-id}/items' - '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser': - description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. + '/sites/{site-id}/onenote/notebooks/{notebook-id}': + description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. get: tags: - - sites.user - summary: Get lastModifiedByUser from sites - description: Identity of the user who last modified the item. Read-only. - operationId: sites.getByPath.GetLastModifiedByUser + - sites.onenote + summary: Get notebooks from sites + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: sites.onenote.GetNotebooks parameters: - name: $select in: query @@ -492930,7 +569042,50 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.notebook' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.onenote + summary: Update the navigation property notebooks in sites + operationId: sites.onenote.UpdateNotebooks + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.onenote + summary: Delete navigation property notebooks for sites + operationId: sites.onenote.DeleteNotebooks + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: @@ -492944,27 +569099,85 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true - x-ms-docs-grouped-path: - - '/sites/{site-id}/lastModifiedByUser' - - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/lists': - description: Provides operations to manage the lists property of the microsoft.graph.site entity. + x-ms-docs-key-type: notebook + '/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook': + description: Provides operations to call the copyNotebook method. + post: + tags: + - sites.Actions + summary: Invoke action copyNotebook + description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0 + operationId: sites.site.onenote.notebooks.notebook.copyNotebook + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + groupId: + type: string + nullable: true + renameAs: + type: string + nullable: true + notebookFolder: + type: string + nullable: true + siteCollectionId: + type: string + nullable: true + siteId: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups': + description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - - sites.list - summary: Get lists from sites - description: The collection of lists under this site. - operationId: sites.getByPath.ListLists + - sites.onenote + summary: Get sectionGroups from sites + description: The section groups in the notebook. Read-only. Nullable. + operationId: sites.onenote.notebooks.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -493003,7 +569216,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listCollectionResponse' + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -493014,15 +569227,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.list - summary: Create new navigation property to lists for sites - operationId: sites.getByPath.CreateLists + - sites.onenote + summary: Create new navigation property to sectionGroups for sites + operationId: sites.onenote.notebooks.CreateSectionGroups requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: @@ -493030,7 +569243,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: @@ -493044,28 +569257,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true - x-ms-docs-grouped-path: - - '/sites/{site-id}/lists' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()': - description: Provides operations to call the getActivitiesByInterval method. + x-ms-docs-key-type: notebook + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': + description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - - sites.Functions - summary: Invoke function getActivitiesByInterval - operationId: sites.site.getByPath.getActivitiesByInterval-4c35 + - sites.onenote + summary: Get sectionGroups from sites + description: The section groups in the notebook. Read-only. Nullable. + operationId: sites.onenote.notebooks.GetSectionGroups parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -493076,9 +569283,105 @@ paths: type: array items: type: string - - name: $orderby + - name: $expand in: query - description: Order items by property values + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.onenote + summary: Update the navigation property sectionGroups in sites + operationId: sites.onenote.notebooks.UpdateSectionGroups + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.onenote + summary: Delete navigation property sectionGroups for sites + operationId: sites.onenote.notebooks.DeleteSectionGroups + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': + description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. + get: + tags: + - sites.onenote + summary: Get parentNotebook from sites + description: The notebook that contains the section group. Read-only. + operationId: sites.onenote.notebooks.sectionGroups.GetParentNotebook + parameters: + - name: $select + in: query + description: Select properties to be returned style: form explode: false schema: @@ -493098,28 +569401,16 @@ paths: type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - title: Collection of itemActivityStat - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -493128,32 +569419,111 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - - '/sites/{site-id}/getActivitiesByInterval()' - - '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': - description: Provides operations to call the getActivitiesByInterval method. + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': + description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - - sites.Functions - summary: Invoke function getActivitiesByInterval - operationId: sites.site.getByPath.getActivitiesByInterval-ad27 + - sites.onenote + summary: Get parentSectionGroup from sites + description: The section group that contains the section group. Read-only. + operationId: sites.onenote.notebooks.sectionGroups.GetParentSectionGroup + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': + description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. + get: + tags: + - sites.onenote + summary: Get sectionGroups from sites + description: The section groups in the section. Read-only. Nullable. + operationId: sites.onenote.notebooks.sectionGroups.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -493164,9 +569534,63 @@ paths: type: array items: type: string - - name: $orderby + - name: $expand in: query - description: Order items by property values + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': + description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. + get: + tags: + - sites.onenote + summary: Get sectionGroups from sites + description: The section groups in the section. Read-only. Nullable. + operationId: sites.onenote.notebooks.sectionGroups.GetSectionGroups + parameters: + - name: $select + in: query + description: Select properties to be returned style: form explode: false schema: @@ -493186,28 +569610,16 @@ paths: type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - title: Collection of itemActivityStat - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -493216,60 +569628,85 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true - - name: startDateTime + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: startDateTime=''{startDateTime}''' + description: The unique identifier of sectionGroup required: true schema: type: string - nullable: true - - name: endDateTime + x-ms-docs-key-type: sectionGroup + - name: sectionGroup-id1 in: path - description: 'Usage: endDateTime=''{endDateTime}''' + description: The unique identifier of sectionGroup required: true schema: type: string - nullable: true - - name: interval + x-ms-docs-key-type: sectionGroup + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.onenote + summary: Get the number of the resource + operationId: sites.onenote.notebooks.sectionGroups.sectionGroups.GetCount-52f9 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id in: path - description: 'Usage: interval=''{interval}''' + description: The unique identifier of site required: true schema: type: string - nullable: true - x-ms-docs-grouped-path: - - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - - '/sites/{site-id}/getActivitiesByInterval()' - - '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' - '/sites/{site-id}/getByPath(path=''{path}'')/getApplicableContentTypesForList(listId=''{listId}'')': - description: Provides operations to call the getApplicableContentTypesForList method. + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': + description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - - sites.Functions - summary: Invoke function getApplicableContentTypesForList - description: Get site contentTypes that can be added to a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 - operationId: sites.site.getByPath.getApplicableContentTypesForList + - sites.onenote + summary: Get sections from sites + description: The sections in the section group. Read-only. Nullable. + operationId: sites.onenote.notebooks.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -493277,9 +569714,9 @@ paths: type: array items: type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -493299,28 +569736,39 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of contentType - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.onenote + summary: Create new navigation property to sections for sites + operationId: sites.onenote.notebooks.sectionGroups.CreateSections + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -493329,29 +569777,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true - - name: listId + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: listId=''{listId}''' + description: The unique identifier of sectionGroup required: true schema: type: string + x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - - '/sites/{site-id}/getApplicableContentTypesForList(listId=''{listId}'')' - '/sites/{site-id}/getByPath(path=''{path}'')/onenote': - description: Provides operations to manage the onenote property of the microsoft.graph.site entity. + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': + description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote - summary: Get onenote from sites - description: Calls the OneNote service for notebook related operations. - operationId: sites.getByPath.GetOnenote + summary: Get sections from sites + description: The sections in the section group. Read-only. Nullable. + operationId: sites.onenote.notebooks.sectionGroups.GetSections parameters: - name: $select in: query @@ -493379,7 +569828,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: @@ -493388,14 +569837,14 @@ paths: patch: tags: - sites.onenote - summary: Update the navigation property onenote in sites - operationId: sites.getByPath.UpdateOnenote + summary: Update the navigation property sections in sites + operationId: sites.onenote.notebooks.sectionGroups.UpdateSections requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -493403,7 +569852,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: @@ -493412,8 +569861,8 @@ paths: delete: tags: - sites.onenote - summary: Delete navigation property onenote for sites - operationId: sites.getByPath.DeleteOnenote + summary: Delete navigation property sections for sites + operationId: sites.onenote.notebooks.sectionGroups.DeleteSections parameters: - name: If-Match in: header @@ -493436,23 +569885,201 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote' - '/sites/{site-id}/getByPath(path=''{path}'')/operations': - description: Provides operations to manage the operations property of the microsoft.graph.site entity. + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': + description: Provides operations to call the copyToNotebook method. + post: + tags: + - sites.Actions + summary: Invoke action copyToNotebook + description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + id: + type: string + nullable: true + groupId: + type: string + nullable: true + renameAs: + type: string + nullable: true + siteCollectionId: + type: string + nullable: true + siteId: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': + description: Provides operations to call the copyToSectionGroup method. + post: + tags: + - sites.Actions + summary: Invoke action copyToSectionGroup + description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + id: + type: string + nullable: true + groupId: + type: string + nullable: true + renameAs: + type: string + nullable: true + siteCollectionId: + type: string + nullable: true + siteId: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': + description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - - sites.richLongRunningOperation - summary: Get operations from sites - description: The collection of long-running operations on the site. - operationId: sites.getByPath.ListOperations + - sites.onenote + summary: Get pages from sites + description: The collection of pages in the section. Read-only. Nullable. + operationId: sites.onenote.notebooks.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -493491,7 +570118,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -493502,15 +570129,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.richLongRunningOperation - summary: Create new navigation property to operations for sites - operationId: sites.getByPath.CreateOperations + - sites.onenote + summary: Create new navigation property to pages for sites + operationId: sites.onenote.notebooks.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: @@ -493518,7 +570145,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: @@ -493532,39 +570159,40 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - - '/sites/{site-id}/operations' - '/sites/{site-id}/getByPath(path=''{path}'')/pages': - description: Provides operations to manage the pages property of the microsoft.graph.site entity. + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': + description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - - sites.baseSitePage + - sites.onenote summary: Get pages from sites - description: The collection of pages in the baseSitePages list in this site. - operationId: sites.getByPath.ListPages + description: The collection of pages in the section. Read-only. Nullable. + operationId: sites.onenote.notebooks.sectionGroups.sections.GetPages parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -493587,34 +570215,54 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - - sites.baseSitePage - summary: Create new navigation property to pages for sites - operationId: sites.getByPath.CreatePages + - sites.onenote + summary: Update the navigation property pages in sites + operationId: sites.onenote.notebooks.sectionGroups.sections.UpdatePages requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.onenotePage' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.onenote + summary: Delete navigation property pages for sites + operationId: sites.onenote.notebooks.sectionGroups.sections.DeletePages + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: @@ -493628,32 +570276,359 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - - '/sites/{site-id}/pages' - '/sites/{site-id}/getByPath(path=''{path}'')/permissions': - description: Provides operations to manage the permissions property of the microsoft.graph.site entity. + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + description: Provides operations to manage the media for the site entity. get: tags: - - sites.permission - summary: Get permissions from sites - description: The permissions associated with the site. Nullable. - operationId: sites.getByPath.ListPermissions + - sites.onenote + summary: Get content for the navigation property pages from sites + description: The page's HTML content. + operationId: sites.onenote.notebooks.sectionGroups.sections.GetPagesContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - sites.onenote + summary: Update content for the navigation property pages in sites + description: The page's HTML content. + operationId: sites.onenote.notebooks.sectionGroups.sections.UpdatePagesContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': + description: Provides operations to call the copyToSection method. + post: + tags: + - sites.Actions + summary: Invoke action copyToSection + description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + id: + type: string + nullable: true + groupId: + type: string + nullable: true + siteCollectionId: + type: string + nullable: true + siteId: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': + description: Provides operations to call the onenotePatchContent method. + post: + tags: + - sites.Actions + summary: Invoke action onenotePatchContent + operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + commands: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': + description: Provides operations to call the preview method. + get: + tags: + - sites.Functions + summary: Invoke function preview + operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. + get: + tags: + - sites.onenote + summary: Get parentNotebook from sites + description: The notebook that contains the page. Read-only. + operationId: sites.onenote.notebooks.sectionGroups.sections.pages.GetParentNotebook parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities style: form explode: false schema: @@ -493661,6 +570636,68 @@ paths: type: array items: type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': + description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. + get: + tags: + - sites.onenote + summary: Get parentSection from sites + description: The section that contains the page. Read-only. + operationId: sites.onenote.notebooks.sectionGroups.sections.pages.GetParentSection + parameters: - name: $select in: query description: Select properties to be returned @@ -493683,39 +570720,74 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - sites.permission - summary: Create new navigation property to permissions for sites - operationId: sites.getByPath.CreatePermissions - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage required: true + schema: + type: string + x-ms-docs-key-type: onenotePage + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.onenote + summary: Get the number of the resource + operationId: sites.onenote.notebooks.sectionGroups.sections.pages.GetCount-56bb + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -493724,39 +570796,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true - x-ms-docs-grouped-path: - - '/sites/{site-id}/permissions' - '/sites/{site-id}/getByPath(path=''{path}'')/sites': - description: Provides operations to manage the sites property of the microsoft.graph.site entity. + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': + description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: - tags: - - sites.site - summary: Get sites from sites - description: The collection of the sub-sites under this site. - operationId: sites.getByPath.ListSites + tags: + - sites.onenote + summary: Get parentNotebook from sites + description: The notebook that contains the section. Read-only. + operationId: sites.onenote.notebooks.sectionGroups.sections.GetParentNotebook parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -493779,14 +570848,15 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id @@ -493796,23 +570866,39 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - - '/sites/{site-id}/sites' - '/sites/{site-id}/getByPath(path=''{path}'')/termStore': - description: Provides operations to manage the termStore property of the microsoft.graph.site entity. + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': + description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - - sites.store - summary: Get termStore from sites - description: The default termStore under this site. - operationId: sites.getByPath.GetTermStore + - sites.onenote + summary: Get parentSectionGroup from sites + description: The section group that contains the section. Read-only. + operationId: sites.onenote.notebooks.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query @@ -493840,55 +570926,101 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - sites.store - summary: Update the navigation property termStore in sites - operationId: sites.getByPath.UpdateTermStore - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.onenote + summary: Get the number of the resource + operationId: sites.onenote.notebooks.sectionGroups.sections.GetCount-26e6 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count': + description: Provides operations to count the resources in the collection. + get: tags: - - sites.store - summary: Delete navigation property termStore for sites - operationId: sites.getByPath.DeleteTermStore + - sites.onenote + summary: Get the number of the resource + operationId: sites.onenote.notebooks.sectionGroups.GetCount-52f9 parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -493897,23 +571029,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore' - '/sites/{site-id}/getByPath(path=''{path}'')/termStores': - description: Provides operations to manage the termStores property of the microsoft.graph.site entity. + x-ms-docs-key-type: notebook + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections': + description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - - sites.store - summary: Get termStores from sites - description: The collection of termStores under this site. - operationId: sites.getByPath.ListTermStores + - sites.onenote + summary: Get sections from sites + description: The sections in the notebook. Read-only. Nullable. + operationId: sites.onenote.notebooks.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -493952,7 +571082,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -493963,15 +571093,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to termStores for sites - operationId: sites.getByPath.CreateTermStores + - sites.onenote + summary: Create new navigation property to sections for sites + operationId: sites.onenote.notebooks.CreateSections requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -493979,7 +571109,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: @@ -493993,23 +571123,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true schema: type: string - nullable: true - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStores' - '/sites/{site-id}/onenote': - description: Provides operations to manage the onenote property of the microsoft.graph.site entity. + x-ms-docs-key-type: notebook + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': + description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - sites.onenote - summary: Get onenote from sites - description: Calls the OneNote service for notebook related operations. - operationId: sites.GetOnenote + summary: Get sections from sites + description: The sections in the notebook. Read-only. Nullable. + operationId: sites.onenote.notebooks.GetSections parameters: - name: $select in: query @@ -494037,7 +571165,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: @@ -494046,14 +571174,14 @@ paths: patch: tags: - sites.onenote - summary: Update the navigation property onenote in sites - operationId: sites.UpdateOnenote + summary: Update the navigation property sections in sites + operationId: sites.onenote.notebooks.UpdateSections requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -494061,7 +571189,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: @@ -494070,8 +571198,8 @@ paths: delete: tags: - sites.onenote - summary: Delete navigation property onenote for sites - operationId: sites.DeleteOnenote + summary: Delete navigation property sections for sites + operationId: sites.onenote.notebooks.DeleteSections parameters: - name: If-Match in: header @@ -494094,16 +571222,178 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook': + description: Provides operations to call the copyToNotebook method. + post: + tags: + - sites.Actions + summary: Invoke action copyToNotebook + description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + id: + type: string + nullable: true + groupId: + type: string + nullable: true + renameAs: + type: string + nullable: true + siteCollectionId: + type: string + nullable: true + siteId: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - - '/sites/{site-id}/getByPath(path=''{path}'')/onenote' - '/sites/{site-id}/onenote/notebooks': - description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup': + description: Provides operations to call the copyToSectionGroup method. + post: + tags: + - sites.Actions + summary: Invoke action copyToSectionGroup + description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + id: + type: string + nullable: true + groupId: + type: string + nullable: true + renameAs: + type: string + nullable: true + siteCollectionId: + type: string + nullable: true + siteId: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': + description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote - summary: Get notebooks from sites - description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: sites.onenote.ListNotebooks + summary: Get pages from sites + description: The collection of pages in the section. Read-only. Nullable. + operationId: sites.onenote.notebooks.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -494142,7 +571432,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -494154,14 +571444,14 @@ paths: post: tags: - sites.onenote - summary: Create new navigation property to notebooks for sites - operationId: sites.onenote.CreateNotebooks + summary: Create new navigation property to pages for sites + operationId: sites.onenote.notebooks.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: @@ -494169,7 +571459,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: @@ -494183,14 +571473,32 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/onenote/notebooks/{notebook-id}': - description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': + description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote - summary: Get notebooks from sites - description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: sites.onenote.GetNotebooks + summary: Get pages from sites + description: The collection of pages in the section. Read-only. Nullable. + operationId: sites.onenote.notebooks.sections.GetPages parameters: - name: $select in: query @@ -494218,7 +571526,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: @@ -494227,14 +571535,14 @@ paths: patch: tags: - sites.onenote - summary: Update the navigation property notebooks in sites - operationId: sites.onenote.UpdateNotebooks + summary: Update the navigation property pages in sites + operationId: sites.onenote.notebooks.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: @@ -494242,7 +571550,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: @@ -494251,8 +571559,8 @@ paths: delete: tags: - sites.onenote - summary: Delete navigation property notebooks for sites - operationId: sites.onenote.DeleteNotebooks + summary: Delete navigation property pages for sites + operationId: sites.onenote.notebooks.sections.DeletePages parameters: - name: If-Match in: header @@ -494282,17 +571590,109 @@ paths: schema: type: string x-ms-docs-key-type: notebook - '/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook': - description: Provides operations to call the copyNotebook method. + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + description: Provides operations to manage the media for the site entity. + get: + tags: + - sites.onenote + summary: Get content for the navigation property pages from sites + description: The page's HTML content. + operationId: sites.onenote.notebooks.sections.GetPagesContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - sites.onenote + summary: Update content for the navigation property pages in sites + description: The page's HTML content. + operationId: sites.onenote.notebooks.sections.UpdatePagesContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': + description: Provides operations to call the copyToSection method. post: tags: - sites.Actions - summary: Invoke action copyNotebook - description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' + summary: Invoke action copyToSection + description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0 - operationId: sites.site.onenote.notebooks.notebook.copyNotebook + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: @@ -494300,13 +571700,10 @@ paths: schema: type: object properties: - groupId: - type: string - nullable: true - renameAs: + id: type: string nullable: true - notebookFolder: + groupId: type: string nullable: true siteCollectionId: @@ -494346,85 +571743,52 @@ paths: schema: type: string x-ms-docs-key-type: notebook - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups': - description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. - get: - tags: - - sites.onenote - summary: Get sectionGroups from sites - description: The section groups in the notebook. Read-only. Nullable. - operationId: sites.onenote.notebooks.ListSectionGroups - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': + description: Provides operations to call the onenotePatchContent method. post: tags: - - sites.onenote - summary: Create new navigation property to sectionGroups for sites - operationId: sites.onenote.notebooks.CreateSectionGroups + - sites.Actions + summary: Invoke action onenotePatchContent + operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + type: object + properties: + commands: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action parameters: - name: site-id in: path @@ -494440,90 +571804,47 @@ paths: schema: type: string x-ms-docs-key-type: notebook - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': - description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': + description: Provides operations to call the preview method. get: tags: - - sites.onenote - summary: Get sectionGroups from sites - description: The section groups in the notebook. Read-only. Nullable. - operationId: sites.onenote.notebooks.GetSectionGroups - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.onenote - summary: Update the navigation property sectionGroups in sites - operationId: sites.onenote.notebooks.UpdateSectionGroups - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' - required: true + - sites.Functions + summary: Invoke function preview + operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.onenote - summary: Delete navigation property sectionGroups for sites - operationId: sites.onenote.notebooks.DeleteSectionGroups - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function parameters: - name: site-id in: path @@ -494539,21 +571860,33 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true schema: type: string - x-ms-docs-key-type: sectionGroup - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': - description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentNotebook from sites - description: The notebook that contains the section group. Read-only. - operationId: sites.onenote.notebooks.sectionGroups.GetParentNotebook + description: The notebook that contains the page. Read-only. + operationId: sites.onenote.notebooks.sections.pages.GetParentNotebook parameters: - name: $select in: query @@ -494602,23 +571935,33 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': - description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': + description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote - summary: Get parentSectionGroup from sites - description: The section group that contains the section group. Read-only. - operationId: sites.onenote.notebooks.sectionGroups.GetParentSectionGroup + summary: Get parentSection from sites + description: The section that contains the page. Read-only. + operationId: sites.onenote.notebooks.sections.pages.GetParentSection parameters: - name: $select in: query @@ -494646,7 +571989,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: @@ -494667,39 +572010,73 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + schema: + type: string + x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': - description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': + description: Provides operations to count the resources in the collection. get: tags: - sites.onenote - summary: Get sectionGroups from sites - description: The section groups in the section. Read-only. Nullable. - operationId: sites.onenote.notebooks.sectionGroups.ListSectionGroups + summary: Get the number of the resource + operationId: sites.onenote.notebooks.sections.pages.GetCount-9b53 parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + schema: + type: string + x-ms-docs-key-type: notebook + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': + description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. + get: + tags: + - sites.onenote + summary: Get parentNotebook from sites + description: The notebook that contains the section. Read-only. + operationId: sites.onenote.notebooks.sections.GetParentNotebook + parameters: - name: $select in: query description: Select properties to be returned @@ -494722,14 +572099,15 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id @@ -494746,23 +572124,25 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': - description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': + description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote - summary: Get sectionGroups from sites - description: The section groups in the section. Read-only. Nullable. - operationId: sites.onenote.notebooks.sectionGroups.GetSectionGroups + summary: Get parentSectionGroup from sites + description: The section group that contains the section. Read-only. + operationId: sites.onenote.notebooks.sections.GetParentSectionGroup parameters: - name: $select in: query @@ -494811,29 +572191,24 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: sectionGroup-id1 + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' + '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource - operationId: sites.onenote.notebooks.sectionGroups.sectionGroups.GetCount-52f9 + operationId: sites.onenote.notebooks.sections.GetCount-6101 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -494859,21 +572234,139 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + '/sites/{site-id}/onenote/notebooks/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.onenote + summary: Get the number of the resource + operationId: sites.onenote.notebooks.GetCount-fb6b + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of site required: true schema: type: string - x-ms-docs-key-type: sectionGroup - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': - description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. + x-ms-docs-key-type: site + '/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl': + description: Provides operations to call the getNotebookFromWebUrl method. + post: + tags: + - sites.Actions + summary: Invoke action getNotebookFromWebUrl + description: 'Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0 + operationId: sites.site.onenote.notebooks.getNotebookFromWebUrl + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + webUrl: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.CopyNotebookModel' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})': + description: Provides operations to call the getRecentNotebooks method. + get: + tags: + - sites.Functions + summary: Invoke function getRecentNotebooks + description: Get a list of recentNotebook instances that have been accessed by the signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0 + operationId: sites.site.onenote.notebooks.getRecentNotebooks + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recentNotebook' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: includePersonalNotebooks + in: path + description: 'Usage: includePersonalNotebooks={includePersonalNotebooks}' + required: true + schema: + type: boolean + default: false + '/sites/{site-id}/onenote/operations': + description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - sites.onenote - summary: Get sections from sites - description: The sections in the section group. Read-only. Nullable. - operationId: sites.onenote.notebooks.sectionGroups.ListSections + summary: Get operations from sites + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' + operationId: sites.onenote.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -494912,7 +572405,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -494924,14 +572417,14 @@ paths: post: tags: - sites.onenote - summary: Create new navigation property to sections for sites - operationId: sites.onenote.notebooks.sectionGroups.CreateSections + summary: Create new navigation property to operations for sites + operationId: sites.onenote.CreateOperations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: @@ -494939,7 +572432,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -494953,30 +572446,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': - description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. + '/sites/{site-id}/onenote/operations/{onenoteOperation-id}': + description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - sites.onenote - summary: Get sections from sites - description: The sections in the section group. Read-only. Nullable. - operationId: sites.onenote.notebooks.sectionGroups.GetSections + summary: Get operations from sites + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' + operationId: sites.onenote.GetOperations parameters: - name: $select in: query @@ -495004,7 +572481,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -495013,14 +572490,14 @@ paths: patch: tags: - sites.onenote - summary: Update the navigation property sections in sites - operationId: sites.onenote.notebooks.sectionGroups.UpdateSections + summary: Update the navigation property operations in sites + operationId: sites.onenote.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: @@ -495028,7 +572505,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -495037,8 +572514,8 @@ paths: delete: tags: - sites.onenote - summary: Delete navigation property sections for sites - operationId: sites.onenote.notebooks.sectionGroups.DeleteSections + summary: Delete navigation property operations for sites + operationId: sites.onenote.DeleteOperations parameters: - name: If-Match in: header @@ -495061,160 +572538,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': - description: Provides operations to call the copyToNotebook method. - post: - tags: - - sites.Actions - summary: Invoke action copyToNotebook - description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - id: - type: string - nullable: true - groupId: - type: string - nullable: true - renameAs: - type: string - nullable: true - siteCollectionId: - type: string - nullable: true - siteId: - type: string - nullable: true - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: onenoteOperation-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenoteOperation required: true schema: type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': - description: Provides operations to call the copyToSectionGroup method. - post: + x-ms-docs-key-type: onenoteOperation + '/sites/{site-id}/onenote/operations/$count': + description: Provides operations to count the resources in the collection. + get: tags: - - sites.Actions - summary: Invoke action copyToSectionGroup - description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - id: - type: string - nullable: true - groupId: - type: string - nullable: true - renameAs: - type: string - nullable: true - siteCollectionId: - type: string - nullable: true - siteId: - type: string - nullable: true - required: true + - sites.onenote + summary: Get the number of the resource + operationId: sites.onenote.operations.GetCount-eadd + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - - type: object - nullable: true + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action parameters: - name: site-id in: path @@ -495223,39 +572570,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': - description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. + '/sites/{site-id}/onenote/pages': + description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get pages from sites - description: The collection of pages in the section. Read-only. Nullable. - operationId: sites.onenote.notebooks.sectionGroups.sections.ListPages + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: sites.onenote.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -495307,7 +572629,7 @@ paths: tags: - sites.onenote summary: Create new navigation property to pages for sites - operationId: sites.onenote.notebooks.sectionGroups.sections.CreatePages + operationId: sites.onenote.CreatePages requestBody: description: New navigation property content: @@ -495335,39 +572657,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': - description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. + '/sites/{site-id}/onenote/pages/{onenotePage-id}': + description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get pages from sites - description: The collection of pages in the section. Read-only. Nullable. - operationId: sites.onenote.notebooks.sectionGroups.sections.GetPages + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: sites.onenote.GetPages parameters: - name: $select in: query @@ -495405,7 +572702,7 @@ paths: tags: - sites.onenote summary: Update the navigation property pages in sites - operationId: sites.onenote.notebooks.sectionGroups.sections.UpdatePages + operationId: sites.onenote.UpdatePages requestBody: description: New navigation property values content: @@ -495429,7 +572726,7 @@ paths: tags: - sites.onenote summary: Delete navigation property pages for sites - operationId: sites.onenote.notebooks.sectionGroups.sections.DeletePages + operationId: sites.onenote.DeletePages parameters: - name: If-Match in: header @@ -495452,27 +572749,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -495480,18 +572756,14 @@ paths: schema: type: string x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + '/sites/{site-id}/onenote/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the site entity. get: tags: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. - operationId: sites.onenote.notebooks.sectionGroups.sections.GetPagesContent + operationId: sites.onenote.GetPagesContent responses: 2XX: description: Retrieved media content @@ -495509,7 +572781,7 @@ paths: - sites.onenote summary: Update content for the navigation property pages in sites description: The page's HTML content. - operationId: sites.onenote.notebooks.sectionGroups.sections.UpdatePagesContent + operationId: sites.onenote.UpdatePagesContent requestBody: description: New media content. content: @@ -495537,27 +572809,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -495565,7 +572816,7 @@ paths: schema: type: string x-ms-docs-key-type: onenotePage - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': + '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: @@ -495575,7 +572826,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection + operationId: sites.site.onenote.pages.onenotePage.copyToSection requestBody: description: Action parameters content: @@ -495619,27 +572870,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -495648,17 +572878,17 @@ paths: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': + '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - sites.Actions summary: Invoke action onenotePatchContent - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent + operationId: sites.site.onenote.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: @@ -495687,27 +572917,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -495716,17 +572925,17 @@ paths: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': + '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - sites.Functions summary: Invoke function preview - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview + operationId: sites.site.onenote.pages.onenotePage.preview responses: 2XX: description: Success @@ -495750,27 +572959,128 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: onenotePage-id in: path - description: The unique identifier of notebook + description: The unique identifier of onenotePage required: true schema: type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + x-ms-docs-key-type: onenotePage + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook': + description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. + get: + tags: + - sites.onenote + summary: Get parentNotebook from sites + description: The notebook that contains the page. Read-only. + operationId: sites.onenote.pages.GetParentNotebook + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of site required: true schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: site + - name: onenotePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenotePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: onenotePage + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection': + description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. + get: + tags: + - sites.onenote + summary: Get parentSection from sites + description: The section that contains the page. Read-only. + operationId: sites.onenote.pages.GetParentSection + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -495779,18 +573089,130 @@ paths: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': - description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + '/sites/{site-id}/onenote/pages/$count': + description: Provides operations to count the resources in the collection. get: tags: - sites.onenote - summary: Get parentNotebook from sites - description: The notebook that contains the page. Read-only. - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.GetParentNotebook + summary: Get the number of the resource + operationId: sites.onenote.pages.GetCount-bfb1 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/onenote/resources': + description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. + get: + tags: + - sites.onenote + summary: Get resources from sites + description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' + operationId: sites.onenote.ListResources + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.onenote + summary: Create new navigation property to resources for sites + operationId: sites.onenote.CreateResources + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/onenote/resources/{onenoteResource-id}': + description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. + get: + tags: + - sites.onenote + summary: Get resources from sites + description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' + operationId: sites.onenote.GetResources parameters: - name: $select in: query @@ -495818,7 +573240,50 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenoteResource' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.onenote + summary: Update the navigation property resources in sites + operationId: sites.onenote.UpdateResources + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.onenote + summary: Delete navigation property resources for sites + operationId: sites.onenote.DeleteResources + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: @@ -495832,47 +573297,292 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: onenoteResource-id in: path - description: The unique identifier of notebook + description: The unique identifier of onenoteResource required: true schema: type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + x-ms-docs-key-type: onenoteResource + '/sites/{site-id}/onenote/resources/{onenoteResource-id}/content': + description: Provides operations to manage the media for the site entity. + get: + tags: + - sites.onenote + summary: Get content for the navigation property resources from sites + description: The content stream + operationId: sites.onenote.GetResourcesContent + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + put: + tags: + - sites.onenote + summary: Update content for the navigation property resources in sites + description: The content stream + operationId: sites.onenote.UpdateResourcesContent + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of site required: true schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: site + - name: onenoteResource-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenoteResource required: true schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: onenoteResource + '/sites/{site-id}/onenote/resources/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.onenote + summary: Get the number of the resource + operationId: sites.onenote.resources.GetCount-476e + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of site required: true schema: type: string - x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': - description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. + x-ms-docs-key-type: site + '/sites/{site-id}/onenote/sectionGroups': + description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. + get: + tags: + - sites.onenote + summary: Get sectionGroups from sites + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: sites.onenote.ListSectionGroups + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.onenote + summary: Create new navigation property to sectionGroups for sites + operationId: sites.onenote.CreateSectionGroups + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}': + description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. + get: + tags: + - sites.onenote + summary: Get sectionGroups from sites + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: sites.onenote.GetSectionGroups + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.onenote + summary: Update the navigation property sectionGroups in sites + operationId: sites.onenote.UpdateSectionGroups + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.onenote + summary: Delete navigation property sectionGroups for sites + operationId: sites.onenote.DeleteSectionGroups + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + schema: + type: string + x-ms-docs-key-type: sectionGroup + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': + description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote - summary: Get parentSection from sites - description: The section that contains the page. Read-only. - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.GetParentSection + summary: Get parentNotebook from sites + description: The notebook that contains the section group. Read-only. + operationId: sites.onenote.sectionGroups.GetParentNotebook parameters: - name: $select in: query @@ -495900,7 +573610,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: @@ -495914,13 +573624,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup @@ -495928,42 +573631,49 @@ paths: schema: type: string x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - schema: - type: string - x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': - description: Provides operations to count the resources in the collection. + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook' + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': + description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote - summary: Get the number of the resource - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.GetCount-56bb + summary: Get parentSectionGroup from sites + description: The section group that contains the section group. Read-only. + operationId: sites.onenote.sectionGroups.GetParentSectionGroup parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -495972,13 +573682,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup @@ -495986,22 +573689,32 @@ paths: schema: type: string x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': - description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup' + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': + description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote - summary: Get parentNotebook from sites - description: The notebook that contains the section. Read-only. - operationId: sites.onenote.notebooks.sectionGroups.sections.GetParentNotebook + summary: Get sectionGroups from sites + description: The section groups in the section. Read-only. Nullable. + operationId: sites.onenote.sectionGroups.ListSectionGroups parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -496024,15 +573737,14 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id @@ -496042,13 +573754,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup @@ -496056,25 +573761,16 @@ paths: schema: type: string x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': - description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups' + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': + description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote - summary: Get parentSectionGroup from sites - description: The section group that contains the section. Read-only. - operationId: sites.onenote.notebooks.sectionGroups.sections.GetParentSectionGroup + summary: Get sectionGroups from sites + description: The section groups in the section. Read-only. Nullable. + operationId: sites.onenote.sectionGroups.GetSectionGroups parameters: - name: $select in: query @@ -496116,13 +573812,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup @@ -496130,24 +573819,22 @@ paths: schema: type: string x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: sectionGroup-id1 in: path - description: The unique identifier of onenoteSection + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource - operationId: sites.onenote.notebooks.sectionGroups.sections.GetCount-26e6 + operationId: sites.onenote.sectionGroups.sectionGroups.GetCount-2fdb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -496166,13 +573853,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup @@ -496180,46 +573860,14 @@ paths: schema: type: string x-ms-docs-key-type: sectionGroup - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.onenote - summary: Get the number of the resource - operationId: sites.onenote.notebooks.sectionGroups.GetCount-52f9 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - schema: - type: string - x-ms-docs-key-type: notebook - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections': - description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections': + description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get sections from sites - description: The sections in the notebook. Read-only. Nullable. - operationId: sites.onenote.notebooks.ListSections + description: The sections in the section group. Read-only. Nullable. + operationId: sites.onenote.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -496271,7 +573919,7 @@ paths: tags: - sites.onenote summary: Create new navigation property to sections for sites - operationId: sites.onenote.notebooks.CreateSections + operationId: sites.onenote.sectionGroups.CreateSections requestBody: description: New navigation property content: @@ -496299,21 +573947,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': - description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. + x-ms-docs-key-type: sectionGroup + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections' + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': + description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get sections from sites - description: The sections in the notebook. Read-only. Nullable. - operationId: sites.onenote.notebooks.GetSections + description: The sections in the section group. Read-only. Nullable. + operationId: sites.onenote.sectionGroups.GetSections parameters: - name: $select in: query @@ -496351,7 +574001,7 @@ paths: tags: - sites.onenote summary: Update the navigation property sections in sites - operationId: sites.onenote.notebooks.UpdateSections + operationId: sites.onenote.sectionGroups.UpdateSections requestBody: description: New navigation property values content: @@ -496375,7 +574025,7 @@ paths: tags: - sites.onenote summary: Delete navigation property sections for sites - operationId: sites.onenote.notebooks.DeleteSections + operationId: sites.onenote.sectionGroups.DeleteSections parameters: - name: If-Match in: header @@ -496398,13 +574048,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -496412,7 +574062,9 @@ paths: schema: type: string x-ms-docs-key-type: onenoteSection - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook': + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: @@ -496422,7 +574074,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook + operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: @@ -496469,13 +574121,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -496485,9 +574137,9 @@ paths: x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: @@ -496497,7 +574149,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup + operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: @@ -496544,13 +574196,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -496560,16 +574212,16 @@ paths: x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites description: The collection of pages in the section. Read-only. Nullable. - operationId: sites.onenote.notebooks.sections.ListPages + operationId: sites.onenote.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -496621,7 +574273,7 @@ paths: tags: - sites.onenote summary: Create new navigation property to pages for sites - operationId: sites.onenote.notebooks.sections.CreatePages + operationId: sites.onenote.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: @@ -496649,13 +574301,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -496665,16 +574317,16 @@ paths: x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites description: The collection of pages in the section. Read-only. Nullable. - operationId: sites.onenote.notebooks.sections.GetPages + operationId: sites.onenote.sectionGroups.sections.GetPages parameters: - name: $select in: query @@ -496712,7 +574364,7 @@ paths: tags: - sites.onenote summary: Update the navigation property pages in sites - operationId: sites.onenote.notebooks.sections.UpdatePages + operationId: sites.onenote.sectionGroups.sections.UpdatePages requestBody: description: New navigation property values content: @@ -496736,7 +574388,7 @@ paths: tags: - sites.onenote summary: Delete navigation property pages for sites - operationId: sites.onenote.notebooks.sections.DeletePages + operationId: sites.onenote.sectionGroups.sections.DeletePages parameters: - name: If-Match in: header @@ -496759,13 +574411,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -496782,16 +574434,16 @@ paths: x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the site entity. get: tags: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. - operationId: sites.onenote.notebooks.sections.GetPagesContent + operationId: sites.onenote.sectionGroups.sections.GetPagesContent responses: 2XX: description: Retrieved media content @@ -496809,7 +574461,7 @@ paths: - sites.onenote summary: Update content for the navigation property pages in sites description: The page's HTML content. - operationId: sites.onenote.notebooks.sections.UpdatePagesContent + operationId: sites.onenote.sectionGroups.sections.UpdatePagesContent requestBody: description: New media content. content: @@ -496837,13 +574489,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -496858,7 +574510,7 @@ paths: schema: type: string x-ms-docs-key-type: onenotePage - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: @@ -496868,7 +574520,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection + operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: @@ -496912,13 +574564,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -496935,16 +574587,16 @@ paths: x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - sites.Actions summary: Invoke action onenotePatchContent - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent + operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: @@ -496973,13 +574625,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -496996,16 +574648,16 @@ paths: x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - sites.Functions summary: Invoke function preview - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview + operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success @@ -497029,13 +574681,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -497052,17 +574704,17 @@ paths: x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the page. Read-only. - operationId: sites.onenote.notebooks.sections.pages.GetParentNotebook + operationId: sites.onenote.sectionGroups.sections.pages.GetParentNotebook parameters: - name: $select in: query @@ -497104,13 +574756,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -497127,17 +574779,17 @@ paths: x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentSection from sites description: The section that contains the page. Read-only. - operationId: sites.onenote.notebooks.sections.pages.GetParentSection + operationId: sites.onenote.sectionGroups.sections.pages.GetParentSection parameters: - name: $select in: query @@ -497179,13 +574831,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -497202,16 +574854,16 @@ paths: x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource - operationId: sites.onenote.notebooks.sections.pages.GetCount-9b53 + operationId: sites.onenote.sectionGroups.sections.pages.GetCount-9ecc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -497230,13 +574882,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -497244,14 +574896,14 @@ paths: schema: type: string x-ms-docs-key-type: onenoteSection - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the section. Read-only. - operationId: sites.onenote.notebooks.sections.GetParentNotebook + operationId: sites.onenote.sectionGroups.sections.GetParentNotebook parameters: - name: $select in: query @@ -497293,13 +574945,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -497309,16 +574961,16 @@ paths: x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get parentSectionGroup from sites description: The section group that contains the section. Read-only. - operationId: sites.onenote.notebooks.sections.GetParentSectionGroup + operationId: sites.onenote.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query @@ -497360,13 +575012,13 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -497376,15 +575028,15 @@ paths: x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count': + '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource - operationId: sites.onenote.notebooks.sections.GetCount-6101 + operationId: sites.onenote.sectionGroups.sections.GetCount-2fbc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -497403,20 +575055,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true schema: type: string - x-ms-docs-key-type: notebook - '/sites/{site-id}/onenote/notebooks/$count': + x-ms-docs-key-type: sectionGroup + '/sites/{site-id}/onenote/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource - operationId: sites.onenote.notebooks.GetCount-fb6b + operationId: sites.onenote.sectionGroups.GetCount-2fdb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -497435,114 +575087,14 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl': - description: Provides operations to call the getNotebookFromWebUrl method. - post: - tags: - - sites.Actions - summary: Invoke action getNotebookFromWebUrl - description: 'Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0 - operationId: sites.site.onenote.notebooks.getNotebookFromWebUrl - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - webUrl: - type: string - nullable: true - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.CopyNotebookModel' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - '/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})': - description: Provides operations to call the getRecentNotebooks method. - get: - tags: - - sites.Functions - summary: Invoke function getRecentNotebooks - description: Get a list of recentNotebook instances that have been accessed by the signed-in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0 - operationId: sites.site.onenote.notebooks.getRecentNotebooks - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recentNotebook' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: includePersonalNotebooks - in: path - description: 'Usage: includePersonalNotebooks={includePersonalNotebooks}' - required: true - schema: - type: boolean - default: false - '/sites/{site-id}/onenote/operations': - description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. + '/sites/{site-id}/onenote/sections': + description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - sites.onenote - summary: Get operations from sites - description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' - operationId: sites.onenote.ListOperations + summary: Get sections from sites + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: sites.onenote.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -497581,7 +575133,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -497593,14 +575145,14 @@ paths: post: tags: - sites.onenote - summary: Create new navigation property to operations for sites - operationId: sites.onenote.CreateOperations + summary: Create new navigation property to sections for sites + operationId: sites.onenote.CreateSections requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -497608,7 +575160,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: @@ -497622,14 +575174,14 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/onenote/operations/{onenoteOperation-id}': - description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. + '/sites/{site-id}/onenote/sections/{onenoteSection-id}': + description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - sites.onenote - summary: Get operations from sites - description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' - operationId: sites.onenote.GetOperations + summary: Get sections from sites + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: sites.onenote.GetSections parameters: - name: $select in: query @@ -497657,7 +575209,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: @@ -497666,14 +575218,14 @@ paths: patch: tags: - sites.onenote - summary: Update the navigation property operations in sites - operationId: sites.onenote.UpdateOperations + summary: Update the navigation property sections in sites + operationId: sites.onenote.UpdateSections requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -497681,7 +575233,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: @@ -497690,8 +575242,8 @@ paths: delete: tags: - sites.onenote - summary: Delete navigation property operations for sites - operationId: sites.onenote.DeleteOperations + summary: Delete navigation property sections for sites + operationId: sites.onenote.DeleteSections parameters: - name: If-Match in: header @@ -497714,30 +575266,62 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteOperation-id + - name: onenoteSection-id in: path - description: The unique identifier of onenoteOperation + description: The unique identifier of onenoteSection required: true schema: type: string - x-ms-docs-key-type: onenoteOperation - '/sites/{site-id}/onenote/operations/$count': - description: Provides operations to count the resources in the collection. - get: + x-ms-docs-key-type: onenoteSection + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook': + description: Provides operations to call the copyToNotebook method. + post: tags: - - sites.onenote - summary: Get the number of the resource - operationId: sites.onenote.operations.GetCount-eadd - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - sites.Actions + summary: Invoke action copyToNotebook + description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + operationId: sites.site.onenote.sections.onenoteSection.copyToNotebook + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + id: + type: string + nullable: true + groupId: + type: string + nullable: true + renameAs: + type: string + nullable: true + siteCollectionId: + type: string + nullable: true + siteId: + type: string + nullable: true + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + - type: object + nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: action parameters: - name: site-id in: path @@ -497746,14 +575330,93 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/onenote/pages': - description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup': + description: Provides operations to call the copyToSectionGroup method. + post: + tags: + - sites.Actions + summary: Invoke action copyToSectionGroup + description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + operationId: sites.site.onenote.sections.onenoteSection.copyToSectionGroup + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + id: + type: string + nullable: true + groupId: + type: string + nullable: true + renameAs: + type: string + nullable: true + siteCollectionId: + type: string + nullable: true + siteId: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages': + description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites - description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: sites.onenote.ListPages + description: The collection of pages in the section. Read-only. Nullable. + operationId: sites.onenote.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -497805,7 +575468,7 @@ paths: tags: - sites.onenote summary: Create new navigation property to pages for sites - operationId: sites.onenote.CreatePages + operationId: sites.onenote.sections.CreatePages requestBody: description: New navigation property content: @@ -497833,14 +575496,25 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/onenote/pages/{onenotePage-id}': - description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': + description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites - description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: sites.onenote.GetPages + description: The collection of pages in the section. Read-only. Nullable. + operationId: sites.onenote.sections.GetPages parameters: - name: $select in: query @@ -497878,7 +575552,7 @@ paths: tags: - sites.onenote summary: Update the navigation property pages in sites - operationId: sites.onenote.UpdatePages + operationId: sites.onenote.sections.UpdatePages requestBody: description: New navigation property values content: @@ -497902,7 +575576,7 @@ paths: tags: - sites.onenote summary: Delete navigation property pages for sites - operationId: sites.onenote.DeletePages + operationId: sites.onenote.sections.DeletePages parameters: - name: If-Match in: header @@ -497925,6 +575599,13 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -497932,14 +575613,18 @@ paths: schema: type: string x-ms-docs-key-type: onenotePage - '/sites/{site-id}/onenote/pages/{onenotePage-id}/content': + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the site entity. get: tags: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. - operationId: sites.onenote.GetPagesContent + operationId: sites.onenote.sections.GetPagesContent responses: 2XX: description: Retrieved media content @@ -497957,7 +575642,7 @@ paths: - sites.onenote summary: Update content for the navigation property pages in sites description: The page's HTML content. - operationId: sites.onenote.UpdatePagesContent + operationId: sites.onenote.sections.UpdatePagesContent requestBody: description: New media content. content: @@ -497985,6 +575670,13 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -497992,7 +575684,7 @@ paths: schema: type: string x-ms-docs-key-type: onenotePage - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection': + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: @@ -498002,7 +575694,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 - operationId: sites.site.onenote.pages.onenotePage.copyToSection + operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: @@ -498046,6 +575738,13 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -498056,15 +575755,15 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent': + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - sites.Actions summary: Invoke action onenotePatchContent - operationId: sites.site.onenote.pages.onenotePage.onenotePatchContent + operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: @@ -498093,6 +575792,13 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -498103,15 +575809,15 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()': + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - sites.Functions summary: Invoke function preview - operationId: sites.site.onenote.pages.onenotePage.preview + operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success @@ -498135,6 +575841,13 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -498145,16 +575858,16 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook': + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the page. Read-only. - operationId: sites.onenote.pages.GetParentNotebook + operationId: sites.onenote.sections.pages.GetParentNotebook parameters: - name: $select in: query @@ -498196,6 +575909,13 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -498206,16 +575926,16 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection': + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentSection from sites description: The section that contains the page. Read-only. - operationId: sites.onenote.pages.GetParentSection + operationId: sites.onenote.sections.pages.GetParentSection parameters: - name: $select in: query @@ -498257,6 +575977,13 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -498267,15 +575994,15 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' + - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/pages/$count': + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource - operationId: sites.onenote.pages.GetCount-bfb1 + operationId: sites.onenote.sections.pages.GetCount-a33a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -498294,14 +576021,169 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/onenote/resources': - description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook': + description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote - summary: Get resources from sites - description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' - operationId: sites.onenote.ListResources + summary: Get parentNotebook from sites + description: The notebook that contains the section. Read-only. + operationId: sites.onenote.sections.GetParentNotebook + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' + '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup': + description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. + get: + tags: + - sites.onenote + summary: Get parentSectionGroup from sites + description: The section group that contains the section. Read-only. + operationId: sites.onenote.sections.GetParentSectionGroup + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + schema: + type: string + x-ms-docs-key-type: onenoteSection + x-ms-docs-grouped-path: + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' + - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' + - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' + '/sites/{site-id}/onenote/sections/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.onenote + summary: Get the number of the resource + operationId: sites.onenote.sections.GetCount-5061 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/operations': + description: Provides operations to manage the operations property of the microsoft.graph.site entity. + get: + tags: + - sites.richLongRunningOperation + summary: List operations on a site + description: Get a list of rich long-running operations associated with a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0 + operationId: sites.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -498340,7 +576222,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' + $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -498351,15 +576233,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.onenote - summary: Create new navigation property to resources for sites - operationId: sites.onenote.CreateResources + - sites.richLongRunningOperation + summary: Create new navigation property to operations for sites + operationId: sites.CreateOperations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -498367,7 +576249,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -498381,14 +576263,19 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/onenote/resources/{onenoteResource-id}': - description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. + x-ms-docs-grouped-path: + - '/sites/{site-id}/getByPath(path=''{path}'')/operations' + '/sites/{site-id}/operations/{richLongRunningOperation-id}': + description: Provides operations to manage the operations property of the microsoft.graph.site entity. get: tags: - - sites.onenote - summary: Get resources from sites - description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' - operationId: sites.onenote.GetResources + - sites.richLongRunningOperation + summary: Get richLongRunningOperation + description: Get the status of a rich long-running operation on a site or a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0 + operationId: sites.GetOperations parameters: - name: $select in: query @@ -498416,7 +576303,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -498424,15 +576311,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.onenote - summary: Update the navigation property resources in sites - operationId: sites.onenote.UpdateResources + - sites.richLongRunningOperation + summary: Update the navigation property operations in sites + operationId: sites.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -498440,7 +576327,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -498448,9 +576335,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.onenote - summary: Delete navigation property resources for sites - operationId: sites.onenote.DeleteResources + - sites.richLongRunningOperation + summary: Delete navigation property operations for sites + operationId: sites.DeleteOperations parameters: - name: If-Match in: header @@ -498473,80 +576360,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteResource-id - in: path - description: The unique identifier of onenoteResource - required: true - schema: - type: string - x-ms-docs-key-type: onenoteResource - '/sites/{site-id}/onenote/resources/{onenoteResource-id}/content': - description: Provides operations to manage the media for the site entity. - get: - tags: - - sites.onenote - summary: Get content for the navigation property resources from sites - description: The content stream - operationId: sites.onenote.GetResourcesContent - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - put: - tags: - - sites.onenote - summary: Update content for the navigation property resources in sites - description: The content stream - operationId: sites.onenote.UpdateResourcesContent - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: onenoteResource-id + - name: richLongRunningOperation-id in: path - description: The unique identifier of onenoteResource + description: The unique identifier of richLongRunningOperation required: true schema: type: string - x-ms-docs-key-type: onenoteResource - '/sites/{site-id}/onenote/resources/$count': + x-ms-docs-key-type: richLongRunningOperation + '/sites/{site-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.onenote + - sites.richLongRunningOperation summary: Get the number of the resource - operationId: sites.onenote.resources.GetCount-476e + operationId: sites.operations.GetCount-71b0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -498565,14 +576392,17 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/onenote/sectionGroups': - description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. + '/sites/{site-id}/pages': + description: Provides operations to manage the pages property of the microsoft.graph.site entity. get: tags: - - sites.onenote - summary: Get sectionGroups from sites - description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: sites.onenote.ListSectionGroups + - sites.baseSitePage + summary: List baseSitePages + description: Get the collection of baseSitePage objects from the site pages list in a site. All pages in the site are returned (with pagination). Sort alphabetically by name in ascending order. The following table lists the available subtypes. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0 + operationId: sites.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -498611,7 +576441,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -498622,15 +576452,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.onenote - summary: Create new navigation property to sectionGroups for sites - operationId: sites.onenote.CreateSectionGroups + - sites.baseSitePage + summary: Create a page in the site pages list of a site + description: Create a new sitePage in the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0 + operationId: sites.CreatePages requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: @@ -498638,7 +576472,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: @@ -498652,14 +576486,19 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}': - description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. + x-ms-docs-grouped-path: + - '/sites/{site-id}/getByPath(path=''{path}'')/pages' + '/sites/{site-id}/pages/{baseSitePage-id}': + description: Provides operations to manage the pages property of the microsoft.graph.site entity. get: tags: - - sites.onenote - summary: Get sectionGroups from sites - description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: sites.onenote.GetSectionGroups + - sites.baseSitePage + summary: Get baseSitePage + description: Get the metadata for a baseSitePage in the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0 + operationId: sites.GetPages parameters: - name: $select in: query @@ -498687,7 +576526,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: @@ -498695,15 +576534,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.onenote - summary: Update the navigation property sectionGroups in sites - operationId: sites.onenote.UpdateSectionGroups + - sites.baseSitePage + summary: Update the navigation property pages in sites + operationId: sites.UpdatePages requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: @@ -498711,7 +576550,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: @@ -498719,9 +576558,13 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.onenote - summary: Delete navigation property sectionGroups for sites - operationId: sites.onenote.DeleteSectionGroups + - sites.baseSitePage + summary: Delete baseSitePage + description: Delete a baseSitePage from the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0 + operationId: sites.DeletePages parameters: - name: If-Match in: header @@ -498744,21 +576587,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: sectionGroup - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': - description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser': + description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - - sites.onenote - summary: Get parentNotebook from sites - description: The notebook that contains the section group. Read-only. - operationId: sites.onenote.sectionGroups.GetParentNotebook + - sites.baseSitePage + summary: Get createdByUser from sites + description: Identity of the user who created the item. Read-only. + operationId: sites.pages.GetCreatedByUser parameters: - name: $select in: query @@ -498786,7 +576629,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: @@ -498800,23 +576643,26 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': - description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. + - '/sites/{site-id}/createdByUser' + - '/sites/{site-id}/lists/{list-id}/createdByUser' + - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' + - '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' + - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' + '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings': get: tags: - - sites.onenote - summary: Get parentSectionGroup from sites - description: The section group that contains the section group. Read-only. - operationId: sites.onenote.sectionGroups.GetParentSectionGroup + - sites.baseSitePage + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: sites.pages.createdByUser.GetMailboxSettings parameters: - name: $select in: query @@ -498840,16 +576686,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + patch: + tags: + - sites.baseSitePage + summary: Update property mailboxSettings value. + operationId: sites.pages.createdByUser.UpdateMailboxSettings + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -498858,23 +576726,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: sectionGroup - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': - description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors': get: tags: - - sites.onenote - summary: Get sectionGroups from sites - description: The section groups in the section. Read-only. Nullable. - operationId: sites.onenote.sectionGroups.ListSectionGroups + - sites.baseSitePage + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: sites.pages.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -498913,7 +576778,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -498921,65 +576786,6 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': - description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. - get: - tags: - - sites.onenote - summary: Get sectionGroups from sites - description: The section groups in the section. Read-only. Nullable. - operationId: sites.onenote.sectionGroups.GetSectionGroups - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -498988,29 +576794,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: sectionGroup-id1 + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: sectionGroup - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.onenote + - sites.baseSitePage summary: Get the number of the resource - operationId: sites.onenote.sectionGroups.sectionGroups.GetCount-2fdb + operationId: sites.pages.createdByUser.ServiceProvisioningErrors.GetCount-7e89 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -499029,37 +576826,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: sectionGroup - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections': - description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser': + description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - - sites.onenote - summary: Get sections from sites - description: The sections in the section group. Read-only. Nullable. - operationId: sites.onenote.sectionGroups.ListSections + - sites.baseSitePage + summary: Get lastModifiedByUser from sites + description: Identity of the user who last modified the item. Read-only. + operationId: sites.pages.GetLastModifiedByUser parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -499082,34 +576864,11 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.onenote - summary: Create new navigation property to sections for sites - operationId: sites.onenote.sectionGroups.CreateSections - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' - required: true - responses: - 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: @@ -499123,23 +576882,26 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': - description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. + - '/sites/{site-id}/lastModifiedByUser' + - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' + - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' + - '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' + - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' + '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings': get: tags: - - sites.onenote - summary: Get sections from sites - description: The sections in the section group. Read-only. Nullable. - operationId: sites.onenote.sectionGroups.GetSections + - sites.baseSitePage + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: sites.pages.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query @@ -499163,27 +576925,26 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation patch: tags: - - sites.onenote - summary: Update the navigation property sections in sites - operationId: sites.onenote.sectionGroups.UpdateSections + - sites.baseSitePage + summary: Update property mailboxSettings value. + operationId: sites.pages.lastModifiedByUser.UpdateMailboxSettings requestBody: - description: New navigation property values + description: New property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: @@ -499191,31 +576952,11 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.onenote - summary: Delete navigation property sections for sites - operationId: sites.onenote.sectionGroups.DeleteSections - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -499224,71 +576965,66 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': - description: Provides operations to call the copyToNotebook method. - post: + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors': + get: tags: - - sites.Actions - summary: Invoke action copyToNotebook - description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - id: - type: string - nullable: true - groupId: - type: string - nullable: true - renameAs: - type: string - nullable: true - siteCollectionId: - type: string - nullable: true - siteId: - type: string - nullable: true - required: true + - sites.baseSitePage + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: sites.pages.lastModifiedByUser.ListServiceProvisioningErrors + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - - type: object - nullable: true + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore parameters: - name: site-id in: path @@ -499297,73 +577033,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': - description: Provides operations to call the copyToSectionGroup method. - post: + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count': + description: Provides operations to count the resources in the collection. + get: tags: - - sites.Actions - summary: Invoke action copyToSectionGroup - description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - id: - type: string - nullable: true - groupId: - type: string - nullable: true - renameAs: - type: string - nullable: true - siteCollectionId: - type: string - nullable: true - siteId: - type: string - nullable: true - required: true + - sites.baseSitePage + summary: Get the number of the resource + operationId: sites.pages.lastModifiedByUser.ServiceProvisioningErrors.GetCount-6cf6 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - - type: object - nullable: true + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action parameters: - name: site-id in: path @@ -499372,48 +577065,25 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': - description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage': + description: Casts the previous resource to sitePage. get: tags: - - sites.onenote - summary: Get pages from sites - description: The collection of pages in the section. Read-only. Nullable. - operationId: sites.onenote.sectionGroups.sections.ListPages + - sites.baseSitePage + summary: Get SitePage + description: Returns the metadata for a sitePage in the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0 + operationId: sites.GetPages.AsSitePage parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -499436,39 +577106,15 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.onenote - summary: Create new navigation property to pages for sites - operationId: sites.onenote.sectionGroups.sections.CreatePages - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' - required: true - responses: - 2XX: - description: Created navigation property. + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -499477,32 +577123,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': - description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout': + description: Provides operations to manage the canvasLayout property of the microsoft.graph.sitePage entity. get: tags: - - sites.onenote - summary: Get pages from sites - description: The collection of pages in the section. Read-only. Nullable. - operationId: sites.onenote.sectionGroups.sections.GetPages + - sites.baseSitePage + summary: Get canvasLayout from sites + description: 'Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.' + operationId: sites.pages.AsSitePage.GetCanvasLayout parameters: - name: $select in: query @@ -499530,7 +577165,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.canvasLayout' 4XX: $ref: '#/components/responses/error' 5XX: @@ -499538,15 +577173,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.onenote - summary: Update the navigation property pages in sites - operationId: sites.onenote.sectionGroups.sections.UpdatePages + - sites.baseSitePage + summary: Update the navigation property canvasLayout in sites + operationId: sites.pages.AsSitePage.UpdateCanvasLayout requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.canvasLayout' required: true responses: 2XX: @@ -499554,7 +577189,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.canvasLayout' 4XX: $ref: '#/components/responses/error' 5XX: @@ -499562,9 +577197,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.onenote - summary: Delete navigation property pages for sites - operationId: sites.onenote.sectionGroups.sections.DeletePages + - sites.baseSitePage + summary: Delete navigation property canvasLayout for sites + operationId: sites.pages.AsSitePage.DeleteCanvasLayout parameters: - name: If-Match in: header @@ -499587,311 +577222,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - schema: - type: string - x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': - description: Provides operations to manage the media for the site entity. - get: - tags: - - sites.onenote - summary: Get content for the navigation property pages from sites - description: The page's HTML content. - operationId: sites.onenote.sectionGroups.sections.GetPagesContent - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - put: - tags: - - sites.onenote - summary: Update content for the navigation property pages in sites - description: The page's HTML content. - operationId: sites.onenote.sectionGroups.sections.UpdatePagesContent - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - schema: - type: string - x-ms-docs-key-type: onenotePage - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': - description: Provides operations to call the copyToSection method. - post: - tags: - - sites.Actions - summary: Invoke action copyToSection - description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - id: - type: string - nullable: true - groupId: - type: string - nullable: true - siteCollectionId: - type: string - nullable: true - siteId: - type: string - nullable: true - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - schema: - type: string - x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': - description: Provides operations to call the onenotePatchContent method. - post: - tags: - - sites.Actions - summary: Invoke action onenotePatchContent - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - commands: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' - required: true - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - schema: - type: string - x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': - description: Provides operations to call the preview method. - get: - tags: - - sites.Functions - summary: Invoke function preview - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': - description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections': + description: Provides operations to manage the horizontalSections property of the microsoft.graph.canvasLayout entity. get: tags: - - sites.onenote - summary: Get parentNotebook from sites - description: The notebook that contains the page. Read-only. - operationId: sites.onenote.sectionGroups.sections.pages.GetParentNotebook + - sites.baseSitePage + summary: Get horizontalSections from sites + description: Collection of horizontal sections on the SharePoint page. + operationId: sites.pages.AsSitePage.canvasLayout.ListHorizontalSections parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -499914,11 +577275,34 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.horizontalSectionCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.baseSitePage + summary: Create new navigation property to horizontalSections for sites + operationId: sites.pages.AsSitePage.canvasLayout.CreateHorizontalSections + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.horizontalSection' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.horizontalSection' 4XX: $ref: '#/components/responses/error' 5XX: @@ -499932,40 +577316,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': - description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}': + description: Provides operations to manage the horizontalSections property of the microsoft.graph.canvasLayout entity. get: tags: - - sites.onenote - summary: Get parentSection from sites - description: The section that contains the page. Read-only. - operationId: sites.onenote.sectionGroups.sections.pages.GetParentSection + - sites.baseSitePage + summary: Get horizontalSections from sites + description: Collection of horizontal sections on the SharePoint page. + operationId: sites.pages.AsSitePage.canvasLayout.GetHorizontalSections parameters: - name: $select in: query @@ -499993,63 +577358,55 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.horizontalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage + patch: + tags: + - sites.baseSitePage + summary: Update the navigation property horizontalSections in sites + operationId: sites.pages.AsSitePage.canvasLayout.UpdateHorizontalSections + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.horizontalSection' required: true - schema: - type: string - x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': - description: Provides operations to count the resources in the collection. - get: + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.horizontalSection' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: tags: - - sites.onenote - summary: Get the number of the resource - operationId: sites.onenote.sectionGroups.sections.pages.GetCount-9ecc + - sites.baseSitePage + summary: Delete navigation property horizontalSections for sites + operationId: sites.pages.AsSitePage.canvasLayout.DeleteHorizontalSections parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: If-Match + in: header + description: ETag + schema: + type: string responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -500058,29 +577415,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of horizontalSection required: true schema: type: string - x-ms-docs-key-type: onenoteSection - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': - description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. + x-ms-docs-key-type: horizontalSection + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns': + description: Provides operations to manage the columns property of the microsoft.graph.horizontalSection entity. get: tags: - - sites.onenote - summary: Get parentNotebook from sites - description: The notebook that contains the section. Read-only. - operationId: sites.onenote.sectionGroups.sections.GetParentNotebook + - sites.baseSitePage + summary: Get columns from sites + description: The set of vertical columns in this section. + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.ListColumns parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -500103,11 +577475,34 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.horizontalSectionColumnCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.baseSitePage + summary: Create new navigation property to columns for sites + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.CreateColumns + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' 4XX: $ref: '#/components/responses/error' 5XX: @@ -500121,32 +577516,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of horizontalSection required: true schema: type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': - description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. + x-ms-docs-key-type: horizontalSection + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}': + description: Provides operations to manage the columns property of the microsoft.graph.horizontalSection entity. get: tags: - - sites.onenote - summary: Get parentSectionGroup from sites - description: The section group that contains the section. Read-only. - operationId: sites.onenote.sectionGroups.sections.GetParentSectionGroup + - sites.baseSitePage + summary: Get columns from sites + description: The set of vertical columns in this section. + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.GetColumns parameters: - name: $select in: query @@ -500174,55 +577565,55 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection + patch: + tags: + - sites.baseSitePage + summary: Update the navigation property columns in sites + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.UpdateColumns + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count': - description: Provides operations to count the resources in the collection. - get: + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: tags: - - sites.onenote - summary: Get the number of the resource - operationId: sites.onenote.sectionGroups.sections.GetCount-2fbc + - sites.baseSitePage + summary: Delete navigation property columns for sites + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.DeleteColumns parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: If-Match + in: header + description: ETag + schema: + type: string responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -500231,46 +577622,35 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: sectionGroup - '/sites/{site-id}/onenote/sectionGroups/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.onenote - summary: Get the number of the resource - operationId: sites.onenote.sectionGroups.GetCount-2fdb - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of site + description: The unique identifier of horizontalSection required: true schema: type: string - x-ms-docs-key-type: site - '/sites/{site-id}/onenote/sections': - description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts': + description: Provides operations to manage the webparts property of the microsoft.graph.horizontalSectionColumn entity. get: tags: - - sites.onenote - summary: Get sections from sites - description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: sites.onenote.ListSections + - sites.baseSitePage + summary: Get webparts from sites + description: The collection of WebParts in this column. + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.ListWebparts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -500309,7 +577689,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -500320,15 +577700,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.onenote - summary: Create new navigation property to sections for sites - operationId: sites.onenote.CreateSections + - sites.baseSitePage + summary: Create new navigation property to webparts for sites + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.CreateWebparts requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -500336,7 +577716,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: @@ -500350,14 +577730,35 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/onenote/sections/{onenoteSection-id}': - description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + schema: + type: string + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}': + description: Provides operations to manage the webparts property of the microsoft.graph.horizontalSectionColumn entity. get: tags: - - sites.onenote - summary: Get sections from sites - description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: sites.onenote.GetSections + - sites.baseSitePage + summary: Get webparts from sites + description: The collection of WebParts in this column. + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.GetWebparts parameters: - name: $select in: query @@ -500385,7 +577786,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: @@ -500393,15 +577794,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.onenote - summary: Update the navigation property sections in sites - operationId: sites.onenote.UpdateSections + - sites.baseSitePage + summary: Update the navigation property webparts in sites + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.UpdateWebparts requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -500409,7 +577810,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: @@ -500417,9 +577818,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.onenote - summary: Delete navigation property sections for sites - operationId: sites.onenote.DeleteSections + - sites.baseSitePage + summary: Delete navigation property webparts for sites + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.DeleteWebparts parameters: - name: If-Match in: header @@ -500442,47 +577843,41 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook': - description: Provides operations to call the copyToNotebook method. + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + schema: + type: string + x-ms-docs-key-type: webPart + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart': + description: Provides operations to call the getPositionOfWebPart method. post: tags: - sites.Actions - summary: Invoke action copyToNotebook - description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 - operationId: sites.site.onenote.sections.onenoteSection.copyToNotebook - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - id: - type: string - nullable: true - groupId: - type: string - nullable: true - renameAs: - type: string - nullable: true - siteCollectionId: - type: string - nullable: true - siteId: - type: string - nullable: true - required: true + summary: Invoke action getPositionOfWebPart + operationId: sites.site.pages.baseSitePage.microsoft.graph.sitePage.canvasLayout.horizontalSections.horizontalSection.columns.horizontalSectionColumn.webparts.webPart.getPositionOfWebPart responses: 2XX: description: Success @@ -500490,7 +577885,7 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + - $ref: '#/components/schemas/microsoft.graph.webPartPosition' - type: object nullable: true 4XX: @@ -500506,50 +577901,206 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + schema: + type: string + x-ms-docs-key-type: webPart x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup': - description: Provides operations to call the copyToSectionGroup method. - post: + - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart' + - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart' + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count': + description: Provides operations to count the resources in the collection. + get: tags: - - sites.Actions - summary: Invoke action copyToSectionGroup - description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 - operationId: sites.site.onenote.sections.onenoteSection.copyToSectionGroup + - sites.baseSitePage + summary: Get the number of the resource + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.webparts.GetCount-bbb9 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + schema: + type: string + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.baseSitePage + summary: Get the number of the resource + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.GetCount-9382 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + schema: + type: string + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + schema: + type: string + x-ms-docs-key-type: horizontalSection + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.baseSitePage + summary: Get the number of the resource + operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.GetCount-38fc + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + schema: + type: string + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection': + description: Provides operations to manage the verticalSection property of the microsoft.graph.canvasLayout entity. + get: + tags: + - sites.baseSitePage + summary: Get verticalSection from sites + description: Vertical section on the SharePoint page. + operationId: sites.pages.AsSitePage.canvasLayout.GetVerticalSection + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.verticalSection' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.baseSitePage + summary: Update the navigation property verticalSection in sites + operationId: sites.pages.AsSitePage.canvasLayout.UpdateVerticalSection requestBody: - description: Action parameters + description: New navigation property values content: application/json: schema: - type: object - properties: - id: - type: string - nullable: true - groupId: - type: string - nullable: true - renameAs: - type: string - nullable: true - siteCollectionId: - type: string - nullable: true - siteId: - type: string - nullable: true + $ref: '#/components/schemas/microsoft.graph.verticalSection' required: true responses: 2XX: @@ -500557,15 +578108,31 @@ paths: content: application/json: schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - - type: object - nullable: true + $ref: '#/components/schemas/microsoft.graph.verticalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: operation + delete: + tags: + - sites.baseSitePage + summary: Delete navigation property verticalSection for sites + operationId: sites.pages.AsSitePage.canvasLayout.DeleteVerticalSection + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -500574,25 +578141,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages': - description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts': + description: Provides operations to manage the webparts property of the microsoft.graph.verticalSection entity. get: tags: - - sites.onenote - summary: Get pages from sites - description: The collection of pages in the section. Read-only. Nullable. - operationId: sites.onenote.sections.ListPages + - sites.baseSitePage + summary: Get webparts from sites + description: The set of web parts in this section. + operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.ListWebparts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -500631,7 +578194,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -500642,15 +578205,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.onenote - summary: Create new navigation property to pages for sites - operationId: sites.onenote.sections.CreatePages + - sites.baseSitePage + summary: Create new navigation property to webparts for sites + operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.CreateWebparts requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -500658,7 +578221,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: @@ -500672,25 +578235,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': - description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}': + description: Provides operations to manage the webparts property of the microsoft.graph.verticalSection entity. get: tags: - - sites.onenote - summary: Get pages from sites - description: The collection of pages in the section. Read-only. Nullable. - operationId: sites.onenote.sections.GetPages + - sites.baseSitePage + summary: Get webparts from sites + description: The set of web parts in this section. + operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.GetWebparts parameters: - name: $select in: query @@ -500718,7 +578277,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: @@ -500726,15 +578285,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.onenote - summary: Update the navigation property pages in sites - operationId: sites.onenote.sections.UpdatePages + - sites.baseSitePage + summary: Update the navigation property webparts in sites + operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.UpdateWebparts requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -500742,7 +578301,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: @@ -500750,9 +578309,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.onenote - summary: Delete navigation property pages for sites - operationId: sites.onenote.sections.DeletePages + - sites.baseSitePage + summary: Delete navigation property webparts for sites + operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.DeleteWebparts parameters: - name: If-Match in: header @@ -500775,122 +578334,27 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - schema: - type: string - x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': - description: Provides operations to manage the media for the site entity. - get: - tags: - - sites.onenote - summary: Get content for the navigation property pages from sites - description: The page's HTML content. - operationId: sites.onenote.sections.GetPagesContent - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - put: - tags: - - sites.onenote - summary: Update content for the navigation property pages in sites - description: The page's HTML content. - operationId: sites.onenote.sections.UpdatePagesContent - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: baseSitePage + - name: webPart-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of webPart required: true schema: type: string - x-ms-docs-key-type: onenotePage - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': - description: Provides operations to call the copyToSection method. + x-ms-docs-key-type: webPart + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart': + description: Provides operations to call the getPositionOfWebPart method. post: tags: - sites.Actions - summary: Invoke action copyToSection - description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 - operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.copyToSection - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - id: - type: string - nullable: true - groupId: - type: string - nullable: true - siteCollectionId: - type: string - nullable: true - siteId: - type: string - nullable: true - required: true + summary: Invoke action getPositionOfWebPart + operationId: sites.site.pages.baseSitePage.microsoft.graph.sitePage.canvasLayout.verticalSection.webparts.webPart.getPositionOfWebPart responses: 2XX: description: Success @@ -500898,7 +578362,7 @@ paths: application/json: schema: anyOf: - - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + - $ref: '#/components/schemas/microsoft.graph.webPartPosition' - type: object nullable: true 4XX: @@ -500914,52 +578378,40 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: baseSitePage + - name: webPart-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of webPart required: true schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: webPart x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': - description: Provides operations to call the onenotePatchContent method. - post: + - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart' + - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart' + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/$count': + description: Provides operations to count the resources in the collection. + get: tags: - - sites.Actions - summary: Invoke action onenotePatchContent - operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - commands: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' - required: true + - sites.baseSitePage + summary: Get the number of the resource + operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.webparts.GetCount-185f + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action parameters: - name: site-id in: path @@ -500968,47 +578420,54 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': - description: Provides operations to call the preview method. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser': + description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - - sites.Functions - summary: Invoke function preview - operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.preview + - sites.baseSitePage + summary: Get createdByUser from sites + description: Identity of the user who created the item. Read-only. + operationId: sites.pages.AsSitePage.GetCreatedByUser + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - - type: object - nullable: true + $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -501017,33 +578476,26 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': - description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. + - '/sites/{site-id}/createdByUser' + - '/sites/{site-id}/lists/{list-id}/createdByUser' + - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' + - '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' + - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/mailboxSettings': get: tags: - - sites.onenote - summary: Get parentNotebook from sites - description: The notebook that contains the page. Read-only. - operationId: sites.onenote.sections.pages.GetParentNotebook + - sites.baseSitePage + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: sites.pages.AsSitePage.createdByUser.GetMailboxSettings parameters: - name: $select in: query @@ -501067,16 +578519,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + patch: + tags: + - sites.baseSitePage + summary: Update property mailboxSettings value. + operationId: sites.pages.AsSitePage.createdByUser.UpdateMailboxSettings + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -501085,34 +578559,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': - description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/serviceProvisioningErrors': get: tags: - - sites.onenote - summary: Get parentSection from sites - description: The section that contains the page. Read-only. - operationId: sites.onenote.sections.pages.GetParentSection + - sites.baseSitePage + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: sites.pages.AsSitePage.createdByUser.ListServiceProvisioningErrors parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -501135,16 +578611,14 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore parameters: - name: site-id in: path @@ -501153,32 +578627,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenotePage - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count': + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.onenote + - sites.baseSitePage summary: Get the number of the resource - operationId: sites.onenote.sections.pages.GetCount-a33a + operationId: sites.pages.AsSitePage.createdByUser.ServiceProvisioningErrors.GetCount-a4bd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -501197,21 +578659,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook': - description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser': + description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - - sites.onenote - summary: Get parentNotebook from sites - description: The notebook that contains the section. Read-only. - operationId: sites.onenote.sections.GetParentNotebook + - sites.baseSitePage + summary: Get lastModifiedByUser from sites + description: Identity of the user who last modified the item. Read-only. + operationId: sites.pages.AsSitePage.GetLastModifiedByUser parameters: - name: $select in: query @@ -501239,7 +578701,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: @@ -501253,25 +578715,26 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup': - description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. + - '/sites/{site-id}/lastModifiedByUser' + - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' + - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' + - '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' + - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/mailboxSettings': get: tags: - - sites.onenote - summary: Get parentSectionGroup from sites - description: The section group that contains the section. Read-only. - operationId: sites.onenote.sections.GetParentSectionGroup + - sites.baseSitePage + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: sites.pages.AsSitePage.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query @@ -501295,16 +578758,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + patch: + tags: + - sites.baseSitePage + summary: Update property mailboxSettings value. + operationId: sites.pages.AsSitePage.lastModifiedByUser.UpdateMailboxSettings + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -501313,24 +578798,88 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: onenoteSection - x-ms-docs-grouped-path: - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/sections/$count': + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/serviceProvisioningErrors': + get: + tags: + - sites.baseSitePage + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: sites.pages.AsSitePage.lastModifiedByUser.ListServiceProvisioningErrors + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + schema: + type: string + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.onenote + - sites.baseSitePage summary: Get the number of the resource - operationId: sites.onenote.sections.GetCount-5061 + operationId: sites.pages.AsSitePage.lastModifiedByUser.ServiceProvisioningErrors.GetCount-9ea6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -501349,17 +578898,21 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/operations': - description: Provides operations to manage the operations property of the microsoft.graph.site entity. + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + schema: + type: string + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts': + description: Provides operations to manage the webParts property of the microsoft.graph.sitePage entity. get: tags: - - sites.richLongRunningOperation - summary: List operations on a site - description: Get a list of rich long-running operations associated with a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0 - operationId: sites.ListOperations + - sites.baseSitePage + summary: Get webParts from sites + description: Collection of webparts on the SharePoint page. + operationId: sites.pages.AsSitePage.ListWebParts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -501398,7 +578951,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -501409,15 +578962,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.richLongRunningOperation - summary: Create new navigation property to operations for sites - operationId: sites.CreateOperations + - sites.baseSitePage + summary: Create new navigation property to webParts for sites + operationId: sites.pages.AsSitePage.CreateWebParts requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -501425,7 +578978,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: @@ -501439,19 +578992,21 @@ paths: schema: type: string x-ms-docs-key-type: site - x-ms-docs-grouped-path: - - '/sites/{site-id}/getByPath(path=''{path}'')/operations' - '/sites/{site-id}/operations/{richLongRunningOperation-id}': - description: Provides operations to manage the operations property of the microsoft.graph.site entity. + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + schema: + type: string + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}': + description: Provides operations to manage the webParts property of the microsoft.graph.sitePage entity. get: tags: - - sites.richLongRunningOperation - summary: Get richLongRunningOperation - description: Get the status of a rich long-running operation on a site or a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0 - operationId: sites.GetOperations + - sites.baseSitePage + summary: Get webParts from sites + description: Collection of webparts on the SharePoint page. + operationId: sites.pages.AsSitePage.GetWebParts parameters: - name: $select in: query @@ -501479,7 +579034,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: @@ -501487,15 +579042,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.richLongRunningOperation - summary: Update the navigation property operations in sites - operationId: sites.UpdateOperations + - sites.baseSitePage + summary: Update the navigation property webParts in sites + operationId: sites.pages.AsSitePage.UpdateWebParts requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -501503,7 +579058,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: @@ -501511,9 +579066,13 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.richLongRunningOperation - summary: Delete navigation property operations for sites - operationId: sites.DeleteOperations + - sites.baseSitePage + summary: Delete webPart + description: Delete a webPart object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0 + operationId: sites.pages.AsSitePage.DeleteWebParts parameters: - name: If-Match in: header @@ -501536,20 +579095,74 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: richLongRunningOperation-id + - name: baseSitePage-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of baseSitePage required: true schema: type: string - x-ms-docs-key-type: richLongRunningOperation - '/sites/{site-id}/operations/$count': + x-ms-docs-key-type: baseSitePage + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + schema: + type: string + x-ms-docs-key-type: webPart + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart': + description: Provides operations to call the getPositionOfWebPart method. + post: + tags: + - sites.Actions + summary: Invoke action getPositionOfWebPart + operationId: sites.site.pages.baseSitePage.microsoft.graph.sitePage.webParts.webPart.getPositionOfWebPart + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.webPartPosition' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + schema: + type: string + x-ms-docs-key-type: baseSitePage + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + schema: + type: string + x-ms-docs-key-type: webPart + x-ms-docs-grouped-path: + - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart' + - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart' + '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.richLongRunningOperation + - sites.baseSitePage summary: Get the number of the resource - operationId: sites.operations.GetCount-71b0 + operationId: sites.pages.AsSitePage.webParts.GetCount-eb99 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -501568,17 +579181,49 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/pages': - description: Provides operations to manage the pages property of the microsoft.graph.site entity. + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + schema: + type: string + x-ms-docs-key-type: baseSitePage + '/sites/{site-id}/pages/$count': + description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage - summary: List baseSitePages - description: Get the collection of baseSitePage objects from the site pages list in a site. All pages in the site are returned (with pagination). Sort alphabetically by name in ascending order. The following table lists the available subtypes. + summary: Get the number of the resource + operationId: sites.pages.GetCount-3155 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/pages/graph.sitePage': + description: Casts the previous resource to sitePage. + get: + tags: + - sites.baseSitePage + summary: Get SitePage + description: Returns the metadata for a sitePage in the site pages list in a site. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0 - operationId: sites.ListPages + url: https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0 + operationId: sites.ListPages.AsSitePage parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -501617,7 +579262,97 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.sitePageCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/pages/graph.sitePage/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.baseSitePage + summary: Get the number of the resource + operationId: sites.Pages.GetCount.AsSitePage-c4ed + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/permissions': + description: Provides operations to manage the permissions property of the microsoft.graph.site entity. + get: + tags: + - sites.permission + summary: List permissions + description: Get the permission resources from the permissions navigation property on a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0 + operationId: sites.ListPermissions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -501628,19 +579363,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.baseSitePage - summary: Create a page in the site pages list of a site - description: Create a new sitePage in the site pages list in a site. + - sites.permission + summary: Create permission + description: 'Create a new permission object on a site. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0 - operationId: sites.CreatePages + url: https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0 + operationId: sites.CreatePermissions requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: @@ -501648,7 +579383,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: @@ -501663,18 +579398,18 @@ paths: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - - '/sites/{site-id}/getByPath(path=''{path}'')/pages' - '/sites/{site-id}/pages/{baseSitePage-id}': - description: Provides operations to manage the pages property of the microsoft.graph.site entity. + - '/sites/{site-id}/getByPath(path=''{path}'')/permissions' + '/sites/{site-id}/permissions/{permission-id}': + description: Provides operations to manage the permissions property of the microsoft.graph.site entity. get: tags: - - sites.baseSitePage - summary: Get baseSitePage - description: Get the metadata for a baseSitePage in the site pages list in a site. + - sites.permission + summary: Get permission + description: Retrieve the properties and relationships of a permission object on a site. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0 - operationId: sites.GetPages + url: https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0 + operationId: sites.GetPermissions parameters: - name: $select in: query @@ -501702,7 +579437,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: @@ -501710,15 +579445,19 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.baseSitePage - summary: Update the navigation property pages in sites - operationId: sites.UpdatePages + - sites.permission + summary: Update permission + description: 'Update an application permission object on a site. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0 + operationId: sites.UpdatePermissions requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: @@ -501726,7 +579465,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: @@ -501734,13 +579473,13 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.baseSitePage - summary: Delete baseSitePage - description: Delete a baseSitePage from the site pages list in a site. + - sites.permission + summary: Delete permission + description: Delete a permission object on a site. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0 - operationId: sites.DeletePages + url: https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0 + operationId: sites.DeletePermissions parameters: - name: If-Match in: header @@ -501763,22 +579502,132 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: permission-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of permission required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser': - description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. + x-ms-docs-key-type: permission + '/sites/{site-id}/permissions/{permission-id}/grant': + description: Provides operations to call the grant method. + post: + tags: + - sites.Actions + summary: Invoke action grant + description: Grant users access to a link represented by a permission. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 + operationId: sites.site.permissions.permission.grant + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + roles: + type: array + items: + type: string + nullable: true + recipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRecipient' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of permission + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permission' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: permission-id + in: path + description: The unique identifier of permission + required: true + schema: + type: string + x-ms-docs-key-type: permission + '/sites/{site-id}/permissions/$count': + description: Provides operations to count the resources in the collection. get: tags: - - sites.baseSitePage - summary: Get createdByUser from sites - description: Identity of the user who created the item. Read-only. - operationId: sites.pages.GetCreatedByUser + - sites.permission + summary: Get the number of the resource + operationId: sites.permissions.GetCount-511e + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/sites': + description: Provides operations to manage the sites property of the microsoft.graph.site entity. + get: + tags: + - sites.site + summary: List subsites for a site + description: Get a collection of subsites defined for a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0 + operationId: sites.ListSites parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -501801,15 +579650,14 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id @@ -501819,26 +579667,16 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - schema: - type: string - x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - - '/sites/{site-id}/createdByUser' - - '/sites/{site-id}/lists/{list-id}/createdByUser' - - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - - '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings': + - '/sites/{site-id}/getByPath(path=''{path}'')/sites' + '/sites/{site-id}/sites/{site-id1}': + description: Provides operations to manage the sites property of the microsoft.graph.site entity. get: tags: - - sites.baseSitePage - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: sites.pages.createdByUser.GetMailboxSettings + - sites.site + summary: Get sites from sites + description: The collection of the sub-sites under this site. + operationId: sites.GetSites parameters: - name: $select in: query @@ -501862,34 +579700,44 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - patch: - tags: - - sites.baseSitePage - summary: Update property mailboxSettings value. - operationId: sites.pages.createdByUser.UpdateMailboxSettings - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: site-id1 + in: path + description: The unique identifier of site required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/sites/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.site + summary: Get the number of the resource + operationId: sites.sites.GetCount-f499 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -501902,36 +579750,18 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - schema: - type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors': + '/sites/{site-id}/termStore': + description: Provides operations to manage the termStore property of the microsoft.graph.site entity. get: tags: - - sites.baseSitePage - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: sites.pages.createdByUser.ListServiceProvisioningErrors + - sites.store + summary: Get store + description: Read the properties and relationships of a store object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0 + operationId: sites.GetTermStore parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -501954,46 +579784,63 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update store + description: Update the properties of a store object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0 + operationId: sites.UpdateTermStore + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true - schema: - type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count': - description: Provides operations to count the resources in the collection. - get: + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: tags: - - sites.baseSitePage - summary: Get the number of the resource - operationId: sites.pages.createdByUser.ServiceProvisioningErrors.GetCount-7e89 + - sites.store + summary: Delete navigation property termStore for sites + operationId: sites.DeleteTermStore parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: If-Match + in: header + description: ETag + schema: + type: string responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -502001,23 +579848,36 @@ paths: required: true schema: type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - schema: - type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser': - description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. + x-ms-docs-key-type: site + x-ms-docs-grouped-path: + - '/sites/{site-id}/getByPath(path=''{path}'')/termStore' + '/sites/{site-id}/termStore/groups': + description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - - sites.baseSitePage - summary: Get lastModifiedByUser from sites - description: Identity of the user who last modified the item. Read-only. - operationId: sites.pages.GetLastModifiedByUser + - sites.store + summary: List termStore groups + description: Get a list of group objects in a term store. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0 + operationId: sites.termStore.ListGroups parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -502040,11 +579900,38 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create termStore group + description: Create a new group object in a term store. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0 + operationId: sites.termStore.CreateGroups + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502058,26 +579945,19 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - schema: - type: string - x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - - '/sites/{site-id}/lastModifiedByUser' - - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - - '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings': + - '/sites/{site-id}/termStores/{store-id}/groups' + '/sites/{site-id}/termStore/groups/{group-id}': + description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - - sites.baseSitePage - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: sites.pages.lastModifiedByUser.GetMailboxSettings + - sites.store + summary: Get group + description: Read the properties and relationships of a term store group object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0 + operationId: sites.termStore.GetGroups parameters: - name: $select in: query @@ -502101,26 +579981,27 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation patch: tags: - - sites.baseSitePage - summary: Update property mailboxSettings value. - operationId: sites.pages.lastModifiedByUser.UpdateMailboxSettings + - sites.store + summary: Update the navigation property groups in sites + operationId: sites.termStore.UpdateGroups requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: @@ -502128,11 +580009,35 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.group' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete group + description: 'Delete a group object in a term [store].' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0 + operationId: sites.termStore.DeleteGroups + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -502141,20 +580046,26 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors': + x-ms-docs-key-type: group + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}' + '/sites/{site-id}/termStore/groups/{group-id}/sets': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - - sites.baseSitePage - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: sites.pages.lastModifiedByUser.ListServiceProvisioningErrors + - sites.store + summary: List sets + description: Get a list of the set objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 + operationId: sites.termStore.groups.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -502193,7 +580104,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502201,96 +580112,31 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - schema: - type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count': - description: Provides operations to count the resources in the collection. - get: + x-ms-docs-operation-type: operation + post: tags: - - sites.baseSitePage - summary: Get the number of the resource - operationId: sites.pages.lastModifiedByUser.ServiceProvisioningErrors.GetCount-6cf6 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage + - sites.store + summary: Create new navigation property to sets for sites + operationId: sites.termStore.groups.CreateSets + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true - schema: - type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage': - description: Casts the previous resource to sitePage. - get: - tags: - - sites.baseSitePage - summary: Get SitePage - description: Returns the metadata for a sitePage in the site pages list in a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0 - operationId: sites.GetPages.AsSitePage - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Entity result. + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sitePage' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -502299,21 +580145,25 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout': - description: Provides operations to manage the canvasLayout property of the microsoft.graph.sitePage entity. + x-ms-docs-key-type: group + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - - sites.baseSitePage - summary: Get canvasLayout from sites - description: 'Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.' - operationId: sites.pages.AsSitePage.GetCanvasLayout + - sites.store + summary: Get sets from sites + description: 'All sets under the group in a term [store].' + operationId: sites.termStore.groups.GetSets parameters: - name: $select in: query @@ -502341,7 +580191,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.canvasLayout' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502349,15 +580199,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.baseSitePage - summary: Update the navigation property canvasLayout in sites - operationId: sites.pages.AsSitePage.UpdateCanvasLayout + - sites.store + summary: Update the navigation property sets in sites + operationId: sites.termStore.groups.UpdateSets requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.canvasLayout' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -502365,7 +580215,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.canvasLayout' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502373,9 +580223,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.baseSitePage - summary: Delete navigation property canvasLayout for sites - operationId: sites.pages.AsSitePage.DeleteCanvasLayout + - sites.store + summary: Delete navigation property sets for sites + operationId: sites.termStore.groups.DeleteSets parameters: - name: If-Match in: header @@ -502398,21 +580248,32 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections': - description: Provides operations to manage the horizontalSections property of the microsoft.graph.canvasLayout entity. + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children': + description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - - sites.baseSitePage - summary: Get horizontalSections from sites - description: Collection of horizontal sections on the SharePoint page. - operationId: sites.pages.AsSitePage.canvasLayout.ListHorizontalSections + - sites.store + summary: Get children from sites + description: 'Children terms of set in term [store].' + operationId: sites.termStore.groups.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -502451,7 +580312,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.horizontalSectionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502462,15 +580323,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.baseSitePage - summary: Create new navigation property to horizontalSections for sites - operationId: sites.pages.AsSitePage.canvasLayout.CreateHorizontalSections + - sites.store + summary: Create new navigation property to children for sites + operationId: sites.termStore.groups.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -502478,7 +580339,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502492,21 +580353,34 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}': - description: Provides operations to manage the horizontalSections property of the microsoft.graph.canvasLayout entity. + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/sets/{set-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}': + description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - - sites.baseSitePage - summary: Get horizontalSections from sites - description: Collection of horizontal sections on the SharePoint page. - operationId: sites.pages.AsSitePage.canvasLayout.GetHorizontalSections + - sites.store + summary: Get children from sites + description: 'Children terms of set in term [store].' + operationId: sites.termStore.groups.sets.GetChildren parameters: - name: $select in: query @@ -502534,7 +580408,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502542,15 +580416,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.baseSitePage - summary: Update the navigation property horizontalSections in sites - operationId: sites.pages.AsSitePage.canvasLayout.UpdateHorizontalSections + - sites.store + summary: Update the navigation property children in sites + operationId: sites.termStore.groups.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -502558,7 +580432,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502566,9 +580440,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.baseSitePage - summary: Delete navigation property horizontalSections for sites - operationId: sites.pages.AsSitePage.canvasLayout.DeleteHorizontalSections + - sites.store + summary: Delete navigation property children for sites + operationId: sites.termStore.groups.sets.DeleteChildren parameters: - name: If-Match in: header @@ -502591,28 +580465,41 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: horizontalSection - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns': - description: Provides operations to manage the columns property of the microsoft.graph.horizontalSection entity. + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children': + description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - - sites.baseSitePage - summary: Get columns from sites - description: The set of vertical columns in this section. - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.ListColumns + - sites.store + summary: Get children from sites + description: Children of current term. + operationId: sites.termStore.groups.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -502651,7 +580538,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.horizontalSectionColumnCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502662,15 +580549,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.baseSitePage - summary: Create new navigation property to columns for sites - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.CreateColumns + - sites.store + summary: Create new navigation property to children for sites + operationId: sites.termStore.groups.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -502678,7 +580565,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502692,28 +580579,47 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: horizontalSection - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}': - description: Provides operations to manage the columns property of the microsoft.graph.horizontalSection entity. + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': + description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - - sites.baseSitePage - summary: Get columns from sites - description: The set of vertical columns in this section. - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.GetColumns + - sites.store + summary: Get children from sites + description: Children of current term. + operationId: sites.termStore.groups.sets.children.GetChildren parameters: - name: $select in: query @@ -502741,7 +580647,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502749,15 +580655,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.baseSitePage - summary: Update the navigation property columns in sites - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.UpdateColumns + - sites.store + summary: Update the navigation property children in sites + operationId: sites.termStore.groups.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -502765,7 +580671,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502773,9 +580679,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.baseSitePage - summary: Delete navigation property columns for sites - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.DeleteColumns + - sites.store + summary: Delete navigation property children for sites + operationId: sites.termStore.groups.sets.children.DeleteChildren parameters: - name: If-Match in: header @@ -502798,35 +580704,54 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of horizontalSectionColumn + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: horizontalSectionColumn - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts': - description: Provides operations to manage the webparts property of the microsoft.graph.horizontalSectionColumn entity. + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - - sites.baseSitePage - summary: Get webparts from sites - description: The collection of WebParts in this column. - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.ListWebparts + - sites.store + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStore.groups.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -502865,7 +580790,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502876,15 +580801,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.baseSitePage - summary: Create new navigation property to webparts for sites - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.CreateWebparts + - sites.store + summary: Create new navigation property to relations for sites + operationId: sites.termStore.groups.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -502892,7 +580817,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502906,35 +580831,66 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of horizontalSectionColumn + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: horizontalSectionColumn - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}': - description: Provides operations to manage the webparts property of the microsoft.graph.horizontalSectionColumn entity. + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - - sites.baseSitePage - summary: Get webparts from sites - description: The collection of WebParts in this column. - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.GetWebparts + - sites.store + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStore.groups.sets.children.children.GetRelations parameters: - name: $select in: query @@ -502962,7 +580918,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502970,15 +580926,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.baseSitePage - summary: Update the navigation property webparts in sites - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.UpdateWebparts + - sites.store + summary: Update the navigation property relations in sites + operationId: sites.termStore.groups.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -502986,7 +580942,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -502994,9 +580950,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.baseSitePage - summary: Delete navigation property webparts for sites - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.DeleteWebparts + - sites.store + summary: Delete navigation property relations for sites + operationId: sites.termStore.groups.sets.children.children.DeleteRelations parameters: - name: If-Match in: header @@ -503019,56 +580975,106 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of horizontalSectionColumn + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: horizontalSectionColumn - - name: webPart-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of webPart + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: webPart - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart': - description: Provides operations to call the getPositionOfWebPart method. - post: + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + get: tags: - - sites.Actions - summary: Invoke action getPositionOfWebPart - operationId: sites.site.pages.baseSitePage.microsoft.graph.sitePage.canvasLayout.horizontalSections.horizontalSection.columns.horizontalSectionColumn.webparts.webPart.getPositionOfWebPart + - sites.store + summary: Get fromTerm from sites + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: sites.termStore.groups.sets.children.children.relations.GetFromTerm + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.webPartPosition' - - type: object - nullable: true + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -503077,54 +581083,112 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of horizontalSectionColumn + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: horizontalSectionColumn - - name: webPart-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of webPart + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart' - - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count': - description: Provides operations to count the resources in the collection. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - - sites.baseSitePage - summary: Get the number of the resource - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.webparts.GetCount-bbb9 + - sites.store + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStore.groups.sets.children.children.relations.GetSet parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -503133,44 +581197,112 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of horizontalSectionColumn + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: horizontalSectionColumn - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count': - description: Provides operations to count the resources in the collection. + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - - sites.baseSitePage - summary: Get the number of the resource - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.GetCount-9382 + - sites.store + summary: Get toTerm from sites + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: sites.termStore.groups.sets.children.children.relations.GetToTerm parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -503179,27 +581311,78 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: horizontalSection - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/$count': + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.baseSitePage + - sites.store summary: Get the number of the resource - operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.GetCount-38fc + operationId: sites.termStore.groups.sets.children.children.relations.GetCount-0d34 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -503218,21 +581401,42 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection': - description: Provides operations to manage the verticalSection property of the microsoft.graph.canvasLayout entity. + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - - sites.baseSitePage - summary: Get verticalSection from sites - description: Vertical section on the SharePoint page. - operationId: sites.pages.AsSitePage.canvasLayout.GetVerticalSection + - sites.store + summary: Get set from sites + description: 'The [set] in which the term is created.' + operationId: sites.termStore.groups.sets.children.children.GetSet parameters: - name: $select in: query @@ -503260,55 +581464,89 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.verticalSection' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - sites.baseSitePage - summary: Update the navigation property verticalSection in sites - operationId: sites.pages.AsSitePage.canvasLayout.UpdateVerticalSection - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.verticalSection' + parameters: + - name: site-id + in: path + description: The unique identifier of site required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.verticalSection' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + schema: + type: string + x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count': + description: Provides operations to count the resources in the collection. + get: tags: - - sites.baseSitePage - summary: Delete navigation property verticalSection for sites - operationId: sites.pages.AsSitePage.canvasLayout.DeleteVerticalSection + - sites.store + summary: Get the number of the resource + operationId: sites.termStore.groups.sets.children.children.GetCount-ecf0 parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -503317,21 +581555,35 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts': - description: Provides operations to manage the webparts property of the microsoft.graph.verticalSection entity. + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - - sites.baseSitePage - summary: Get webparts from sites - description: The set of web parts in this section. - operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.ListWebparts + - sites.store + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStore.groups.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -503370,7 +581622,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -503381,15 +581633,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.baseSitePage - summary: Create new navigation property to webparts for sites - operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.CreateWebparts + - sites.store + summary: Create new navigation property to relations for sites + operationId: sites.termStore.groups.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -503397,7 +581649,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -503411,21 +581663,59 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}': - description: Provides operations to manage the webparts property of the microsoft.graph.verticalSection entity. + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - - sites.baseSitePage - summary: Get webparts from sites - description: The set of web parts in this section. - operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.GetWebparts + - sites.store + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStore.groups.sets.children.GetRelations parameters: - name: $select in: query @@ -503453,7 +581743,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -503461,15 +581751,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.baseSitePage - summary: Update the navigation property webparts in sites - operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.UpdateWebparts + - sites.store + summary: Update the navigation property relations in sites + operationId: sites.termStore.groups.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -503477,7 +581767,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -503485,9 +581775,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.baseSitePage - summary: Delete navigation property webparts for sites - operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.DeleteWebparts + - sites.store + summary: Delete navigation property relations for sites + operationId: sites.termStore.groups.sets.children.DeleteRelations parameters: - name: If-Match in: header @@ -503510,42 +581800,99 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of webPart + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: webPart - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart': - description: Provides operations to call the getPositionOfWebPart method. - post: + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + get: tags: - - sites.Actions - summary: Invoke action getPositionOfWebPart - operationId: sites.site.pages.baseSitePage.microsoft.graph.sitePage.canvasLayout.verticalSection.webparts.webPart.getPositionOfWebPart + - sites.store + summary: Get fromTerm from sites + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: sites.termStore.groups.sets.children.relations.GetFromTerm + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.webPartPosition' - - type: object - nullable: true + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -503554,30 +581901,285 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of webPart + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart' - - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/$count': + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + get: + tags: + - sites.store + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStore.groups.sets.children.relations.GetSet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + get: + tags: + - sites.store + summary: Get toTerm from sites + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: sites.termStore.groups.sets.children.relations.GetToTerm + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.baseSitePage + - sites.store summary: Get the number of the resource - operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.webparts.GetCount-185f + operationId: sites.termStore.groups.sets.children.relations.GetCount-0d34 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -503596,21 +582198,35 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser': - description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - - sites.baseSitePage - summary: Get createdByUser from sites - description: Identity of the user who created the item. Read-only. - operationId: sites.pages.AsSitePage.GetCreatedByUser + - sites.store + summary: Get set from sites + description: 'The [set] in which the term is created.' + operationId: sites.termStore.groups.sets.children.GetSet parameters: - name: $select in: query @@ -503638,7 +582254,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -503652,26 +582268,98 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/createdByUser' - - '/sites/{site-id}/lists/{list-id}/createdByUser' - - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - - '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/mailboxSettings': + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/$count': + description: Provides operations to count the resources in the collection. get: tags: - - sites.baseSitePage - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: sites.pages.AsSitePage.createdByUser.GetMailboxSettings + - sites.store + summary: Get the number of the resource + operationId: sites.termStore.groups.sets.children.GetCount-ecf0 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup': + description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. + get: + tags: + - sites.store + summary: Get parentGroup from sites + description: 'The parent [group] that contains the set.' + operationId: sites.termStore.groups.sets.GetParentGroup parameters: - name: $select in: query @@ -503695,26 +582383,27 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation patch: tags: - - sites.baseSitePage - summary: Update property mailboxSettings value. - operationId: sites.pages.AsSitePage.createdByUser.UpdateMailboxSettings + - sites.store + summary: Update the navigation property parentGroup in sites + operationId: sites.termStore.groups.sets.UpdateParentGroup requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: @@ -503722,11 +582411,31 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.group' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property parentGroup for sites + operationId: sites.termStore.groups.sets.DeleteParentGroup + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -503735,20 +582444,32 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/serviceProvisioningErrors': + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - - sites.baseSitePage - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: sites.pages.AsSitePage.createdByUser.ListServiceProvisioningErrors + - sites.store + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. + operationId: sites.termStore.groups.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -503787,7 +582508,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -503795,6 +582516,31 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to relations for sites + operationId: sites.termStore.groups.sets.CreateRelations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -503803,30 +582549,110 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/serviceProvisioningErrors/$count': - description: Provides operations to count the resources in the collection. + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - - sites.baseSitePage - summary: Get the number of the resource - operationId: sites.pages.AsSitePage.createdByUser.ServiceProvisioningErrors.GetCount-a4bd + - sites.store + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. + operationId: sites.termStore.groups.sets.GetRelations parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property relations in sites + operationId: sites.termStore.groups.sets.UpdateRelations + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property relations for sites + operationId: sites.termStore.groups.sets.DeleteRelations + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -503835,21 +582661,41 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser': - description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm': + description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - - sites.baseSitePage - summary: Get lastModifiedByUser from sites - description: Identity of the user who last modified the item. Read-only. - operationId: sites.pages.AsSitePage.GetLastModifiedByUser + - sites.store + summary: Get fromTerm from sites + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: sites.termStore.groups.sets.relations.GetFromTerm parameters: - name: $select in: query @@ -503877,7 +582723,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -503891,26 +582737,65 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/lastModifiedByUser' - - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - - '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/mailboxSettings': + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - - sites.baseSitePage - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: sites.pages.AsSitePage.lastModifiedByUser.GetMailboxSettings + - sites.store + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStore.groups.sets.relations.GetSet parameters: - name: $select in: query @@ -503934,38 +582819,16 @@ paths: type: string responses: 2XX: - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - patch: - tags: - - sites.baseSitePage - summary: Update property mailboxSettings value. - operationId: sites.pages.AsSitePage.lastModifiedByUser.UpdateMailboxSettings - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - required: true - responses: - 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -503974,36 +582837,66 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/serviceProvisioningErrors': + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm': + description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - - sites.baseSitePage - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: sites.pages.AsSitePage.lastModifiedByUser.ListServiceProvisioningErrors + - sites.store + summary: Get toTerm from sites + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: sites.termStore.groups.sets.relations.GetToTerm parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -504026,14 +582919,16 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -504042,20 +582937,64 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count': + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.baseSitePage + - sites.store summary: Get the number of the resource - operationId: sites.pages.AsSitePage.lastModifiedByUser.ServiceProvisioningErrors.GetCount-9ea6 + operationId: sites.termStore.groups.sets.relations.GetCount-efa1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -504074,21 +583013,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts': - description: Provides operations to manage the webParts property of the microsoft.graph.sitePage entity. + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms': + description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - - sites.baseSitePage - summary: Get webParts from sites - description: Collection of webparts on the SharePoint page. - operationId: sites.pages.AsSitePage.ListWebParts + - sites.store + summary: Get term + description: Read the properties and relationships of a term object. + operationId: sites.termStore.groups.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -504127,7 +583073,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -504138,15 +583084,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.baseSitePage - summary: Create new navigation property to webParts for sites - operationId: sites.pages.AsSitePage.CreateWebParts + - sites.store + summary: Create new navigation property to terms for sites + operationId: sites.termStore.groups.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -504154,7 +583100,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -504168,21 +583114,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}': - description: Provides operations to manage the webParts property of the microsoft.graph.sitePage entity. + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' + - '/sites/{site-id}/termStore/sets/{set-id}/terms' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}': + description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - - sites.baseSitePage - summary: Get webParts from sites - description: Collection of webparts on the SharePoint page. - operationId: sites.pages.AsSitePage.GetWebParts + - sites.store + summary: Get term + description: Read the properties and relationships of a term object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + operationId: sites.termStore.groups.sets.GetTerms parameters: - name: $select in: query @@ -504210,7 +583172,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -504218,15 +583180,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.baseSitePage - summary: Update the navigation property webParts in sites - operationId: sites.pages.AsSitePage.UpdateWebParts + - sites.store + summary: Update the navigation property terms in sites + operationId: sites.termStore.groups.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -504234,7 +583196,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -504242,13 +583204,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.baseSitePage - summary: Delete webPart - description: Delete a webPart object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0 - operationId: sites.pages.AsSitePage.DeleteWebParts + - sites.store + summary: Delete navigation property terms for sites + operationId: sites.termStore.groups.sets.DeleteTerms parameters: - name: If-Match in: header @@ -504271,135 +583229,41 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id - in: path - description: The unique identifier of webPart - required: true - schema: - type: string - x-ms-docs-key-type: webPart - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart': - description: Provides operations to call the getPositionOfWebPart method. - post: - tags: - - sites.Actions - summary: Invoke action getPositionOfWebPart - operationId: sites.site.pages.baseSitePage.microsoft.graph.sitePage.webParts.webPart.getPositionOfWebPart - responses: - 2XX: - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.webPartPosition' - - type: object - nullable: true - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - parameters: - - name: site-id + - name: group-id in: path - description: The unique identifier of site + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: site - - name: baseSitePage-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of webPart + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart' - - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.baseSitePage - summary: Get the number of the resource - operationId: sites.pages.AsSitePage.webParts.GetCount-eb99 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - schema: - type: string - x-ms-docs-key-type: baseSitePage - '/sites/{site-id}/pages/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.baseSitePage - summary: Get the number of the resource - operationId: sites.pages.GetCount-3155 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - '/sites/{site-id}/pages/graph.sitePage': - description: Casts the previous resource to sitePage. + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children': + description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - - sites.baseSitePage - summary: Get SitePage - description: Returns the metadata for a sitePage in the site pages list in a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0 - operationId: sites.ListPages.AsSitePage + - sites.store + summary: Get children from sites + description: Children of current term. + operationId: sites.termStore.groups.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -504438,7 +583302,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sitePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -504446,6 +583310,31 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to children for sites + operationId: sites.termStore.groups.sets.terms.CreateChildren + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -504454,23 +583343,123 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/pages/graph.sitePage/$count': - description: Provides operations to count the resources in the collection. + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': + description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - - sites.baseSitePage - summary: Get the number of the resource - operationId: sites.Pages.GetCount.AsSitePage-c4ed + - sites.store + summary: Get children from sites + description: Children of current term. + operationId: sites.termStore.groups.sets.terms.GetChildren parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property children in sites + operationId: sites.termStore.groups.sets.terms.UpdateChildren + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property children for sites + operationId: sites.termStore.groups.sets.terms.DeleteChildren + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -504479,17 +583468,54 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/permissions': - description: Provides operations to manage the permissions property of the microsoft.graph.site entity. + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - - sites.permission - summary: List permissions - description: Get the permission resources from the permissions navigation property on a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0 - operationId: sites.ListPermissions + - sites.store + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStore.groups.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -504528,7 +583554,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -504539,19 +583565,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.permission - summary: Create permission - description: 'Create a new permission object on a site. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0 - operationId: sites.CreatePermissions + - sites.store + summary: Create new navigation property to relations for sites + operationId: sites.termStore.groups.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -504559,7 +583581,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -504573,19 +583595,66 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/getByPath(path=''{path}'')/permissions' - '/sites/{site-id}/permissions/{permission-id}': - description: Provides operations to manage the permissions property of the microsoft.graph.site entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - - sites.permission - summary: Get permission - description: Retrieve the properties and relationships of a permission object on a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0 - operationId: sites.GetPermissions + - sites.store + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStore.groups.sets.terms.children.GetRelations parameters: - name: $select in: query @@ -504613,7 +583682,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -504621,19 +583690,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.permission - summary: Update permission - description: 'Update an application permission object on a site. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0 - operationId: sites.UpdatePermissions + - sites.store + summary: Update the navigation property relations in sites + operationId: sites.termStore.groups.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -504641,7 +583706,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -504649,13 +583714,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.permission - summary: Delete permission - description: Delete a permission object on a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0 - operationId: sites.DeletePermissions + - sites.store + summary: Delete navigation property relations for sites + operationId: sites.termStore.groups.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header @@ -504678,97 +583739,106 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: permission-id + - name: group-id in: path - description: The unique identifier of permission + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: permission - '/sites/{site-id}/permissions/{permission-id}/grant': - description: Provides operations to call the grant method. - post: - tags: - - sites.Actions - summary: Invoke action grant - description: Grant users access to a link represented by a permission. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 - operationId: sites.site.permissions.permission.grant - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - roles: - type: array - items: - type: string - nullable: true - recipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveRecipient' + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of permission - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.permission' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - parameters: - - name: site-id + schema: + type: string + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: site - - name: permission-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of permission + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: permission - '/sites/{site-id}/permissions/$count': - description: Provides operations to count the resources in the collection. + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - - sites.permission - summary: Get the number of the resource - operationId: sites.permissions.GetCount-511e + - sites.store + summary: Get fromTerm from sites + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: sites.termStore.groups.sets.terms.children.relations.GetFromTerm parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -504777,33 +583847,80 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/sites': - description: Provides operations to manage the sites property of the microsoft.graph.site entity. + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - - sites.site - summary: List subsites for a site - description: Get a collection of subsites defined for a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0 - operationId: sites.ListSites + - sites.store + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStore.groups.sets.terms.children.relations.GetSet parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -504826,14 +583943,15 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id @@ -504843,16 +583961,79 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/getByPath(path=''{path}'')/sites' - '/sites/{site-id}/sites/{site-id1}': - description: Provides operations to manage the sites property of the microsoft.graph.site entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - - sites.site - summary: Get sites from sites - description: The collection of the sub-sites under this site. - operationId: sites.GetSites + - sites.store + summary: Get toTerm from sites + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: sites.termStore.groups.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query @@ -504880,7 +584061,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -504894,20 +584075,78 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: site-id1 + - name: group-id in: path - description: The unique identifier of site + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: site - '/sites/{site-id}/sites/$count': + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.site + - sites.store summary: Get the number of the resource - operationId: sites.sites.GetCount-f499 + operationId: sites.termStore.groups.sets.terms.children.relations.GetCount-5476 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -504926,17 +584165,42 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/termStore': - description: Provides operations to manage the termStore property of the microsoft.graph.site entity. + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: Get store - description: Read the properties and relationships of a store object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0 - operationId: sites.GetTermStore + summary: Get set from sites + description: 'The [set] in which the term is created.' + operationId: sites.termStore.groups.sets.terms.children.GetSet parameters: - name: $select in: query @@ -504964,59 +584228,89 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - sites.store - summary: Update store - description: Update the properties of a store object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0 - operationId: sites.UpdateTermStore - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + parameters: + - name: site-id + in: path + description: The unique identifier of site required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + schema: + type: string + x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count': + description: Provides operations to count the resources in the collection. + get: tags: - sites.store - summary: Delete navigation property termStore for sites - operationId: sites.DeleteTermStore + summary: Get the number of the resource + operationId: sites.termStore.groups.sets.terms.children.GetCount-1cfd parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -505025,19 +584319,35 @@ paths: schema: type: string x-ms-docs-key-type: site - x-ms-docs-grouped-path: - - '/sites/{site-id}/getByPath(path=''{path}'')/termStore' - '/sites/{site-id}/termStore/groups': - description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: List termStore groups - description: Get a list of group objects in a term store. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0 - operationId: sites.termStore.ListGroups + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStore.groups.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -505076,7 +584386,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -505088,18 +584398,14 @@ paths: post: tags: - sites.store - summary: Create termStore group - description: Create a new group object in a term store. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0 - operationId: sites.termStore.CreateGroups + summary: Create new navigation property to relations for sites + operationId: sites.termStore.groups.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -505107,7 +584413,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -505121,19 +584427,59 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStores/{store-id}/groups' - '/sites/{site-id}/termStore/groups/{group-id}': - description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: Get group - description: Read the properties and relationships of a term store group object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0 - operationId: sites.termStore.GetGroups + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStore.groups.sets.terms.GetRelations parameters: - name: $select in: query @@ -505161,7 +584507,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -505170,14 +584516,14 @@ paths: patch: tags: - sites.store - summary: Update the navigation property groups in sites - operationId: sites.termStore.UpdateGroups + summary: Update the navigation property relations in sites + operationId: sites.termStore.groups.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -505185,7 +584531,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -505194,12 +584540,8 @@ paths: delete: tags: - sites.store - summary: Delete group - description: 'Delete a group object in a term [store].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0 - operationId: sites.termStore.DeleteGroups + summary: Delete navigation property relations for sites + operationId: sites.termStore.groups.sets.terms.DeleteRelations parameters: - name: If-Match in: header @@ -505229,35 +584571,60 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': + description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store - summary: List sets - description: Get a list of the set objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 - operationId: sites.termStore.groups.ListSets + summary: Get fromTerm from sites + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: sites.termStore.groups.sets.terms.relations.GetFromTerm parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -505280,30 +584647,114 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + get: tags: - sites.store - summary: Create new navigation property to sets for sites - operationId: sites.termStore.groups.CreateSets - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStore.groups.sets.terms.relations.GetSet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: @@ -505328,18 +584779,65 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': + description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store - summary: Get sets from sites - description: 'All sets under the group in a term [store].' - operationId: sites.termStore.groups.GetSets + summary: Get toTerm from sites + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: sites.termStore.groups.sets.terms.relations.GetToTerm parameters: - name: $select in: query @@ -505367,27 +584865,156 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count': + description: Provides operations to count the resources in the collection. + get: tags: - sites.store - summary: Update the navigation property sets in sites - operationId: sites.termStore.groups.UpdateSets - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + summary: Get the number of the resource + operationId: sites.termStore.groups.sets.terms.relations.GetCount-5d1f + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term required: true + schema: + type: string + x-ms-docs-key-type: term + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. + get: + tags: + - sites.store + summary: Get set from sites + description: 'The [set] in which the term is created.' + operationId: sites.termStore.groups.sets.terms.GetSet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: @@ -505397,25 +585024,76 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' + '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count': + description: Provides operations to count the resources in the collection. + get: tags: - sites.store - summary: Delete navigation property sets for sites - operationId: sites.termStore.groups.DeleteSets + summary: Get the number of the resource + operationId: sites.termStore.groups.sets.terms.GetCount-ccfd parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -505438,18 +585116,71 @@ paths: schema: type: string x-ms-docs-key-type: set - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children': - description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. + '/sites/{site-id}/termStore/groups/{group-id}/sets/$count': + description: Provides operations to count the resources in the collection. get: tags: - sites.store - summary: Get children from sites - description: 'Children terms of set in term [store].' - operationId: sites.termStore.groups.sets.ListChildren + summary: Get the number of the resource + operationId: sites.termStore.groups.sets.GetCount-5bbd + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + '/sites/{site-id}/termStore/groups/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStore.groups.GetCount-f00a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + '/sites/{site-id}/termStore/sets': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. + get: + tags: + - sites.store + summary: Get set + description: Read the properties and relationships of a set object. + operationId: sites.termStore.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -505488,7 +585219,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -505500,14 +585231,18 @@ paths: post: tags: - sites.store - summary: Create new navigation property to children for sites - operationId: sites.termStore.groups.sets.CreateChildren + summary: Create termStore set + description: Create a new set object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0 + operationId: sites.termStore.CreateSets requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -505515,7 +585250,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -505529,34 +585264,19 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/sets/{set-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}': - description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStores/{store-id}/sets' + '/sites/{site-id}/termStore/sets/{set-id}': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. get: tags: - sites.store - summary: Get children from sites - description: 'Children terms of set in term [store].' - operationId: sites.termStore.groups.sets.GetChildren + summary: Get set + description: Read the properties and relationships of a set object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0 + operationId: sites.termStore.GetSets parameters: - name: $select in: query @@ -505584,7 +585304,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -505593,14 +585313,18 @@ paths: patch: tags: - sites.store - summary: Update the navigation property children in sites - operationId: sites.termStore.groups.sets.UpdateChildren + summary: Update set + description: Update the properties of a set object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0 + operationId: sites.termStore.UpdateSets requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -505608,7 +585332,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -505617,8 +585341,12 @@ paths: delete: tags: - sites.store - summary: Delete navigation property children for sites - operationId: sites.termStore.groups.sets.DeleteChildren + summary: Delete set + description: Delete a set object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0 + operationId: sites.termStore.DeleteSets parameters: - name: If-Match in: header @@ -505641,13 +585369,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -505655,27 +585376,19 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children': - description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}' + '/sites/{site-id}/termStore/sets/{set-id}/children': + description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get children from sites - description: Children of current term. - operationId: sites.termStore.groups.sets.children.ListChildren + summary: List children + description: 'Get the first level children of a [set] or [term] resource using the children navigation property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 + operationId: sites.termStore.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -505726,8 +585439,12 @@ paths: post: tags: - sites.store - summary: Create new navigation property to children for sites - operationId: sites.termStore.groups.sets.children.CreateChildren + summary: Create term + description: Create a new term object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0 + operationId: sites.termStore.sets.CreateChildren requestBody: description: New navigation property content: @@ -505755,13 +585472,111 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group + x-ms-docs-key-type: set + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}': + description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. + get: + tags: + - sites.store + summary: Get children from sites + description: 'Children terms of set in term [store].' + operationId: sites.termStore.sets.GetChildren + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property children in sites + operationId: sites.termStore.sets.UpdateChildren + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property children for sites + operationId: sites.termStore.sets.DeleteChildren + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set @@ -505777,8 +585592,115 @@ paths: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children': + description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. + get: + tags: + - sites.store + summary: Get children from sites + description: Children of current term. + operationId: sites.termStore.sets.children.ListChildren + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to children for sites + operationId: sites.termStore.sets.children.CreateChildren + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' @@ -505788,14 +585710,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStore.groups.sets.children.GetChildren + operationId: sites.termStore.sets.children.GetChildren parameters: - name: $select in: query @@ -505833,7 +585755,7 @@ paths: tags: - sites.store summary: Update the navigation property children in sites - operationId: sites.termStore.groups.sets.children.UpdateChildren + operationId: sites.termStore.sets.children.UpdateChildren requestBody: description: New navigation property values content: @@ -505857,7 +585779,7 @@ paths: tags: - sites.store summary: Delete navigation property children for sites - operationId: sites.termStore.groups.sets.children.DeleteChildren + operationId: sites.termStore.sets.children.DeleteChildren parameters: - name: If-Match in: header @@ -505880,13 +585802,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -505909,8 +585824,8 @@ paths: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' @@ -505920,14 +585835,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.groups.sets.children.children.ListRelations + operationId: sites.termStore.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -505979,7 +585894,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.groups.sets.children.children.CreateRelations + operationId: sites.termStore.sets.children.children.CreateRelations requestBody: description: New navigation property content: @@ -506007,13 +585922,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -506036,10 +585944,10 @@ paths: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' @@ -506059,14 +585967,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.groups.sets.children.children.GetRelations + operationId: sites.termStore.sets.children.children.GetRelations parameters: - name: $select in: query @@ -506104,7 +586012,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.groups.sets.children.children.UpdateRelations + operationId: sites.termStore.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: @@ -506128,7 +586036,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.groups.sets.children.children.DeleteRelations + operationId: sites.termStore.sets.children.children.DeleteRelations parameters: - name: If-Match in: header @@ -506151,13 +586059,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -506187,10 +586088,10 @@ paths: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' @@ -506210,14 +586111,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.groups.sets.children.children.relations.GetFromTerm + operationId: sites.termStore.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query @@ -506259,13 +586160,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -506295,11 +586189,11 @@ paths: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' @@ -506324,14 +586218,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.groups.sets.children.children.relations.GetSet + operationId: sites.termStore.sets.children.children.relations.GetSet parameters: - name: $select in: query @@ -506373,13 +586267,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -506409,11 +586296,11 @@ paths: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' @@ -506438,14 +586325,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.groups.sets.children.children.relations.GetToTerm + operationId: sites.termStore.sets.children.children.relations.GetToTerm parameters: - name: $select in: query @@ -506487,13 +586374,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -506523,11 +586403,11 @@ paths: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' @@ -506552,13 +586432,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.groups.sets.children.children.relations.GetCount-0d34 + operationId: sites.termStore.sets.children.children.relations.GetCount-a6ec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -506577,13 +586457,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -506605,14 +586478,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStore.groups.sets.children.children.GetSet + operationId: sites.termStore.sets.children.children.GetSet parameters: - name: $select in: query @@ -506654,13 +586527,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -506683,10 +586549,10 @@ paths: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' @@ -506706,13 +586572,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.groups.sets.children.children.GetCount-ecf0 + operationId: sites.termStore.sets.children.children.GetCount-ca80 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -506731,13 +586597,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -506752,14 +586611,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.groups.sets.children.ListRelations + operationId: sites.termStore.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -506811,7 +586670,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.groups.sets.children.CreateRelations + operationId: sites.termStore.sets.children.CreateRelations requestBody: description: New navigation property content: @@ -506839,13 +586698,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -506862,10 +586714,10 @@ paths: x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' @@ -506884,14 +586736,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.groups.sets.children.GetRelations + operationId: sites.termStore.sets.children.GetRelations parameters: - name: $select in: query @@ -506929,7 +586781,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.groups.sets.children.UpdateRelations + operationId: sites.termStore.sets.children.UpdateRelations requestBody: description: New navigation property values content: @@ -506953,7 +586805,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.groups.sets.children.DeleteRelations + operationId: sites.termStore.sets.children.DeleteRelations parameters: - name: If-Match in: header @@ -506976,13 +586828,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -507006,10 +586851,10 @@ paths: x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' @@ -507028,14 +586873,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.groups.sets.children.relations.GetFromTerm + operationId: sites.termStore.sets.children.relations.GetFromTerm parameters: - name: $select in: query @@ -507077,13 +586922,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -507107,11 +586945,11 @@ paths: x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' @@ -507135,14 +586973,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.groups.sets.children.relations.GetSet + operationId: sites.termStore.sets.children.relations.GetSet parameters: - name: $select in: query @@ -507184,13 +587022,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -507214,11 +587045,11 @@ paths: x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' @@ -507242,14 +587073,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.groups.sets.children.relations.GetToTerm + operationId: sites.termStore.sets.children.relations.GetToTerm parameters: - name: $select in: query @@ -507291,13 +587122,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -507321,11 +587145,11 @@ paths: x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' @@ -507349,13 +587173,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.groups.sets.children.relations.GetCount-0d34 + operationId: sites.termStore.sets.children.relations.GetCount-a6ec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -507374,13 +587198,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -507395,14 +587212,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set': + '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStore.groups.sets.children.GetSet + operationId: sites.termStore.sets.children.GetSet parameters: - name: $select in: query @@ -507444,13 +587261,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -507467,10 +587277,10 @@ paths: x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' @@ -507489,13 +587299,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/$count': + '/sites/{site-id}/termStore/sets/{set-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.groups.sets.children.GetCount-ecf0 + operationId: sites.termStore.sets.children.GetCount-ca80 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -507514,13 +587324,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -507528,14 +587331,14 @@ paths: schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup': description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get parentGroup from sites description: 'The parent [group] that contains the set.' - operationId: sites.termStore.groups.sets.GetParentGroup + operationId: sites.termStore.sets.GetParentGroup parameters: - name: $select in: query @@ -507573,7 +587376,7 @@ paths: tags: - sites.store summary: Update the navigation property parentGroup in sites - operationId: sites.termStore.groups.sets.UpdateParentGroup + operationId: sites.termStore.sets.UpdateParentGroup requestBody: description: New navigation property values content: @@ -507597,7 +587400,7 @@ paths: tags: - sites.store summary: Delete navigation property parentGroup for sites - operationId: sites.termStore.groups.sets.DeleteParentGroup + operationId: sites.termStore.sets.DeleteParentGroup parameters: - name: If-Match in: header @@ -507620,13 +587423,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -507635,17 +587431,17 @@ paths: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store - summary: Get relations from sites - description: Indicates which terms have been pinned or reused directly under the set. - operationId: sites.termStore.groups.sets.ListRelations + summary: Get sets from sites + description: 'All sets under the group in a term [store].' + operationId: sites.termStore.sets.parentGroup.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -507684,7 +587480,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -507696,14 +587492,14 @@ paths: post: tags: - sites.store - summary: Create new navigation property to relations for sites - operationId: sites.termStore.groups.sets.CreateRelations + summary: Create new navigation property to sets for sites + operationId: sites.termStore.sets.parentGroup.CreateSets requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -507711,7 +587507,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -507725,13 +587521,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -507740,19 +587529,17 @@ paths: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store - summary: Get relations from sites - description: Indicates which terms have been pinned or reused directly under the set. - operationId: sites.termStore.groups.sets.GetRelations + summary: Get sets from sites + description: 'All sets under the group in a term [store].' + operationId: sites.termStore.sets.parentGroup.GetSets parameters: - name: $select in: query @@ -507780,7 +587567,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -507789,14 +587576,14 @@ paths: patch: tags: - sites.store - summary: Update the navigation property relations in sites - operationId: sites.termStore.groups.sets.UpdateRelations + summary: Update the navigation property sets in sites + operationId: sites.termStore.sets.parentGroup.UpdateSets requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -507804,7 +587591,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -507813,8 +587600,8 @@ paths: delete: tags: - sites.store - summary: Delete navigation property relations for sites - operationId: sites.termStore.groups.sets.DeleteRelations + summary: Delete navigation property sets for sites + operationId: sites.termStore.sets.parentGroup.DeleteSets parameters: - name: If-Match in: header @@ -507837,13 +587624,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -507851,28 +587631,41 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm': - description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children': + description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get fromTerm from sites - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.groups.sets.relations.GetFromTerm + summary: Get children from sites + description: 'Children terms of set in term [store].' + operationId: sites.termStore.sets.parentGroup.sets.ListChildren parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -507895,7 +587688,30 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to children for sites + operationId: sites.termStore.sets.parentGroup.sets.CreateChildren + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: @@ -507913,13 +587729,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -507927,51 +587736,27 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': + description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.groups.sets.relations.GetSet + summary: Get children from sites + description: 'Children terms of set in term [store].' + operationId: sites.termStore.sets.parentGroup.sets.GetChildren parameters: - name: $select in: query @@ -507999,7 +587784,50 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property children in sites + operationId: sites.termStore.sets.parentGroup.sets.UpdateChildren + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property children for sites + operationId: sites.termStore.sets.parentGroup.sets.DeleteChildren + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: @@ -508013,66 +587841,57 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm': - description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': + description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: Get toTerm from sites - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.groups.sets.relations.GetToTerm + summary: Get children from sites + description: Children of current term. + operationId: sites.termStore.sets.parentGroup.sets.children.ListChildren parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -508095,7 +587914,30 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to children for sites + operationId: sites.termStore.sets.parentGroup.sets.children.CreateChildren + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: @@ -508113,74 +587955,123 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count': - description: Provides operations to count the resources in the collection. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': + description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: Get the number of the resource - operationId: sites.termStore.groups.sets.relations.GetCount-efa1 + summary: Get children from sites + description: Children of current term. + operationId: sites.termStore.sets.parentGroup.sets.children.GetChildren parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property children in sites + operationId: sites.termStore.sets.parentGroup.sets.children.UpdateChildren + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property children for sites + operationId: sites.termStore.sets.parentGroup.sets.children.DeleteChildren + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -508189,28 +588080,54 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms': - description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. - operationId: sites.termStore.groups.sets.ListTerms + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStore.sets.parentGroup.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -508249,7 +588166,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -508261,14 +588178,14 @@ paths: post: tags: - sites.store - summary: Create new navigation property to terms for sites - operationId: sites.termStore.groups.sets.CreateTerms + summary: Create new navigation property to relations for sites + operationId: sites.termStore.sets.parentGroup.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -508276,7 +588193,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -508290,37 +588207,66 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - - '/sites/{site-id}/termStore/sets/{set-id}/terms' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}': - description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 - operationId: sites.termStore.groups.sets.GetTerms + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStore.sets.parentGroup.sets.children.children.GetRelations parameters: - name: $select in: query @@ -508348,7 +588294,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -508357,14 +588303,14 @@ paths: patch: tags: - sites.store - summary: Update the navigation property terms in sites - operationId: sites.termStore.groups.sets.UpdateTerms + summary: Update the navigation property relations in sites + operationId: sites.termStore.sets.parentGroup.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -508372,7 +588318,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -508381,8 +588327,8 @@ paths: delete: tags: - sites.store - summary: Delete navigation property terms for sites - operationId: sites.termStore.groups.sets.DeleteTerms + summary: Delete navigation property relations for sites + operationId: sites.termStore.sets.parentGroup.sets.children.children.DeleteRelations parameters: - name: If-Match in: header @@ -508405,13 +588351,114 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + get: + tags: + - sites.store + summary: Get fromTerm from sites + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetFromTerm + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set @@ -508419,6 +588466,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -508426,29 +588480,72 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children': - description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store - summary: Get children from sites - description: Children of current term. - operationId: sites.termStore.groups.sets.terms.ListChildren + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetSet parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities style: form explode: false schema: @@ -508456,6 +588553,100 @@ paths: type: array items: type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + get: + tags: + - sites.store + summary: Get toTerm from sites + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetToTerm + parameters: - name: $select in: query description: Select properties to be returned @@ -508478,39 +588669,106 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': + description: Provides operations to count the resources in the collection. + get: tags: - sites.store - summary: Create new navigation property to children for sites - operationId: sites.termStore.groups.sets.terms.CreateChildren - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + summary: Get the number of the resource + operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetCount-0c01 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -508519,14 +588777,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true @@ -508540,26 +588798,21 @@ paths: schema: type: string x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': - description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: Get children from sites - description: Children of current term. - operationId: sites.termStore.groups.sets.terms.GetChildren + summary: Get set from sites + description: 'The [set] in which the term is created.' + operationId: sites.termStore.sets.parentGroup.sets.children.children.GetSet parameters: - name: $select in: query @@ -508587,55 +588840,89 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - sites.store - summary: Update the navigation property children in sites - operationId: sites.termStore.groups.sets.terms.UpdateChildren - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + parameters: + - name: site-id + in: path + description: The unique identifier of site required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': + description: Provides operations to count the resources in the collection. + get: tags: - sites.store - summary: Delete navigation property children for sites - operationId: sites.termStore.groups.sets.terms.DeleteChildren + summary: Get the number of the resource + operationId: sites.termStore.sets.parentGroup.sets.children.children.GetCount-dda5 parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -508644,13 +588931,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -508658,40 +588938,28 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.groups.sets.terms.children.ListRelations + operationId: sites.termStore.sets.parentGroup.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -508743,7 +589011,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.groups.sets.terms.children.CreateRelations + operationId: sites.termStore.sets.parentGroup.sets.children.CreateRelations requestBody: description: New navigation property content: @@ -508771,13 +589039,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -508785,14 +589046,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -508802,11 +589063,11 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' @@ -508823,14 +589084,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.groups.sets.terms.children.GetRelations + operationId: sites.termStore.sets.parentGroup.sets.children.GetRelations parameters: - name: $select in: query @@ -508868,7 +589129,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.groups.sets.terms.children.UpdateRelations + operationId: sites.termStore.sets.parentGroup.sets.children.UpdateRelations requestBody: description: New navigation property values content: @@ -508892,7 +589153,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.groups.sets.terms.children.DeleteRelations + operationId: sites.termStore.sets.parentGroup.sets.children.DeleteRelations parameters: - name: If-Match in: header @@ -508915,13 +589176,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -508929,14 +589183,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -508953,11 +589207,11 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' @@ -508974,14 +589228,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.groups.sets.terms.children.relations.GetFromTerm + operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetFromTerm parameters: - name: $select in: query @@ -509023,13 +589277,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -509037,14 +589284,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -509062,11 +589309,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' @@ -509088,14 +589335,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.groups.sets.terms.children.relations.GetSet + operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetSet parameters: - name: $select in: query @@ -509137,13 +589384,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -509151,14 +589391,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -509176,11 +589416,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' @@ -509202,14 +589442,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.groups.sets.terms.children.relations.GetToTerm + operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetToTerm parameters: - name: $select in: query @@ -509251,13 +589491,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -509265,14 +589498,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -509290,11 +589523,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' @@ -509316,13 +589549,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.groups.sets.terms.children.relations.GetCount-5476 + operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetCount-0c01 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -509341,13 +589574,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -509355,28 +589581,28 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStore.groups.sets.terms.children.GetSet + operationId: sites.termStore.sets.parentGroup.sets.children.GetSet parameters: - name: $select in: query @@ -509418,13 +589644,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -509432,14 +589651,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -509449,11 +589668,11 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' @@ -509470,13 +589689,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.groups.sets.terms.children.GetCount-1cfd + operationId: sites.termStore.sets.parentGroup.sets.children.GetCount-dda5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -509495,13 +589714,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -509509,21 +589721,21 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + x-ms-docs-key-type: set + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.groups.sets.terms.ListRelations + description: Indicates which terms have been pinned or reused directly under the set. + operationId: sites.termStore.sets.parentGroup.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -509575,7 +589787,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.groups.sets.terms.CreateRelations + operationId: sites.termStore.sets.parentGroup.sets.CreateRelations requestBody: description: New navigation property content: @@ -509603,13 +589815,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -509617,45 +589822,27 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.groups.sets.terms.GetRelations + description: Indicates which terms have been pinned or reused directly under the set. + operationId: sites.termStore.sets.parentGroup.sets.GetRelations parameters: - name: $select in: query @@ -509693,7 +589880,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.groups.sets.terms.UpdateRelations + operationId: sites.termStore.sets.parentGroup.sets.UpdateRelations requestBody: description: New navigation property values content: @@ -509717,7 +589904,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.groups.sets.terms.DeleteRelations + operationId: sites.termStore.sets.parentGroup.sets.DeleteRelations parameters: - name: If-Match in: header @@ -509740,13 +589927,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -509754,13 +589934,13 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation @@ -509769,37 +589949,19 @@ paths: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.groups.sets.terms.relations.GetFromTerm + operationId: sites.termStore.sets.parentGroup.sets.relations.GetFromTerm parameters: - name: $select in: query @@ -509841,13 +590003,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -509855,13 +590010,13 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation @@ -509874,11 +590029,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' @@ -509899,14 +590054,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.groups.sets.terms.relations.GetSet + operationId: sites.termStore.sets.parentGroup.sets.relations.GetSet parameters: - name: $select in: query @@ -509948,13 +590103,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -509962,13 +590110,13 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation @@ -509981,11 +590129,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' @@ -510006,14 +590154,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.groups.sets.terms.relations.GetToTerm + operationId: sites.termStore.sets.parentGroup.sets.relations.GetToTerm parameters: - name: $select in: query @@ -510055,13 +590203,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -510069,13 +590210,13 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation @@ -510088,11 +590229,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' @@ -510113,13 +590254,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.groups.sets.terms.relations.GetCount-5d1f + operationId: sites.termStore.sets.parentGroup.sets.relations.GetCount-060a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -510138,83 +590279,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. - get: - tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the term is created.' - operationId: sites.termStore.groups.sets.terms.GetSet - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -510222,141 +590286,21 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStore.groups.sets.terms.GetCount-ccfd - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - - name: set-id + - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStore/groups/{group-id}/sets/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStore.groups.sets.GetCount-5bbd - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - '/sites/{site-id}/termStore/groups/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStore.groups.GetCount-f00a - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - '/sites/{site-id}/termStore/sets': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms': + description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get set - description: Read the properties and relationships of a set object. - operationId: sites.termStore.ListSets + summary: Get terms from sites + description: All the terms under the set. + operationId: sites.termStore.sets.parentGroup.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -510395,7 +590339,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -510407,18 +590351,14 @@ paths: post: tags: - sites.store - summary: Create termStore set - description: Create a new set object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0 - operationId: sites.termStore.CreateSets + summary: Create new navigation property to terms for sites + operationId: sites.termStore.sets.parentGroup.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -510426,7 +590366,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -510440,19 +590380,34 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStores/{store-id}/sets' - '/sites/{site-id}/termStore/sets/{set-id}': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' + - '/sites/{site-id}/termStore/sets/{set-id}/terms' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': + description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get set - description: Read the properties and relationships of a set object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0 - operationId: sites.termStore.GetSets + summary: Get terms from sites + description: All the terms under the set. + operationId: sites.termStore.sets.parentGroup.sets.GetTerms parameters: - name: $select in: query @@ -510480,7 +590435,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -510489,18 +590444,14 @@ paths: patch: tags: - sites.store - summary: Update set - description: Update the properties of a set object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0 - operationId: sites.termStore.UpdateSets + summary: Update the navigation property terms in sites + operationId: sites.termStore.sets.parentGroup.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -510508,7 +590459,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -510517,12 +590468,8 @@ paths: delete: tags: - sites.store - summary: Delete set - description: Delete a set object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0 - operationId: sites.termStore.DeleteSets + summary: Delete navigation property terms for sites + operationId: sites.termStore.sets.parentGroup.sets.DeleteTerms parameters: - name: If-Match in: header @@ -510552,19 +590499,34 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children': - description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': + description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: List children - description: 'Get the first level children of a [set] or [term] resource using the children navigation property.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 - operationId: sites.termStore.sets.ListChildren + summary: Get children from sites + description: Children of current term. + operationId: sites.termStore.sets.parentGroup.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -510615,12 +590577,8 @@ paths: post: tags: - sites.store - summary: Create term - description: Create a new term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0 - operationId: sites.termStore.sets.CreateChildren + summary: Create new navigation property to children for sites + operationId: sites.termStore.sets.parentGroup.sets.terms.CreateChildren requestBody: description: New navigation property content: @@ -510655,20 +590613,40 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}': - description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': + description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites - description: 'Children terms of set in term [store].' - operationId: sites.termStore.sets.GetChildren + description: Children of current term. + operationId: sites.termStore.sets.parentGroup.sets.terms.GetChildren parameters: - name: $select in: query @@ -510706,7 +590684,7 @@ paths: tags: - sites.store summary: Update the navigation property children in sites - operationId: sites.termStore.sets.UpdateChildren + operationId: sites.termStore.sets.parentGroup.sets.terms.UpdateChildren requestBody: description: New navigation property values content: @@ -510730,7 +590708,7 @@ paths: tags: - sites.store summary: Delete navigation property children for sites - operationId: sites.termStore.sets.DeleteChildren + operationId: sites.termStore.sets.parentGroup.sets.terms.DeleteChildren parameters: - name: If-Match in: header @@ -510760,225 +590738,7 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children': - description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. - get: - tags: - - sites.store - summary: Get children from sites - description: Children of current term. - operationId: sites.termStore.sets.children.ListChildren - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.store - summary: Create new navigation property to children for sites - operationId: sites.termStore.sets.children.CreateChildren - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}': - description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. - get: - tags: - - sites.store - summary: Get children from sites - description: Children of current term. - operationId: sites.termStore.sets.children.GetChildren - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.store - summary: Update the navigation property children in sites - operationId: sites.termStore.sets.children.UpdateChildren - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.store - summary: Delete navigation property children for sites - operationId: sites.termStore.sets.children.DeleteChildren - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: set-id + - name: set-id1 in: path description: The unique identifier of set required: true @@ -511002,8 +590762,8 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' @@ -511011,14 +590771,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.children.children.ListRelations + operationId: sites.termStore.sets.parentGroup.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -511070,7 +590830,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.sets.children.children.CreateRelations + operationId: sites.termStore.sets.parentGroup.sets.terms.children.CreateRelations requestBody: description: New navigation property content: @@ -511105,6 +590865,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -511124,10 +590891,10 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' @@ -511143,14 +590910,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.children.children.GetRelations + operationId: sites.termStore.sets.parentGroup.sets.terms.children.GetRelations parameters: - name: $select in: query @@ -511188,7 +590955,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.sets.children.children.UpdateRelations + operationId: sites.termStore.sets.parentGroup.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: @@ -511212,7 +590979,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.sets.children.children.DeleteRelations + operationId: sites.termStore.sets.parentGroup.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header @@ -511242,6 +591009,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -511268,10 +591042,10 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' @@ -511287,14 +591061,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.sets.children.children.relations.GetFromTerm + operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query @@ -511343,6 +591117,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -511370,11 +591151,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' @@ -511394,14 +591175,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.sets.children.children.relations.GetSet + operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetSet parameters: - name: $select in: query @@ -511450,6 +591231,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -511477,11 +591265,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' @@ -511501,14 +591289,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.sets.children.children.relations.GetToTerm + operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query @@ -511557,6 +591345,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -511584,11 +591379,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' @@ -511608,13 +591403,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.children.children.relations.GetCount-a6ec + operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetCount-457b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -511640,6 +591435,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -511654,14 +591456,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStore.sets.children.children.GetSet + operationId: sites.termStore.sets.parentGroup.sets.terms.children.GetSet parameters: - name: $select in: query @@ -511710,6 +591512,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -511729,10 +591538,10 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' @@ -511748,13 +591557,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.children.children.GetCount-ca80 + operationId: sites.termStore.sets.parentGroup.sets.terms.children.GetCount-931c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -511780,6 +591589,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -511787,14 +591603,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.children.ListRelations + operationId: sites.termStore.sets.parentGroup.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -511846,7 +591662,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.sets.children.CreateRelations + operationId: sites.termStore.sets.parentGroup.sets.terms.CreateRelations requestBody: description: New navigation property content: @@ -511881,6 +591697,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -511894,10 +591717,10 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' @@ -511912,14 +591735,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.children.GetRelations + operationId: sites.termStore.sets.parentGroup.sets.terms.GetRelations parameters: - name: $select in: query @@ -511957,7 +591780,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.sets.children.UpdateRelations + operationId: sites.termStore.sets.parentGroup.sets.terms.UpdateRelations requestBody: description: New navigation property values content: @@ -511981,7 +591804,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.sets.children.DeleteRelations + operationId: sites.termStore.sets.parentGroup.sets.terms.DeleteRelations parameters: - name: If-Match in: header @@ -512011,6 +591834,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -512031,10 +591861,10 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' @@ -512049,14 +591879,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.sets.children.relations.GetFromTerm + operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetFromTerm parameters: - name: $select in: query @@ -512105,6 +591935,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -512126,11 +591963,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' @@ -512149,14 +591986,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.sets.children.relations.GetSet + operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetSet parameters: - name: $select in: query @@ -512205,6 +592042,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -512226,11 +592070,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' @@ -512249,14 +592093,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.sets.children.relations.GetToTerm + operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetToTerm parameters: - name: $select in: query @@ -512305,6 +592149,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -512326,11 +592177,11 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' @@ -512349,13 +592200,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.children.relations.GetCount-a6ec + operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetCount-b43c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -512381,6 +592232,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -512388,14 +592246,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStore.sets.children.GetSet + operationId: sites.termStore.sets.parentGroup.sets.terms.GetSet parameters: - name: $select in: query @@ -512444,6 +592302,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -512457,10 +592322,10 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' @@ -512475,13 +592340,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/$count': + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.children.GetCount-ca80 + operationId: sites.termStore.sets.parentGroup.sets.terms.GetCount-bc2b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -512507,14 +592372,156 @@ paths: schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup': - description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count': + description: Provides operations to count the resources in the collection. get: tags: - sites.store - summary: Get parentGroup from sites - description: 'The parent [group] that contains the set.' - operationId: sites.termStore.sets.GetParentGroup + summary: Get the number of the resource + operationId: sites.termStore.sets.parentGroup.sets.GetCount-9c40 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + '/sites/{site-id}/termStore/sets/{set-id}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + get: + tags: + - sites.store + summary: List relations + description: 'Get the different relation of a [term] or [set] from the relations navigation property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 + operationId: sites.termStore.sets.ListRelations + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to relations for sites + operationId: sites.termStore.sets.CreateRelations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' + '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + get: + tags: + - sites.store + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. + operationId: sites.termStore.sets.GetRelations parameters: - name: $select in: query @@ -512542,7 +592549,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -512551,14 +592558,14 @@ paths: patch: tags: - sites.store - summary: Update the navigation property parentGroup in sites - operationId: sites.termStore.sets.UpdateParentGroup + summary: Update the navigation property relations in sites + operationId: sites.termStore.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -512566,7 +592573,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -512575,8 +592582,8 @@ paths: delete: tags: - sites.store - summary: Delete navigation property parentGroup for sites - operationId: sites.termStore.sets.DeleteParentGroup + summary: Delete navigation property relations for sites + operationId: sites.termStore.sets.DeleteRelations parameters: - name: If-Match in: header @@ -512606,34 +592613,28 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' + '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm': + description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store - summary: Get sets from sites - description: 'All sets under the group in a term [store].' - operationId: sites.termStore.sets.parentGroup.ListSets + summary: Get fromTerm from sites + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: sites.termStore.sets.relations.GetFromTerm parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -512656,30 +592657,100 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + get: tags: - sites.store - summary: Create new navigation property to sets for sites - operationId: sites.termStore.sets.parentGroup.CreateSets - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStore.sets.relations.GetSet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: @@ -512704,18 +592775,51 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm': + description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store - summary: Get sets from sites - description: 'All sets under the group in a term [store].' - operationId: sites.termStore.sets.parentGroup.GetSets + summary: Get toTerm from sites + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: sites.termStore.sets.relations.GetToTerm parameters: - name: $select in: query @@ -512743,55 +592847,81 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - sites.store - summary: Update the navigation property sets in sites - operationId: sites.termStore.sets.parentGroup.UpdateSets - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + parameters: + - name: site-id + in: path + description: The unique identifier of site required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + '/sites/{site-id}/termStore/sets/{set-id}/relations/$count': + description: Provides operations to count the resources in the collection. + get: tags: - sites.store - summary: Delete navigation property sets for sites - operationId: sites.termStore.sets.parentGroup.DeleteSets + summary: Get the number of the resource + operationId: sites.termStore.sets.relations.GetCount-acd9 parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -512807,25 +592937,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children': - description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. + '/sites/{site-id}/termStore/sets/{set-id}/terms': + description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get children from sites - description: 'Children terms of set in term [store].' - operationId: sites.termStore.sets.parentGroup.sets.ListChildren + summary: Get terms from sites + description: All the terms under the set. + operationId: sites.termStore.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -512876,8 +592995,8 @@ paths: post: tags: - sites.store - summary: Create new navigation property to children for sites - operationId: sites.termStore.sets.parentGroup.sets.CreateChildren + summary: Create new navigation property to terms for sites + operationId: sites.termStore.sets.CreateTerms requestBody: description: New navigation property content: @@ -512912,27 +593031,20 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': - description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}': + description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get children from sites - description: 'Children terms of set in term [store].' - operationId: sites.termStore.sets.parentGroup.sets.GetChildren + summary: Get terms from sites + description: All the terms under the set. + operationId: sites.termStore.sets.GetTerms parameters: - name: $select in: query @@ -512969,8 +593081,12 @@ paths: patch: tags: - sites.store - summary: Update the navigation property children in sites - operationId: sites.termStore.sets.parentGroup.sets.UpdateChildren + summary: Update term + description: Update the properties of a term object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0 + operationId: sites.termStore.sets.UpdateTerms requestBody: description: New navigation property values content: @@ -512993,8 +593109,12 @@ paths: delete: tags: - sites.store - summary: Delete navigation property children for sites - operationId: sites.termStore.sets.parentGroup.sets.DeleteChildren + summary: Delete term + description: Delete a term object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 + operationId: sites.termStore.sets.DeleteTerms parameters: - name: If-Match in: header @@ -513024,13 +593144,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -513039,19 +593152,19 @@ paths: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStore.sets.parentGroup.sets.children.ListChildren + operationId: sites.termStore.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -513103,7 +593216,7 @@ paths: tags: - sites.store summary: Create new navigation property to children for sites - operationId: sites.termStore.sets.parentGroup.sets.children.CreateChildren + operationId: sites.termStore.sets.terms.CreateChildren requestBody: description: New navigation property content: @@ -513138,13 +593251,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -513156,22 +593262,22 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStore.sets.parentGroup.sets.children.GetChildren + operationId: sites.termStore.sets.terms.GetChildren parameters: - name: $select in: query @@ -513209,7 +593315,7 @@ paths: tags: - sites.store summary: Update the navigation property children in sites - operationId: sites.termStore.sets.parentGroup.sets.children.UpdateChildren + operationId: sites.termStore.sets.terms.UpdateChildren requestBody: description: New navigation property values content: @@ -513233,7 +593339,7 @@ paths: tags: - sites.store summary: Delete navigation property children for sites - operationId: sites.termStore.sets.parentGroup.sets.children.DeleteChildren + operationId: sites.termStore.sets.terms.DeleteChildren parameters: - name: If-Match in: header @@ -513263,13 +593369,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -513288,22 +593387,22 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.parentGroup.sets.children.children.ListRelations + operationId: sites.termStore.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -513355,7 +593454,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.sets.parentGroup.sets.children.children.CreateRelations + operationId: sites.termStore.sets.terms.children.CreateRelations requestBody: description: New navigation property content: @@ -513390,13 +593489,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -513418,10 +593510,10 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' @@ -513435,14 +593527,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.parentGroup.sets.children.children.GetRelations + operationId: sites.termStore.sets.terms.children.GetRelations parameters: - name: $select in: query @@ -513480,7 +593572,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.sets.parentGroup.sets.children.children.UpdateRelations + operationId: sites.termStore.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: @@ -513504,7 +593596,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.sets.parentGroup.sets.children.children.DeleteRelations + operationId: sites.termStore.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header @@ -513534,13 +593626,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -513569,10 +593654,10 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' @@ -513586,14 +593671,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetFromTerm + operationId: sites.termStore.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query @@ -513642,13 +593727,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -513678,12 +593756,12 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' @@ -513700,14 +593778,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetSet + operationId: sites.termStore.sets.terms.children.relations.GetSet parameters: - name: $select in: query @@ -513756,13 +593834,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -513792,12 +593863,12 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' @@ -513814,14 +593885,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetToTerm + operationId: sites.termStore.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query @@ -513870,13 +593941,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -513906,12 +593970,12 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' @@ -513928,13 +593992,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetCount-0c01 + operationId: sites.termStore.sets.terms.children.relations.GetCount-7f33 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -513960,13 +594024,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -513981,14 +594038,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStore.sets.parentGroup.sets.children.children.GetSet + operationId: sites.termStore.sets.terms.children.GetSet parameters: - name: $select in: query @@ -514037,13 +594094,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -514065,10 +594115,10 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' @@ -514082,13 +594132,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.parentGroup.sets.children.children.GetCount-dda5 + operationId: sites.termStore.sets.terms.children.GetCount-4525 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -514114,13 +594164,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -514128,14 +594171,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.parentGroup.sets.children.ListRelations + operationId: sites.termStore.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -514187,7 +594230,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.sets.parentGroup.sets.children.CreateRelations + operationId: sites.termStore.sets.terms.CreateRelations requestBody: description: New navigation property content: @@ -514222,13 +594265,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -514244,10 +594280,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' @@ -514260,14 +594296,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.parentGroup.sets.children.GetRelations + operationId: sites.termStore.sets.terms.GetRelations parameters: - name: $select in: query @@ -514305,7 +594341,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.sets.parentGroup.sets.children.UpdateRelations + operationId: sites.termStore.sets.terms.UpdateRelations requestBody: description: New navigation property values content: @@ -514329,7 +594365,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.sets.parentGroup.sets.children.DeleteRelations + operationId: sites.termStore.sets.terms.DeleteRelations parameters: - name: If-Match in: header @@ -514359,13 +594395,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -514388,10 +594417,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' @@ -514404,14 +594433,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetFromTerm + operationId: sites.termStore.sets.terms.relations.GetFromTerm parameters: - name: $select in: query @@ -514460,13 +594489,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -514490,12 +594512,12 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' @@ -514511,14 +594533,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetSet + operationId: sites.termStore.sets.terms.relations.GetSet parameters: - name: $select in: query @@ -514567,13 +594589,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -514597,12 +594612,12 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' @@ -514618,14 +594633,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetToTerm + operationId: sites.termStore.sets.terms.relations.GetToTerm parameters: - name: $select in: query @@ -514674,13 +594689,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -514704,12 +594712,12 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' @@ -514725,13 +594733,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetCount-0c01 + operationId: sites.termStore.sets.terms.relations.GetCount-017f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -514757,13 +594765,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -514771,14 +594772,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': + '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStore.sets.parentGroup.sets.children.GetSet + operationId: sites.termStore.sets.terms.GetSet parameters: - name: $select in: query @@ -514827,13 +594828,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -514849,10 +594843,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' @@ -514865,13 +594859,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': + '/sites/{site-id}/termStore/sets/{set-id}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.parentGroup.sets.children.GetCount-dda5 + operationId: sites.termStore.sets.terms.GetCount-1c96 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -514897,21 +594891,39 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + '/sites/{site-id}/termStore/sets/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStore.sets.GetCount-dbcc + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id in: path - description: The unique identifier of set + description: The unique identifier of site required: true schema: type: string - x-ms-docs-key-type: set - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + x-ms-docs-key-type: site + '/sites/{site-id}/termStores': + description: Provides operations to manage the termStores property of the microsoft.graph.site entity. get: tags: - sites.store - summary: Get relations from sites - description: Indicates which terms have been pinned or reused directly under the set. - operationId: sites.termStore.sets.parentGroup.sets.ListRelations + summary: Get termStores from sites + description: The collection of termStores under this site. + operationId: sites.ListTermStores parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -514950,7 +594962,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -514962,14 +594974,14 @@ paths: post: tags: - sites.store - summary: Create new navigation property to relations for sites - operationId: sites.termStore.sets.parentGroup.sets.CreateRelations + summary: Create new navigation property to termStores for sites + operationId: sites.CreateTermStores requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: @@ -514977,7 +594989,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: @@ -514991,34 +595003,16 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/getByPath(path=''{path}'')/termStores' + '/sites/{site-id}/termStores/{store-id}': + description: Provides operations to manage the termStores property of the microsoft.graph.site entity. get: tags: - sites.store - summary: Get relations from sites - description: Indicates which terms have been pinned or reused directly under the set. - operationId: sites.termStore.sets.parentGroup.sets.GetRelations + summary: Get termStores from sites + description: The collection of termStores under this site. + operationId: sites.GetTermStores parameters: - name: $select in: query @@ -515046,7 +595040,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: @@ -515055,14 +595049,14 @@ paths: patch: tags: - sites.store - summary: Update the navigation property relations in sites - operationId: sites.termStore.sets.parentGroup.sets.UpdateRelations + summary: Update the navigation property termStores in sites + operationId: sites.UpdateTermStores requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: @@ -515070,7 +595064,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: @@ -515079,8 +595073,8 @@ paths: delete: tags: - sites.store - summary: Delete navigation property relations for sites - operationId: sites.termStore.sets.parentGroup.sets.DeleteRelations + summary: Delete navigation property termStores for sites + operationId: sites.DeleteTermStores parameters: - name: If-Match in: header @@ -515103,42 +595097,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: relation-id + - name: store-id in: path - description: The unique identifier of relation + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': - description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: store + '/sites/{site-id}/termStores/{store-id}/groups': + description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - sites.store - summary: Get fromTerm from sites - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.sets.parentGroup.sets.relations.GetFromTerm + summary: Get groups from sites + description: Collection of all groups available in the term store. + operationId: sites.termStores.ListGroups parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -515161,11 +595150,34 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to groups for sites + operationId: sites.termStores.CreateGroups + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: @@ -515179,65 +595191,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: relation-id + - name: store-id in: path - description: The unique identifier of relation + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: store x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + - '/sites/{site-id}/termStore/groups' + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}': + description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.sets.parentGroup.sets.relations.GetSet + summary: Get groups from sites + description: Collection of all groups available in the term store. + operationId: sites.termStores.GetGroups parameters: - name: $select in: query @@ -515265,7 +595235,50 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.group' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property groups in sites + operationId: sites.termStores.UpdateGroups + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property groups for sites + operationId: sites.termStores.DeleteGroups + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: @@ -515279,66 +595292,46 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: relation-id + x-ms-docs-key-type: store + - name: group-id in: path - description: The unique identifier of relation + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: group x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': - description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + - '/sites/{site-id}/termStore/groups/{group-id}' + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store - summary: Get toTerm from sites - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.sets.parentGroup.sets.relations.GetToTerm + summary: Get sets from sites + description: 'All sets under the group in a term [store].' + operationId: sites.termStores.groups.ListSets parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -515361,11 +595354,34 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to sets for sites + operationId: sites.termStores.groups.CreateSets + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -515379,74 +595395,108 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: relation-id + x-ms-docs-key-type: store + - name: group-id in: path - description: The unique identifier of relation + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: group x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': - description: Provides operations to count the resources in the collection. + - '/sites/{site-id}/termStore/groups/{group-id}/sets' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store - summary: Get the number of the resource - operationId: sites.termStore.sets.parentGroup.sets.relations.GetCount-060a + summary: Get sets from sites + description: 'All sets under the group in a term [store].' + operationId: sites.termStores.groups.GetSets parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property sets in sites + operationId: sites.termStores.groups.UpdateSets + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property sets for sites + operationId: sites.termStores.groups.DeleteSets + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -515455,28 +595505,39 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms': - description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children': + description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get terms from sites - description: All the terms under the set. - operationId: sites.termStore.sets.parentGroup.sets.ListTerms + summary: Get children from sites + description: 'Children terms of set in term [store].' + operationId: sites.termStores.groups.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -515527,8 +595588,8 @@ paths: post: tags: - sites.store - summary: Create new navigation property to terms for sites - operationId: sites.termStore.sets.parentGroup.sets.CreateTerms + summary: Create new navigation property to children for sites + operationId: sites.termStores.groups.sets.CreateChildren requestBody: description: New navigation property content: @@ -515556,14 +595617,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -515571,19 +595639,19 @@ paths: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' - - '/sites/{site-id}/termStore/sets/{set-id}/terms' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': - description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}': + description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get terms from sites - description: All the terms under the set. - operationId: sites.termStore.sets.parentGroup.sets.GetTerms + summary: Get children from sites + description: 'Children terms of set in term [store].' + operationId: sites.termStores.groups.sets.GetChildren parameters: - name: $select in: query @@ -515620,8 +595688,8 @@ paths: patch: tags: - sites.store - summary: Update the navigation property terms in sites - operationId: sites.termStore.sets.parentGroup.sets.UpdateTerms + summary: Update the navigation property children in sites + operationId: sites.termStores.groups.sets.UpdateChildren requestBody: description: New navigation property values content: @@ -515644,8 +595712,8 @@ paths: delete: tags: - sites.store - summary: Delete navigation property terms for sites - operationId: sites.termStore.sets.parentGroup.sets.DeleteTerms + summary: Delete navigation property children for sites + operationId: sites.termStores.groups.sets.DeleteChildren parameters: - name: If-Match in: header @@ -515668,14 +595736,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -515690,19 +595765,19 @@ paths: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStore.sets.parentGroup.sets.terms.ListChildren + operationId: sites.termStores.groups.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -515754,7 +595829,7 @@ paths: tags: - sites.store summary: Create new navigation property to children for sites - operationId: sites.termStore.sets.parentGroup.sets.terms.CreateChildren + operationId: sites.termStores.groups.sets.children.CreateChildren requestBody: description: New navigation property content: @@ -515782,14 +595857,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -515808,21 +595890,21 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStore.sets.parentGroup.sets.terms.GetChildren + operationId: sites.termStores.groups.sets.children.GetChildren parameters: - name: $select in: query @@ -515860,7 +595942,7 @@ paths: tags: - sites.store summary: Update the navigation property children in sites - operationId: sites.termStore.sets.parentGroup.sets.terms.UpdateChildren + operationId: sites.termStores.groups.sets.children.UpdateChildren requestBody: description: New navigation property values content: @@ -515884,7 +595966,7 @@ paths: tags: - sites.store summary: Delete navigation property children for sites - operationId: sites.termStore.sets.parentGroup.sets.terms.DeleteChildren + operationId: sites.termStores.groups.sets.children.DeleteChildren parameters: - name: If-Match in: header @@ -515907,14 +595989,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -515940,21 +596029,21 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.parentGroup.sets.terms.children.ListRelations + operationId: sites.termStores.groups.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -516006,7 +596095,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.sets.parentGroup.sets.terms.children.CreateRelations + operationId: sites.termStores.groups.sets.children.children.CreateRelations requestBody: description: New navigation property content: @@ -516034,14 +596123,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -516071,10 +596167,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' @@ -516086,14 +596182,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.parentGroup.sets.terms.children.GetRelations + operationId: sites.termStores.groups.sets.children.children.GetRelations parameters: - name: $select in: query @@ -516131,7 +596227,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.sets.parentGroup.sets.terms.children.UpdateRelations + operationId: sites.termStores.groups.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: @@ -516155,7 +596251,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.sets.parentGroup.sets.terms.children.DeleteRelations + operationId: sites.termStores.groups.sets.children.children.DeleteRelations parameters: - name: If-Match in: header @@ -516178,14 +596274,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -516222,10 +596325,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' @@ -516237,14 +596340,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetFromTerm + operationId: sites.termStores.groups.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query @@ -516286,14 +596389,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -516332,11 +596442,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' @@ -516351,14 +596461,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetSet + operationId: sites.termStores.groups.sets.children.children.relations.GetSet parameters: - name: $select in: query @@ -516400,14 +596510,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -516446,11 +596563,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' @@ -516465,14 +596582,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetToTerm + operationId: sites.termStores.groups.sets.children.children.relations.GetToTerm parameters: - name: $select in: query @@ -516514,14 +596631,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -516560,11 +596684,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' @@ -516579,13 +596703,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetCount-457b + operationId: sites.termStores.groups.sets.children.children.relations.GetCount-d2cc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -516604,14 +596728,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -516632,14 +596763,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStore.sets.parentGroup.sets.terms.children.GetSet + operationId: sites.termStores.groups.sets.children.children.GetSet parameters: - name: $select in: query @@ -516681,14 +596812,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -516718,10 +596856,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' @@ -516733,13 +596871,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.parentGroup.sets.terms.children.GetCount-931c + operationId: sites.termStores.groups.sets.children.children.GetCount-f2a5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -516758,14 +596896,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -516779,14 +596924,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.parentGroup.sets.terms.ListRelations + operationId: sites.termStores.groups.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -516838,7 +596983,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.sets.parentGroup.sets.terms.CreateRelations + operationId: sites.termStores.groups.sets.children.CreateRelations requestBody: description: New navigation property content: @@ -516866,14 +597011,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -516897,10 +597049,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' @@ -516911,14 +597063,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.parentGroup.sets.terms.GetRelations + operationId: sites.termStores.groups.sets.children.GetRelations parameters: - name: $select in: query @@ -516956,7 +597108,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.sets.parentGroup.sets.terms.UpdateRelations + operationId: sites.termStores.groups.sets.children.UpdateRelations requestBody: description: New navigation property values content: @@ -516980,7 +597132,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.sets.parentGroup.sets.terms.DeleteRelations + operationId: sites.termStores.groups.sets.children.DeleteRelations parameters: - name: If-Match in: header @@ -517003,14 +597155,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -517041,10 +597200,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' @@ -517055,14 +597214,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetFromTerm + operationId: sites.termStores.groups.sets.children.relations.GetFromTerm parameters: - name: $select in: query @@ -517104,14 +597263,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -517144,11 +597310,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' @@ -517162,14 +597328,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetSet + operationId: sites.termStores.groups.sets.children.relations.GetSet parameters: - name: $select in: query @@ -517211,14 +597377,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -517251,11 +597424,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' @@ -517269,14 +597442,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetToTerm + operationId: sites.termStores.groups.sets.children.relations.GetToTerm parameters: - name: $select in: query @@ -517318,14 +597491,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -517358,11 +597538,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' @@ -517376,13 +597556,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetCount-b43c + operationId: sites.termStores.groups.sets.children.relations.GetCount-d2cc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -517401,14 +597581,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -517422,14 +597609,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStore.sets.parentGroup.sets.terms.GetSet + operationId: sites.termStores.groups.sets.children.GetSet parameters: - name: $select in: query @@ -517471,14 +597658,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true @@ -517502,10 +597696,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' @@ -517516,13 +597710,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.parentGroup.sets.terms.GetCount-bc2b + operationId: sites.termStores.groups.sets.children.GetCount-f2a5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -517541,37 +597735,111 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count': - description: Provides operations to count the resources in the collection. + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup': + description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get the number of the resource - operationId: sites.termStore.sets.parentGroup.sets.GetCount-9c40 + summary: Get parentGroup from sites + description: 'The parent [group] that contains the set.' + operationId: sites.termStores.groups.sets.GetParentGroup parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property parentGroup in sites + operationId: sites.termStores.groups.sets.UpdateParentGroup + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property parentGroup for sites + operationId: sites.termStores.groups.sets.DeleteParentGroup + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -517580,6 +597848,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -517587,17 +597869,18 @@ paths: schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStore/sets/{set-id}/relations': + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup' + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: List relations - description: 'Get the different relation of a [term] or [set] from the relations navigation property.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 - operationId: sites.termStore.sets.ListRelations + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. + operationId: sites.termStores.groups.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -517649,7 +597932,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.sets.CreateRelations + operationId: sites.termStores.groups.sets.CreateRelations requestBody: description: New navigation property content: @@ -517677,6 +597960,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -517687,17 +597984,17 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. - operationId: sites.termStore.sets.GetRelations + operationId: sites.termStores.groups.sets.GetRelations parameters: - name: $select in: query @@ -517735,7 +598032,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.sets.UpdateRelations + operationId: sites.termStores.groups.sets.UpdateRelations requestBody: description: New navigation property values content: @@ -517759,7 +598056,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.sets.DeleteRelations + operationId: sites.termStores.groups.sets.DeleteRelations parameters: - name: If-Match in: header @@ -517782,6 +598079,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -517799,17 +598110,124 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.sets.relations.GetFromTerm + operationId: sites.termStores.groups.sets.relations.GetFromTerm + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + get: + tags: + - sites.store + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStores.groups.sets.relations.GetSet parameters: - name: $select in: query @@ -517837,7 +598255,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -517851,99 +598269,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: relation-id + - name: store-id in: path - description: The unique identifier of relation + description: The unique identifier of store required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. - get: - tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.sets.relations.GetSet - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: site-id + x-ms-docs-key-type: store + - name: group-id in: path - description: The unique identifier of site + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -517971,11 +598310,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' @@ -517988,14 +598327,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.sets.relations.GetToTerm + operationId: sites.termStores.groups.sets.relations.GetToTerm parameters: - name: $select in: query @@ -518037,6 +598376,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -518064,11 +598417,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' @@ -518081,13 +598434,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.relations.GetCount-acd9 + operationId: sites.termStores.groups.sets.relations.GetCount-4b3b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -518106,6 +598459,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -518113,14 +598480,14 @@ paths: schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStore/sets/{set-id}/terms': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. - operationId: sites.termStore.sets.ListTerms + operationId: sites.termStores.groups.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -518172,7 +598539,7 @@ paths: tags: - sites.store summary: Create new navigation property to terms for sites - operationId: sites.termStore.sets.CreateTerms + operationId: sites.termStores.groups.sets.CreateTerms requestBody: description: New navigation property content: @@ -518200,6 +598567,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -518210,17 +598591,17 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' + - '/sites/{site-id}/termStore/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. - operationId: sites.termStore.sets.GetTerms + operationId: sites.termStores.groups.sets.GetTerms parameters: - name: $select in: query @@ -518257,12 +598638,8 @@ paths: patch: tags: - sites.store - summary: Update term - description: Update the properties of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0 - operationId: sites.termStore.sets.UpdateTerms + summary: Update the navigation property terms in sites + operationId: sites.termStores.groups.sets.UpdateTerms requestBody: description: New navigation property values content: @@ -518285,12 +598662,8 @@ paths: delete: tags: - sites.store - summary: Delete term - description: Delete a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 - operationId: sites.termStore.sets.DeleteTerms + summary: Delete navigation property terms for sites + operationId: sites.termStores.groups.sets.DeleteTerms parameters: - name: If-Match in: header @@ -518313,6 +598686,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -518330,17 +598717,17 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStore.sets.terms.ListChildren + operationId: sites.termStores.groups.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -518392,7 +598779,7 @@ paths: tags: - sites.store summary: Create new navigation property to children for sites - operationId: sites.termStore.sets.terms.CreateChildren + operationId: sites.termStores.groups.sets.terms.CreateChildren requestBody: description: New navigation property content: @@ -518420,6 +598807,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -518440,20 +598841,20 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStore.sets.terms.GetChildren + operationId: sites.termStores.groups.sets.terms.GetChildren parameters: - name: $select in: query @@ -518491,7 +598892,7 @@ paths: tags: - sites.store summary: Update the navigation property children in sites - operationId: sites.termStore.sets.terms.UpdateChildren + operationId: sites.termStores.groups.sets.terms.UpdateChildren requestBody: description: New navigation property values content: @@ -518515,7 +598916,7 @@ paths: tags: - sites.store summary: Delete navigation property children for sites - operationId: sites.termStore.sets.terms.DeleteChildren + operationId: sites.termStores.groups.sets.terms.DeleteChildren parameters: - name: If-Match in: header @@ -518538,6 +598939,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -518565,20 +598980,20 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.terms.children.ListRelations + operationId: sites.termStores.groups.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -518630,7 +599045,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.sets.terms.children.CreateRelations + operationId: sites.termStores.groups.sets.terms.children.CreateRelations requestBody: description: New navigation property content: @@ -518658,6 +599073,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -518690,10 +599119,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' @@ -518703,14 +599132,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.terms.children.GetRelations + operationId: sites.termStores.groups.sets.terms.children.GetRelations parameters: - name: $select in: query @@ -518748,7 +599177,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.sets.terms.children.UpdateRelations + operationId: sites.termStores.groups.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: @@ -518772,7 +599201,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.sets.terms.children.DeleteRelations + operationId: sites.termStores.groups.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header @@ -518795,6 +599224,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -518834,10 +599277,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' @@ -518847,14 +599290,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.sets.terms.children.relations.GetFromTerm + operationId: sites.termStores.groups.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query @@ -518896,6 +599339,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -518938,11 +599395,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' @@ -518954,14 +599411,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.sets.terms.children.relations.GetSet + operationId: sites.termStores.groups.sets.terms.children.relations.GetSet parameters: - name: $select in: query @@ -519003,6 +599460,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -519045,11 +599516,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' @@ -519061,14 +599532,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.sets.terms.children.relations.GetToTerm + operationId: sites.termStores.groups.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query @@ -519110,6 +599581,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -519152,11 +599637,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' @@ -519168,13 +599653,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.terms.children.relations.GetCount-7f33 + operationId: sites.termStores.groups.sets.terms.children.relations.GetCount-563b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -519193,6 +599678,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -519214,14 +599713,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStore.sets.terms.children.GetSet + operationId: sites.termStores.groups.sets.terms.children.GetSet parameters: - name: $select in: query @@ -519263,6 +599762,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -519295,10 +599808,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' @@ -519308,13 +599821,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.terms.children.GetCount-4525 + operationId: sites.termStores.groups.sets.terms.children.GetCount-18db parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -519333,6 +599846,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -519347,14 +599874,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.terms.ListRelations + operationId: sites.termStores.groups.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -519406,7 +599933,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStore.sets.terms.CreateRelations + operationId: sites.termStores.groups.sets.terms.CreateRelations requestBody: description: New navigation property content: @@ -519434,6 +599961,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -519460,10 +600001,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' @@ -519472,14 +600013,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStore.sets.terms.GetRelations + operationId: sites.termStores.groups.sets.terms.GetRelations parameters: - name: $select in: query @@ -519517,7 +600058,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStore.sets.terms.UpdateRelations + operationId: sites.termStores.groups.sets.terms.UpdateRelations requestBody: description: New navigation property values content: @@ -519541,7 +600082,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStore.sets.terms.DeleteRelations + operationId: sites.termStores.groups.sets.terms.DeleteRelations parameters: - name: If-Match in: header @@ -519564,6 +600105,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -519597,10 +600152,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' @@ -519609,14 +600164,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStore.sets.terms.relations.GetFromTerm + operationId: sites.termStores.groups.sets.terms.relations.GetFromTerm parameters: - name: $select in: query @@ -519658,6 +600213,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -519694,11 +600263,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' @@ -519709,14 +600278,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStore.sets.terms.relations.GetSet + operationId: sites.termStores.groups.sets.terms.relations.GetSet parameters: - name: $select in: query @@ -519758,6 +600327,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -519794,11 +600377,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' @@ -519809,14 +600392,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStore.sets.terms.relations.GetToTerm + operationId: sites.termStores.groups.sets.terms.relations.GetToTerm parameters: - name: $select in: query @@ -519858,6 +600441,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -519894,11 +600491,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' @@ -519909,13 +600506,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.terms.relations.GetCount-017f + operationId: sites.termStores.groups.sets.terms.relations.GetCount-c55c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -519934,6 +600531,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -519948,14 +600559,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStore.sets.terms.GetSet + operationId: sites.termStores.groups.sets.terms.GetSet parameters: - name: $select in: query @@ -519997,6 +600608,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: group-id + in: path + description: The unique identifier of group + required: true + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -520023,10 +600648,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' @@ -520035,45 +600660,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStore.sets.terms.GetCount-1c96 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - '/sites/{site-id}/termStore/sets/$count': + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStore.sets.GetCount-dbcc + operationId: sites.termStores.groups.sets.terms.GetCount-0e2e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -520092,281 +600685,6 @@ paths: schema: type: string x-ms-docs-key-type: site - '/sites/{site-id}/termStores': - description: Provides operations to manage the termStores property of the microsoft.graph.site entity. - get: - tags: - - sites.store - summary: Get termStores from sites - description: The collection of termStores under this site. - operationId: sites.ListTermStores - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.store - summary: Create new navigation property to termStores for sites - operationId: sites.CreateTermStores - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - x-ms-docs-grouped-path: - - '/sites/{site-id}/getByPath(path=''{path}'')/termStores' - '/sites/{site-id}/termStores/{store-id}': - description: Provides operations to manage the termStores property of the microsoft.graph.site entity. - get: - tags: - - sites.store - summary: Get termStores from sites - description: The collection of termStores under this site. - operationId: sites.GetTermStores - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.store - summary: Update the navigation property termStores in sites - operationId: sites.UpdateTermStores - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.store - summary: Delete navigation property termStores for sites - operationId: sites.DeleteTermStores - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - '/sites/{site-id}/termStores/{store-id}/groups': - description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. - get: - tags: - - sites.store - summary: Get groups from sites - description: Collection of all groups available in the term store. - operationId: sites.termStores.ListGroups - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.store - summary: Create new navigation property to groups for sites - operationId: sites.termStores.CreateGroups - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store @@ -520374,195 +600692,37 @@ paths: schema: type: string x-ms-docs-key-type: store - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}': - description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. - get: - tags: - - sites.store - summary: Get groups from sites - description: Collection of all groups available in the term store. - operationId: sites.termStores.GetGroups - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.store - summary: Update the navigation property groups in sites - operationId: sites.termStores.UpdateGroups - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.store - summary: Delete navigation property groups for sites - operationId: sites.termStores.DeleteGroups - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: group-id in: path - description: The unique identifier of store + description: The unique identifier of group required: true schema: type: string - x-ms-docs-key-type: store - - name: group-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. + x-ms-docs-key-type: set + '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/$count': + description: Provides operations to count the resources in the collection. get: tags: - sites.store - summary: Get sets from sites - description: 'All sets under the group in a term [store].' - operationId: sites.termStores.groups.ListSets + summary: Get the number of the resource + operationId: sites.termStores.groups.sets.GetCount-7f44 parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.store - summary: Create new navigation property to sets for sites - operationId: sites.termStores.groups.CreateSets - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -520585,18 +600745,142 @@ paths: schema: type: string x-ms-docs-key-type: group + '/sites/{site-id}/termStores/{store-id}/groups/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.groups.GetCount-6c15 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + '/sites/{site-id}/termStores/{store-id}/sets': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. + get: + tags: + - sites.store + summary: Get sets from sites + description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. + operationId: sites.termStores.ListSets + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to sets for sites + operationId: sites.termStores.CreateSets + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. + - '/sites/{site-id}/termStore/sets' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. get: tags: - sites.store summary: Get sets from sites - description: 'All sets under the group in a term [store].' - operationId: sites.termStores.groups.GetSets + description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. + operationId: sites.termStores.GetSets parameters: - name: $select in: query @@ -520634,7 +600918,7 @@ paths: tags: - sites.store summary: Update the navigation property sets in sites - operationId: sites.termStores.groups.UpdateSets + operationId: sites.termStores.UpdateSets requestBody: description: New navigation property values content: @@ -520658,7 +600942,7 @@ paths: tags: - sites.store summary: Delete navigation property sets for sites - operationId: sites.termStores.groups.DeleteSets + operationId: sites.termStores.DeleteSets parameters: - name: If-Match in: header @@ -520688,13 +600972,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -520703,17 +600980,15 @@ paths: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children': + - '/sites/{site-id}/termStore/sets/{set-id}' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' - operationId: sites.termStores.groups.sets.ListChildren + operationId: sites.termStores.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -520765,7 +601040,7 @@ paths: tags: - sites.store summary: Create new navigation property to children for sites - operationId: sites.termStores.groups.sets.CreateChildren + operationId: sites.termStores.sets.CreateChildren requestBody: description: New navigation property content: @@ -520800,13 +601075,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -520818,16 +601086,16 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' - operationId: sites.termStores.groups.sets.GetChildren + operationId: sites.termStores.sets.GetChildren parameters: - name: $select in: query @@ -520865,7 +601133,7 @@ paths: tags: - sites.store summary: Update the navigation property children in sites - operationId: sites.termStores.groups.sets.UpdateChildren + operationId: sites.termStores.sets.UpdateChildren requestBody: description: New navigation property values content: @@ -520889,7 +601157,7 @@ paths: tags: - sites.store summary: Delete navigation property children for sites - operationId: sites.termStores.groups.sets.DeleteChildren + operationId: sites.termStores.sets.DeleteChildren parameters: - name: If-Match in: header @@ -520919,13 +601187,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -520944,16 +601205,16 @@ paths: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStores.groups.sets.children.ListChildren + operationId: sites.termStores.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -521005,7 +601266,7 @@ paths: tags: - sites.store summary: Create new navigation property to children for sites - operationId: sites.termStores.groups.sets.children.CreateChildren + operationId: sites.termStores.sets.children.CreateChildren requestBody: description: New navigation property content: @@ -521040,13 +601301,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -521068,19 +601322,19 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStores.groups.sets.children.GetChildren + operationId: sites.termStores.sets.children.GetChildren parameters: - name: $select in: query @@ -521118,7 +601372,7 @@ paths: tags: - sites.store summary: Update the navigation property children in sites - operationId: sites.termStores.groups.sets.children.UpdateChildren + operationId: sites.termStores.sets.children.UpdateChildren requestBody: description: New navigation property values content: @@ -521142,7 +601396,7 @@ paths: tags: - sites.store summary: Delete navigation property children for sites - operationId: sites.termStores.groups.sets.children.DeleteChildren + operationId: sites.termStores.sets.children.DeleteChildren parameters: - name: If-Match in: header @@ -521172,13 +601426,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -521207,19 +601454,19 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.groups.sets.children.children.ListRelations + operationId: sites.termStores.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -521271,7 +601518,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStores.groups.sets.children.children.CreateRelations + operationId: sites.termStores.sets.children.children.CreateRelations requestBody: description: New navigation property content: @@ -521306,13 +601553,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -521347,10 +601587,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' @@ -521358,14 +601598,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.groups.sets.children.children.GetRelations + operationId: sites.termStores.sets.children.children.GetRelations parameters: - name: $select in: query @@ -521403,7 +601643,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStores.groups.sets.children.children.UpdateRelations + operationId: sites.termStores.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: @@ -521427,7 +601667,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStores.groups.sets.children.children.DeleteRelations + operationId: sites.termStores.sets.children.children.DeleteRelations parameters: - name: If-Match in: header @@ -521457,13 +601697,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -521505,10 +601738,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' @@ -521516,14 +601749,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.groups.sets.children.children.relations.GetFromTerm + operationId: sites.termStores.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query @@ -521572,13 +601805,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -521623,11 +601849,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' @@ -521637,14 +601863,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.groups.sets.children.children.relations.GetSet + operationId: sites.termStores.sets.children.children.relations.GetSet parameters: - name: $select in: query @@ -521693,13 +601919,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -521744,11 +601963,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' @@ -521758,14 +601977,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.groups.sets.children.children.relations.GetToTerm + operationId: sites.termStores.sets.children.children.relations.GetToTerm parameters: - name: $select in: query @@ -521814,13 +602033,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -521865,11 +602077,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' @@ -521879,13 +602091,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.groups.sets.children.children.relations.GetCount-d2cc + operationId: sites.termStores.sets.children.children.relations.GetCount-6644 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -521911,13 +602123,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -521939,14 +602144,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStores.groups.sets.children.children.GetSet + operationId: sites.termStores.sets.children.children.GetSet parameters: - name: $select in: query @@ -521995,13 +602200,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -522036,10 +602234,10 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' @@ -522047,13 +602245,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.groups.sets.children.children.GetCount-f2a5 + operationId: sites.termStores.sets.children.children.GetCount-3380 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -522079,13 +602277,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -522100,14 +602291,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.groups.sets.children.ListRelations + operationId: sites.termStores.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -522159,7 +602350,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStores.groups.sets.children.CreateRelations + operationId: sites.termStores.sets.children.CreateRelations requestBody: description: New navigation property content: @@ -522194,13 +602385,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -522229,24 +602413,24 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.groups.sets.children.GetRelations + operationId: sites.termStores.sets.children.GetRelations parameters: - name: $select in: query @@ -522284,7 +602468,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStores.groups.sets.children.UpdateRelations + operationId: sites.termStores.sets.children.UpdateRelations requestBody: description: New navigation property values content: @@ -522308,7 +602492,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStores.groups.sets.children.DeleteRelations + operationId: sites.termStores.sets.children.DeleteRelations parameters: - name: If-Match in: header @@ -522338,13 +602522,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -522380,24 +602557,24 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.groups.sets.children.relations.GetFromTerm + operationId: sites.termStores.sets.children.relations.GetFromTerm parameters: - name: $select in: query @@ -522446,13 +602623,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -522491,11 +602661,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' @@ -522504,14 +602674,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.groups.sets.children.relations.GetSet + operationId: sites.termStores.sets.children.relations.GetSet parameters: - name: $select in: query @@ -522560,13 +602730,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -522605,11 +602768,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' @@ -522618,14 +602781,14 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.groups.sets.children.relations.GetToTerm + operationId: sites.termStores.sets.children.relations.GetToTerm parameters: - name: $select in: query @@ -522674,13 +602837,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -522719,11 +602875,11 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' @@ -522732,13 +602888,13 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.groups.sets.children.relations.GetCount-d2cc + operationId: sites.termStores.sets.children.relations.GetCount-6644 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -522764,13 +602920,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -522785,14 +602934,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStores.groups.sets.children.GetSet + operationId: sites.termStores.sets.children.GetSet parameters: - name: $select in: query @@ -522841,13 +602990,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -522876,23 +603018,23 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.groups.sets.children.GetCount-f2a5 + operationId: sites.termStores.sets.children.GetCount-3380 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -522918,13 +603060,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -522932,14 +603067,14 @@ paths: schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup': description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get parentGroup from sites description: 'The parent [group] that contains the set.' - operationId: sites.termStores.groups.sets.GetParentGroup + operationId: sites.termStores.sets.GetParentGroup parameters: - name: $select in: query @@ -522977,7 +603112,7 @@ paths: tags: - sites.store summary: Update the navigation property parentGroup in sites - operationId: sites.termStores.groups.sets.UpdateParentGroup + operationId: sites.termStores.sets.UpdateParentGroup requestBody: description: New navigation property values content: @@ -523001,7 +603136,7 @@ paths: tags: - sites.store summary: Delete navigation property parentGroup for sites - operationId: sites.termStores.groups.sets.DeleteParentGroup + operationId: sites.termStores.sets.DeleteParentGroup parameters: - name: If-Match in: header @@ -523031,13 +603166,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -523048,15 +603176,15 @@ paths: x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store - summary: Get relations from sites - description: Indicates which terms have been pinned or reused directly under the set. - operationId: sites.termStores.groups.sets.ListRelations + summary: Get sets from sites + description: 'All sets under the group in a term [store].' + operationId: sites.termStores.sets.parentGroup.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -523095,7 +603223,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -523107,14 +603235,14 @@ paths: post: tags: - sites.store - summary: Create new navigation property to relations for sites - operationId: sites.termStores.groups.sets.CreateRelations + summary: Create new navigation property to sets for sites + operationId: sites.termStores.sets.parentGroup.CreateSets requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -523122,7 +603250,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -523143,13 +603271,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -523158,19 +603279,17 @@ paths: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}': + description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store - summary: Get relations from sites - description: Indicates which terms have been pinned or reused directly under the set. - operationId: sites.termStores.groups.sets.GetRelations + summary: Get sets from sites + description: 'All sets under the group in a term [store].' + operationId: sites.termStores.sets.parentGroup.GetSets parameters: - name: $select in: query @@ -523198,7 +603317,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -523207,14 +603326,14 @@ paths: patch: tags: - sites.store - summary: Update the navigation property relations in sites - operationId: sites.termStores.groups.sets.UpdateRelations + summary: Update the navigation property sets in sites + operationId: sites.termStores.sets.parentGroup.UpdateSets requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -523222,7 +603341,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -523231,8 +603350,8 @@ paths: delete: tags: - sites.store - summary: Delete navigation property relations for sites - operationId: sites.termStores.groups.sets.DeleteRelations + summary: Delete navigation property sets for sites + operationId: sites.termStores.sets.parentGroup.DeleteSets parameters: - name: If-Match in: header @@ -523262,13 +603381,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -523276,28 +603388,41 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm': - description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children': + description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get fromTerm from sites - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.groups.sets.relations.GetFromTerm + summary: Get children from sites + description: 'Children terms of set in term [store].' + operationId: sites.termStores.sets.parentGroup.sets.ListChildren parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -523320,7 +603445,30 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to children for sites + operationId: sites.termStores.sets.parentGroup.sets.CreateChildren + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: @@ -523345,13 +603493,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -523359,51 +603500,27 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': + description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.groups.sets.relations.GetSet + summary: Get children from sites + description: 'Children terms of set in term [store].' + operationId: sites.termStores.sets.parentGroup.sets.GetChildren parameters: - name: $select in: query @@ -523431,7 +603548,50 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property children in sites + operationId: sites.termStores.sets.parentGroup.sets.UpdateChildren + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property children for sites + operationId: sites.termStores.sets.parentGroup.sets.DeleteChildren + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: @@ -523452,66 +603612,57 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm': - description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': + description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: Get toTerm from sites - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.groups.sets.relations.GetToTerm + summary: Get children from sites + description: Children of current term. + operationId: sites.termStores.sets.parentGroup.sets.children.ListChildren parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -523534,7 +603685,30 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to children for sites + operationId: sites.termStores.sets.parentGroup.sets.children.CreateChildren + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: @@ -523559,74 +603733,123 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/$count': - description: Provides operations to count the resources in the collection. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': + description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: Get the number of the resource - operationId: sites.termStores.groups.sets.relations.GetCount-4b3b + summary: Get children from sites + description: Children of current term. + operationId: sites.termStores.sets.parentGroup.sets.children.GetChildren parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.store + summary: Update the navigation property children in sites + operationId: sites.termStores.sets.parentGroup.sets.children.UpdateChildren + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.store + summary: Delete navigation property children for sites + operationId: sites.termStores.sets.parentGroup.sets.children.DeleteChildren + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -523642,28 +603865,54 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms': - description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: Get terms from sites - description: All the terms under the set. - operationId: sites.termStores.groups.sets.ListTerms + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStores.sets.parentGroup.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -523702,7 +603951,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -523714,14 +603963,14 @@ paths: post: tags: - sites.store - summary: Create new navigation property to terms for sites - operationId: sites.termStores.groups.sets.CreateTerms + summary: Create new navigation property to relations for sites + operationId: sites.termStores.sets.parentGroup.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -523729,7 +603978,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -523750,34 +603999,66 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - - '/sites/{site-id}/termStore/sets/{set-id}/terms' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}': - description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store - summary: Get terms from sites - description: All the terms under the set. - operationId: sites.termStores.groups.sets.GetTerms + summary: Get relations from sites + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: sites.termStores.sets.parentGroup.sets.children.children.GetRelations parameters: - name: $select in: query @@ -523805,7 +604086,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -523814,14 +604095,14 @@ paths: patch: tags: - sites.store - summary: Update the navigation property terms in sites - operationId: sites.termStores.groups.sets.UpdateTerms + summary: Update the navigation property relations in sites + operationId: sites.termStores.sets.parentGroup.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -523829,7 +604110,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -523838,8 +604119,8 @@ paths: delete: tags: - sites.store - summary: Delete navigation property terms for sites - operationId: sites.termStores.groups.sets.DeleteTerms + summary: Delete navigation property relations for sites + operationId: sites.termStores.sets.parentGroup.sets.children.children.DeleteRelations parameters: - name: If-Match in: header @@ -523869,14 +604150,14 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true @@ -523890,36 +604171,53 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children': - description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store - summary: Get children from sites - description: Children of current term. - operationId: sites.termStores.groups.sets.terms.ListChildren + summary: Get fromTerm from sites + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetFromTerm parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -523942,34 +604240,132 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + get: tags: - sites.store - summary: Create new navigation property to children for sites - operationId: sites.termStores.groups.sets.terms.CreateChildren - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetSet + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -523990,14 +604386,14 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true @@ -524011,26 +604407,58 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': - description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store - summary: Get children from sites - description: Children of current term. - operationId: sites.termStores.groups.sets.terms.GetChildren + summary: Get toTerm from sites + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetToTerm parameters: - name: $select in: query @@ -524064,44 +604492,182 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': + description: Provides operations to count the resources in the collection. + get: tags: - sites.store - summary: Update the navigation property children in sites - operationId: sites.termStores.groups.sets.terms.UpdateChildren - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + summary: Get the number of the resource + operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetCount-227b + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. + get: tags: - sites.store - summary: Delete navigation property children for sites - operationId: sites.termStores.groups.sets.terms.DeleteChildren + summary: Get set from sites + description: 'The [set] in which the term is created.' + operationId: sites.termStores.sets.parentGroup.sets.children.children.GetSet parameters: - - name: If-Match - in: header - description: ETag + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: - '204': - description: Success + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: @@ -524122,14 +604688,14 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: set-id1 in: path description: The unique identifier of set required: true @@ -524151,25 +604717,90 @@ paths: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.parentGroup.sets.children.children.GetCount-a85c + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + schema: + type: string + x-ms-docs-key-type: term + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.groups.sets.terms.children.ListRelations + operationId: sites.termStores.sets.parentGroup.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -524221,7 +604852,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStores.groups.sets.terms.children.CreateRelations + operationId: sites.termStores.sets.parentGroup.sets.children.CreateRelations requestBody: description: New navigation property content: @@ -524256,13 +604887,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -524270,14 +604894,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -524299,23 +604923,23 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.groups.sets.terms.children.GetRelations + operationId: sites.termStores.sets.parentGroup.sets.children.GetRelations parameters: - name: $select in: query @@ -524353,7 +604977,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStores.groups.sets.terms.children.UpdateRelations + operationId: sites.termStores.sets.parentGroup.sets.children.UpdateRelations requestBody: description: New navigation property values content: @@ -524377,7 +605001,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStores.groups.sets.terms.children.DeleteRelations + operationId: sites.termStores.sets.parentGroup.sets.children.DeleteRelations parameters: - name: If-Match in: header @@ -524407,13 +605031,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -524421,14 +605038,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -524457,23 +605074,23 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.groups.sets.terms.children.relations.GetFromTerm + operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetFromTerm parameters: - name: $select in: query @@ -524522,13 +605139,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -524536,14 +605146,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -524576,25 +605186,25 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.groups.sets.terms.children.relations.GetSet + operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetSet parameters: - name: $select in: query @@ -524643,13 +605253,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -524657,14 +605260,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -524697,25 +605300,25 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.groups.sets.terms.children.relations.GetToTerm + operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetToTerm parameters: - name: $select in: query @@ -524764,13 +605367,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -524778,14 +605374,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -524818,24 +605414,24 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.groups.sets.terms.children.relations.GetCount-563b + operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetCount-227b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -524861,13 +605457,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -524875,28 +605464,28 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStores.groups.sets.terms.children.GetSet + operationId: sites.termStores.sets.parentGroup.sets.children.GetSet parameters: - name: $select in: query @@ -524945,13 +605534,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -524959,14 +605541,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -524988,22 +605570,22 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.groups.sets.terms.children.GetCount-18db + operationId: sites.termStores.sets.parentGroup.sets.children.GetCount-a85c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -525029,13 +605611,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -525043,21 +605618,21 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + x-ms-docs-key-type: set + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.groups.sets.terms.ListRelations + description: Indicates which terms have been pinned or reused directly under the set. + operationId: sites.termStores.sets.parentGroup.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -525109,7 +605684,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStores.groups.sets.terms.CreateRelations + operationId: sites.termStores.sets.parentGroup.sets.CreateRelations requestBody: description: New navigation property content: @@ -525144,13 +605719,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -525158,45 +605726,27 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.groups.sets.terms.GetRelations + description: Indicates which terms have been pinned or reused directly under the set. + operationId: sites.termStores.sets.parentGroup.sets.GetRelations parameters: - name: $select in: query @@ -525234,7 +605784,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStores.groups.sets.terms.UpdateRelations + operationId: sites.termStores.sets.parentGroup.sets.UpdateRelations requestBody: description: New navigation property values content: @@ -525258,7 +605808,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStores.groups.sets.terms.DeleteRelations + operationId: sites.termStores.sets.parentGroup.sets.DeleteRelations parameters: - name: If-Match in: header @@ -525288,13 +605838,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -525302,13 +605845,13 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation @@ -525317,37 +605860,19 @@ paths: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.groups.sets.terms.relations.GetFromTerm + operationId: sites.termStores.sets.parentGroup.sets.relations.GetFromTerm parameters: - name: $select in: query @@ -525396,13 +605921,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -525410,13 +605928,13 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation @@ -525444,24 +605962,24 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.groups.sets.terms.relations.GetSet + operationId: sites.termStores.sets.parentGroup.sets.relations.GetSet parameters: - name: $select in: query @@ -525510,13 +606028,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -525524,13 +606035,13 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation @@ -525558,24 +606069,24 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.groups.sets.terms.relations.GetToTerm + operationId: sites.termStores.sets.parentGroup.sets.relations.GetToTerm parameters: - name: $select in: query @@ -525624,13 +606135,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -525638,13 +606142,13 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation @@ -525672,23 +606176,23 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.groups.sets.terms.relations.GetCount-c55c + operationId: sites.termStores.sets.parentGroup.sets.relations.GetCount-c83c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -525714,90 +606218,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. - get: - tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the term is created.' - operationId: sites.termStores.groups.sets.terms.GetSet - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -525805,162 +606225,21 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.groups.sets.terms.GetCount-0e2e - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - - name: set-id + - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.groups.sets.GetCount-7f44 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: group-id - in: path - description: The unique identifier of group - required: true - schema: - type: string - x-ms-docs-key-type: group - '/sites/{site-id}/termStores/{store-id}/groups/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.groups.GetCount-6c15 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - '/sites/{site-id}/termStores/{store-id}/sets': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms': + description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get sets from sites - description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. - operationId: sites.termStores.ListSets + summary: Get terms from sites + description: All the terms under the set. + operationId: sites.termStores.sets.parentGroup.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -525999,7 +606278,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -526011,14 +606290,14 @@ paths: post: tags: - sites.store - summary: Create new navigation property to sets for sites - operationId: sites.termStores.CreateSets + summary: Create new navigation property to terms for sites + operationId: sites.termStores.sets.parentGroup.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -526026,108 +606305,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/sets' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. - get: - tags: - - sites.store - summary: Get sets from sites - description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. - operationId: sites.termStores.GetSets - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.store - summary: Update the navigation property sets in sites - operationId: sites.termStores.UpdateSets - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.store - summary: Delete navigation property sets for sites - operationId: sites.termStores.DeleteSets - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -526155,103 +606333,7 @@ paths: schema: type: string x-ms-docs-key-type: set - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/sets/{set-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children': - description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. - get: - tags: - - sites.store - summary: Get children from sites - description: 'Children terms of set in term [store].' - operationId: sites.termStores.sets.ListChildren - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.store - summary: Create new navigation property to children for sites - operationId: sites.termStores.sets.CreateChildren - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id + - name: set-id1 in: path description: The unique identifier of set required: true @@ -526259,19 +606341,19 @@ paths: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}': - description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' + - '/sites/{site-id}/termStore/sets/{set-id}/terms' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': + description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get children from sites - description: 'Children terms of set in term [store].' - operationId: sites.termStores.sets.GetChildren + summary: Get terms from sites + description: All the terms under the set. + operationId: sites.termStores.sets.parentGroup.sets.GetTerms parameters: - name: $select in: query @@ -526308,8 +606390,8 @@ paths: patch: tags: - sites.store - summary: Update the navigation property children in sites - operationId: sites.termStores.sets.UpdateChildren + summary: Update the navigation property terms in sites + operationId: sites.termStores.sets.parentGroup.sets.UpdateTerms requestBody: description: New navigation property values content: @@ -526332,8 +606414,8 @@ paths: delete: tags: - sites.store - summary: Delete navigation property children for sites - operationId: sites.termStores.sets.DeleteChildren + summary: Delete navigation property terms for sites + operationId: sites.termStores.sets.parentGroup.sets.DeleteTerms parameters: - name: If-Match in: header @@ -526370,6 +606452,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -526378,19 +606467,19 @@ paths: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children': + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStores.sets.children.ListChildren + operationId: sites.termStores.sets.parentGroup.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -526442,7 +606531,7 @@ paths: tags: - sites.store summary: Create new navigation property to children for sites - operationId: sites.termStores.sets.children.CreateChildren + operationId: sites.termStores.sets.parentGroup.sets.terms.CreateChildren requestBody: description: New navigation property content: @@ -526484,6 +606573,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -526500,17 +606596,17 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStores.sets.children.GetChildren + operationId: sites.termStores.sets.parentGroup.sets.terms.GetChildren parameters: - name: $select in: query @@ -526548,7 +606644,7 @@ paths: tags: - sites.store summary: Update the navigation property children in sites - operationId: sites.termStores.sets.children.UpdateChildren + operationId: sites.termStores.sets.parentGroup.sets.terms.UpdateChildren requestBody: description: New navigation property values content: @@ -526572,7 +606668,7 @@ paths: tags: - sites.store summary: Delete navigation property children for sites - operationId: sites.termStores.sets.children.DeleteChildren + operationId: sites.termStores.sets.parentGroup.sets.terms.DeleteChildren parameters: - name: If-Match in: header @@ -526609,6 +606705,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -526632,17 +606735,17 @@ paths: - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.children.children.ListRelations + operationId: sites.termStores.sets.parentGroup.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -526694,7 +606797,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.children.children.CreateRelations + operationId: sites.termStores.sets.parentGroup.sets.terms.children.CreateRelations requestBody: description: New navigation property content: @@ -526736,6 +606839,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -526767,21 +606877,21 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.children.children.GetRelations + operationId: sites.termStores.sets.parentGroup.sets.terms.children.GetRelations parameters: - name: $select in: query @@ -526819,7 +606929,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.children.children.UpdateRelations + operationId: sites.termStores.sets.parentGroup.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: @@ -526843,7 +606953,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.children.children.DeleteRelations + operationId: sites.termStores.sets.parentGroup.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header @@ -526880,6 +606990,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -526918,21 +607035,21 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.children.children.relations.GetFromTerm + operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query @@ -526988,6 +607105,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -527030,23 +607154,23 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.children.children.relations.GetSet + operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetSet parameters: - name: $select in: query @@ -527102,6 +607226,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -527144,23 +607275,23 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.children.children.relations.GetToTerm + operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query @@ -527216,6 +607347,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -527258,22 +607396,22 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.sets.children.children.relations.GetCount-6644 + operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetCount-bd86 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -527306,6 +607444,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -527320,14 +607465,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStores.sets.children.children.GetSet + operationId: sites.termStores.sets.parentGroup.sets.terms.children.GetSet parameters: - name: $select in: query @@ -527383,6 +607528,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -527414,20 +607566,20 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.sets.children.children.GetCount-3380 + operationId: sites.termStores.sets.parentGroup.sets.terms.children.GetCount-775b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -527460,6 +607612,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -527467,14 +607626,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.children.ListRelations + operationId: sites.termStores.sets.parentGroup.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -527526,7 +607685,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.children.CreateRelations + operationId: sites.termStores.sets.parentGroup.sets.terms.CreateRelations requestBody: description: New navigation property content: @@ -527568,6 +607727,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -527593,20 +607759,20 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.children.GetRelations + operationId: sites.termStores.sets.parentGroup.sets.terms.GetRelations parameters: - name: $select in: query @@ -527644,7 +607810,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.children.UpdateRelations + operationId: sites.termStores.sets.parentGroup.sets.terms.UpdateRelations requestBody: description: New navigation property values content: @@ -527668,7 +607834,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.children.DeleteRelations + operationId: sites.termStores.sets.parentGroup.sets.terms.DeleteRelations parameters: - name: If-Match in: header @@ -527705,6 +607871,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -527737,20 +607910,20 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.children.relations.GetFromTerm + operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetFromTerm parameters: - name: $select in: query @@ -527806,6 +607979,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -527842,22 +608022,22 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.children.relations.GetSet + operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetSet parameters: - name: $select in: query @@ -527913,6 +608093,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -527949,22 +608136,22 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.children.relations.GetToTerm + operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetToTerm parameters: - name: $select in: query @@ -528020,6 +608207,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -528056,21 +608250,21 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.sets.children.relations.GetCount-6644 + operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetCount-0036 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -528103,6 +608297,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -528110,14 +608311,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStores.sets.children.GetSet + operationId: sites.termStores.sets.parentGroup.sets.terms.GetSet parameters: - name: $select in: query @@ -528173,6 +608374,13 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -528198,29 +608406,176 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.sets.children.GetCount-3380 + operationId: sites.termStores.sets.parentGroup.sets.terms.GetCount-261f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.parentGroup.sets.GetCount-bf6d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + get: + tags: + - sites.store + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. + operationId: sites.termStores.sets.ListRelations + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - sites.store + summary: Create new navigation property to relations for sites + operationId: sites.termStores.sets.CreateRelations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -528243,14 +608598,20 @@ paths: schema: type: string x-ms-docs-key-type: set - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup': - description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' + - '/sites/{site-id}/termStore/sets/{set-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}': + description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get parentGroup from sites - description: 'The parent [group] that contains the set.' - operationId: sites.termStores.sets.GetParentGroup + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. + operationId: sites.termStores.sets.GetRelations parameters: - name: $select in: query @@ -528278,7 +608639,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -528287,14 +608648,14 @@ paths: patch: tags: - sites.store - summary: Update the navigation property parentGroup in sites - operationId: sites.termStores.sets.UpdateParentGroup + summary: Update the navigation property relations in sites + operationId: sites.termStores.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -528302,7 +608663,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: @@ -528311,8 +608672,8 @@ paths: delete: tags: - sites.store - summary: Delete navigation property parentGroup for sites - operationId: sites.termStores.sets.DeleteParentGroup + summary: Delete navigation property relations for sites + operationId: sites.termStores.sets.DeleteRelations parameters: - name: If-Match in: header @@ -528349,34 +608710,28 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm': + description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store - summary: Get sets from sites - description: 'All sets under the group in a term [store].' - operationId: sites.termStores.sets.parentGroup.ListSets + summary: Get fromTerm from sites + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: sites.termStores.sets.relations.GetFromTerm parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -528399,34 +608754,11 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.store - summary: Create new navigation property to sets for sites - operationId: sites.termStores.sets.parentGroup.CreateSets - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true - responses: - 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: @@ -528454,18 +608786,51 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}': - description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set': + description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store - summary: Get sets from sites - description: 'All sets under the group in a term [store].' - operationId: sites.termStores.sets.parentGroup.GetSets + summary: Get set from sites + description: 'The [set] in which the relation is relevant.' + operationId: sites.termStores.sets.relations.GetSet parameters: - name: $select in: query @@ -528499,49 +608864,182 @@ paths: 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm': + description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + get: tags: - sites.store - summary: Update the navigation property sets in sites - operationId: sites.termStores.sets.parentGroup.UpdateSets - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true + summary: Get toTerm from sites + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: sites.termStores.sets.relations.GetToTerm + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - name: relation-id + in: path + description: The unique identifier of relation + required: true + schema: + type: string + x-ms-docs-key-type: relation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/$count': + description: Provides operations to count the resources in the collection. + get: tags: - sites.store - summary: Delete navigation property sets for sites - operationId: sites.termStores.sets.parentGroup.DeleteSets + summary: Get the number of the resource + operationId: sites.termStores.sets.relations.GetCount-5a39 parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation parameters: - name: site-id in: path @@ -528564,25 +609062,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children': - description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms': + description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get children from sites - description: 'Children terms of set in term [store].' - operationId: sites.termStores.sets.parentGroup.sets.ListChildren + summary: Get terms from sites + description: All the terms under the set. + operationId: sites.termStores.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -528633,8 +609120,8 @@ paths: post: tags: - sites.store - summary: Create new navigation property to children for sites - operationId: sites.termStores.sets.parentGroup.sets.CreateChildren + summary: Create new navigation property to terms for sites + operationId: sites.termStores.sets.CreateTerms requestBody: description: New navigation property content: @@ -528676,27 +609163,20 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': - description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' + - '/sites/{site-id}/termStore/sets/{set-id}/terms' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}': + description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store - summary: Get children from sites - description: 'Children terms of set in term [store].' - operationId: sites.termStores.sets.parentGroup.sets.GetChildren + summary: Get terms from sites + description: All the terms under the set. + operationId: sites.termStores.sets.GetTerms parameters: - name: $select in: query @@ -528733,8 +609213,8 @@ paths: patch: tags: - sites.store - summary: Update the navigation property children in sites - operationId: sites.termStores.sets.parentGroup.sets.UpdateChildren + summary: Update the navigation property terms in sites + operationId: sites.termStores.sets.UpdateTerms requestBody: description: New navigation property values content: @@ -528757,8 +609237,8 @@ paths: delete: tags: - sites.store - summary: Delete navigation property children for sites - operationId: sites.termStores.sets.parentGroup.sets.DeleteChildren + summary: Delete navigation property terms for sites + operationId: sites.termStores.sets.DeleteTerms parameters: - name: If-Match in: header @@ -528795,13 +609275,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -528810,19 +609283,19 @@ paths: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStores.sets.parentGroup.sets.children.ListChildren + operationId: sites.termStores.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -528874,7 +609347,7 @@ paths: tags: - sites.store summary: Create new navigation property to children for sites - operationId: sites.termStores.sets.parentGroup.sets.children.CreateChildren + operationId: sites.termStores.sets.terms.CreateChildren requestBody: description: New navigation property content: @@ -528916,13 +609389,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -528940,16 +609406,16 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. - operationId: sites.termStores.sets.parentGroup.sets.children.GetChildren + operationId: sites.termStores.sets.terms.GetChildren parameters: - name: $select in: query @@ -528987,7 +609453,7 @@ paths: tags: - sites.store summary: Update the navigation property children in sites - operationId: sites.termStores.sets.parentGroup.sets.children.UpdateChildren + operationId: sites.termStores.sets.terms.UpdateChildren requestBody: description: New navigation property values content: @@ -529011,7 +609477,7 @@ paths: tags: - sites.store summary: Delete navigation property children for sites - operationId: sites.termStores.sets.parentGroup.sets.children.DeleteChildren + operationId: sites.termStores.sets.terms.DeleteChildren parameters: - name: If-Match in: header @@ -529048,13 +609514,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -529079,16 +609538,16 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.parentGroup.sets.children.children.ListRelations + operationId: sites.termStores.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -529140,7 +609599,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.parentGroup.sets.children.children.CreateRelations + operationId: sites.termStores.sets.terms.children.CreateRelations requestBody: description: New navigation property content: @@ -529182,13 +609641,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -529222,19 +609674,19 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.parentGroup.sets.children.children.GetRelations + operationId: sites.termStores.sets.terms.children.GetRelations parameters: - name: $select in: query @@ -529272,7 +609724,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.parentGroup.sets.children.children.UpdateRelations + operationId: sites.termStores.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: @@ -529296,7 +609748,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.parentGroup.sets.children.children.DeleteRelations + operationId: sites.termStores.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header @@ -529333,13 +609785,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -529380,19 +609825,19 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetFromTerm + operationId: sites.termStores.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query @@ -529448,13 +609893,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -529499,21 +609937,21 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetSet + operationId: sites.termStores.sets.terms.children.relations.GetSet parameters: - name: $select in: query @@ -529569,13 +610007,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -529620,21 +610051,21 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetToTerm + operationId: sites.termStores.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query @@ -529690,13 +610121,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -529741,20 +610165,20 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetCount-227b + operationId: sites.termStores.sets.terms.children.relations.GetCount-f9a6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -529787,13 +610211,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -529808,14 +610225,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStores.sets.parentGroup.sets.children.children.GetSet + operationId: sites.termStores.sets.terms.children.GetSet parameters: - name: $select in: query @@ -529871,13 +610288,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -529911,18 +610321,18 @@ paths: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.sets.parentGroup.sets.children.children.GetCount-a85c + operationId: sites.termStores.sets.terms.children.GetCount-6a9c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -529955,13 +610365,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -529969,14 +610372,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.parentGroup.sets.children.ListRelations + operationId: sites.termStores.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -530028,7 +610431,7 @@ paths: tags: - sites.store summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.parentGroup.sets.children.CreateRelations + operationId: sites.termStores.sets.terms.CreateRelations requestBody: description: New navigation property content: @@ -530070,13 +610473,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -530104,18 +610500,18 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.parentGroup.sets.children.GetRelations + operationId: sites.termStores.sets.terms.GetRelations parameters: - name: $select in: query @@ -530153,7 +610549,7 @@ paths: tags: - sites.store summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.parentGroup.sets.children.UpdateRelations + operationId: sites.termStores.sets.terms.UpdateRelations requestBody: description: New navigation property values content: @@ -530177,7 +610573,7 @@ paths: tags: - sites.store summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.parentGroup.sets.children.DeleteRelations + operationId: sites.termStores.sets.terms.DeleteRelations parameters: - name: If-Match in: header @@ -530214,13 +610610,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -530255,18 +610644,18 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetFromTerm + operationId: sites.termStores.sets.terms.relations.GetFromTerm parameters: - name: $select in: query @@ -530322,13 +610711,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -530367,20 +610749,20 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetSet + operationId: sites.termStores.sets.terms.relations.GetSet parameters: - name: $select in: query @@ -530436,13 +610818,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -530481,20 +610856,20 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetToTerm + operationId: sites.termStores.sets.terms.relations.GetToTerm parameters: - name: $select in: query @@ -530550,13 +610925,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -530595,19 +610963,19 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetCount-227b + operationId: sites.termStores.sets.terms.relations.GetCount-3f58 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -530640,13 +611008,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -530654,14 +611015,14 @@ paths: schema: type: string x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' - operationId: sites.termStores.sets.parentGroup.sets.children.GetSet + operationId: sites.termStores.sets.terms.GetSet parameters: - name: $select in: query @@ -530717,13 +611078,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -530751,17 +611105,17 @@ paths: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource - operationId: sites.termStores.sets.parentGroup.sets.children.GetCount-a85c + operationId: sites.termStores.sets.terms.GetCount-26b6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -530794,27 +611148,154 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + '/sites/{site-id}/termStores/{store-id}/sets/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.GetCount-07f9 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id in: path - description: The unique identifier of set + description: The unique identifier of site required: true schema: type: string - x-ms-docs-key-type: set - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + '/sites/{site-id}/termStores/$count': + description: Provides operations to count the resources in the collection. get: tags: - sites.store - summary: Get relations from sites - description: Indicates which terms have been pinned or reused directly under the set. - operationId: sites.termStores.sets.parentGroup.sets.ListRelations + summary: Get the number of the resource + operationId: sites.termStores.GetCount-00cb + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + /sites/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.site + summary: Get the number of the resource + operationId: sites.GetCount-6254 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /sites/add: + description: Provides operations to call the add method. + post: + tags: + - sites.Actions + summary: Invoke action add + description: Follow a user's site or multiple sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 + operationId: sites.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /sites/delta(): + description: Provides operations to call the delta method. + get: + tags: + - sites.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 + operationId: sites.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $orderby in: query description: Order items by property values @@ -530825,6 +611306,60 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/sites/{site-id}/lists/{list-id}/items/delta()' + - '/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' + /sites/getAllSites(): + description: Provides operations to call the getAllSites method. + get: + tags: + - sites.Functions + summary: Invoke function getAllSites + description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 + operationId: sites.getAllSites + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -530835,6 +611370,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -530847,7 +611392,273 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /sites/remove: + description: Provides operations to call the remove method. + post: + tags: + - sites.Actions + summary: Invoke action remove + description: Unfollow a user's site or multiple sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 + operationId: sites.remove + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /solutions: + description: Provides operations to manage the solutionsRoot singleton. + get: + tags: + - solutions.solutionsRoot + summary: Get solutions + operationId: solutions.solutionsRoot.GetSolutionsRoot + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.solutionsRoot + summary: Update solutions + operationId: solutions.solutionsRoot.UpdateSolutionsRoot + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore: + description: Provides operations to manage the backupRestore property of the microsoft.graph.solutionsRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get backupRestoreRoot + description: Get the serviceStatus of the Microsoft 365 Backup Storage service in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-1.0 + operationId: solutions.GetBackupRestore + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property backupRestore in solutions + operationId: solutions.UpdateBackupRestore + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property backupRestore for solutions + operationId: solutions.DeleteBackupRestore + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveInclusionRules: + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListDriveInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -530858,15 +611669,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.parentGroup.sets.CreateRelations + - solutions.backupRestoreRoot + summary: Create new navigation property to driveInclusionRules for solutions + operationId: solutions.backupRestore.CreateDriveInclusionRules requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' required: true responses: 2XX: @@ -530874,55 +611685,568 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetDriveInclusionRules + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveInclusionRules in solutions + operationId: solutions.backupRestore.UpdateDriveInclusionRules + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveInclusionRules for solutions + operationId: solutions.backupRestore.DeleteDriveInclusionRules + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id + - name: driveProtectionRule-id in: path - description: The unique identifier of site + description: The unique identifier of driveProtectionRule required: true schema: type: string - x-ms-docs-key-type: site - - name: store-id + x-ms-docs-key-type: driveProtectionRule + /solutions/backupRestore/driveInclusionRules/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.driveInclusionRules.GetCount-d025 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/driveProtectionUnits: + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListDriveProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveProtectionUnits for solutions + operationId: solutions.backupRestore.CreateDriveProtectionUnits + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: The list of drive protection units in the tenant. + operationId: solutions.backupRestore.GetDriveProtectionUnits + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateDriveProtectionUnits + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteDriveProtectionUnits + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: driveProtectionUnit-id in: path - description: The unique identifier of store + description: The unique identifier of driveProtectionUnit required: true schema: type: string - x-ms-docs-key-type: store - - name: set-id + x-ms-docs-key-type: driveProtectionUnit + /solutions/backupRestore/driveProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.driveProtectionUnits.GetCount-d596 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies: + description: Provides operations to manage the exchangeProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solutions.backupRestore.ListExchangeProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create exchangeProtectionPolicy + description: Create a protection policy for the Exchange service in a Microsoft 365 tenant. The policy is set to inactive when it is created. Users can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateExchangeProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}': + description: Provides operations to manage the exchangeProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solutions.backupRestore.GetExchangeProtectionPolicies + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeProtectionPolicy + description: Update an Exchange protection policy. This method adds a mailboxprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateExchangeProtectionPolicies + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteExchangeProtectionPolicies + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: exchangeProtectionPolicy-id in: path - description: The unique identifier of set + description: The unique identifier of exchangeProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: exchangeProtectionPolicy + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxInclusionRules + description: 'Get a list of mailboxProtectionRule objects associated with an exchangeProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: exchangeProtectionPolicy-id in: path - description: The unique identifier of set + description: The unique identifier of exchangeProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: set - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + x-ms-docs-key-type: exchangeProtectionPolicy + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.exchangeProtectionPolicy entity. get: tags: - - sites.store - summary: Get relations from sites - description: Indicates which terms have been pinned or reused directly under the set. - operationId: sites.termStores.sets.parentGroup.sets.GetRelations + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxInclusionRules parameters: - name: $select in: query @@ -530950,7 +612274,328 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.mailboxInclusionRules.GetCount-2c50 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxProtectionUnits + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.mailboxProtectionUnits.GetCount-555b + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + /solutions/backupRestore/exchangeProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetCount-f24d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions: + description: Provides operations to manage the exchangeRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solutions.backupRestore.ListExchangeRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.exchangeRestoreSessionCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to exchangeRestoreSessions for solutions + operationId: solutions.backupRestore.CreateExchangeRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}': + description: Provides operations to manage the exchangeRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solutions.backupRestore.GetExchangeRestoreSessions + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' 4XX: $ref: '#/components/responses/error' 5XX: @@ -530958,15 +612603,19 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.parentGroup.sets.UpdateRelations + - solutions.backupRestoreRoot + summary: Update exchangeRestoreSession + description: Update the properties of an exchangeRestoreSession. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateExchangeRestoreSessions requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' required: true responses: 2XX: @@ -530974,7 +612623,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' 4XX: $ref: '#/components/responses/error' 5XX: @@ -530982,9 +612631,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.parentGroup.sets.DeleteRelations + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteExchangeRestoreSessions parameters: - name: If-Match in: header @@ -531000,56 +612649,309 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id + - name: exchangeRestoreSession-id in: path - description: The unique identifier of site + description: The unique identifier of exchangeRestoreSession required: true schema: type: string - x-ms-docs-key-type: site - - name: store-id + x-ms-docs-key-type: exchangeRestoreSession + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts': + description: Provides operations to manage the granularMailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.ListGranularMailboxRestoreArtifacts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to granularMailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.CreateGranularMailboxRestoreArtifacts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: exchangeRestoreSession-id in: path - description: The unique identifier of store + description: The unique identifier of exchangeRestoreSession required: true schema: type: string - x-ms-docs-key-type: store - - name: set-id + x-ms-docs-key-type: exchangeRestoreSession + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}': + description: Provides operations to manage the granularMailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.GetGranularMailboxRestoreArtifacts + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property granularMailboxRestoreArtifacts in solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.UpdateGranularMailboxRestoreArtifacts + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property granularMailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.DeleteGranularMailboxRestoreArtifacts + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: exchangeRestoreSession-id in: path - description: The unique identifier of set + description: The unique identifier of exchangeRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id in: path - description: The unique identifier of set + description: The unique identifier of granularMailboxRestoreArtifact required: true schema: type: string - x-ms-docs-key-type: set - - name: relation-id + x-ms-docs-key-type: granularMailboxRestoreArtifact + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.exchangeRestoreSessions.granularMailboxRestoreArtifacts.GetRestorePoint + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: exchangeRestoreSession-id in: path - description: The unique identifier of relation + description: The unique identifier of exchangeRestoreSession required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': - description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. get: tags: - - sites.store - summary: Get fromTerm from sites - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.parentGroup.sets.relations.GetFromTerm + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeRestoreSessions.granularMailboxRestoreArtifacts.GetCount-4d23 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts': + description: Provides operations to manage the mailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxRestoreArtifacts + description: Get a list of the mailboxRestoreArtifact objects that are associated with an exchangeRestoreSession in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeRestoreSessions.ListMailboxRestoreArtifacts parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -531072,90 +612974,55 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.mailboxRestoreArtifactCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.CreateMailboxRestoreArtifacts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: relation-id + - name: exchangeRestoreSession-id in: path - description: The unique identifier of relation + description: The unique identifier of exchangeRestoreSession required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: exchangeRestoreSession + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}': + description: Provides operations to manage the mailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.parentGroup.sets.relations.GetSet + - solutions.backupRestoreRoot + summary: Get mailboxRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + operationId: solutions.backupRestore.exchangeRestoreSessions.GetMailboxRestoreArtifacts parameters: - name: $select in: query @@ -531183,86 +613050,78 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxRestoreArtifacts in solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.UpdateMailboxRestoreArtifacts + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.DeleteMailboxRestoreArtifacts + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: exchangeRestoreSession-id in: path - description: The unique identifier of set + description: The unique identifier of exchangeRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - - name: relation-id + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id in: path - description: The unique identifier of relation + description: The unique identifier of mailboxRestoreArtifact required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': - description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: mailboxRestoreArtifact + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. get: tags: - - sites.store - summary: Get toTerm from sites - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.parentGroup.sets.relations.GetToTerm + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.exchangeRestoreSessions.mailboxRestoreArtifacts.GetRestorePoint parameters: - name: $select in: query @@ -531290,85 +613149,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.restorePoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 + - name: exchangeRestoreSession-id in: path - description: The unique identifier of set + description: The unique identifier of exchangeRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - - name: relation-id + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id in: path - description: The unique identifier of relation + description: The unique identifier of mailboxRestoreArtifact required: true schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: mailboxRestoreArtifact x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.store + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.termStores.sets.parentGroup.sets.relations.GetCount-c83c + operationId: solutions.backupRestore.exchangeRestoreSessions.mailboxRestoreArtifacts.GetCount-5e6f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -531380,42 +613192,38 @@ paths: 5XX: $ref: '#/components/responses/error' parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 + - name: exchangeRestoreSession-id in: path - description: The unique identifier of set + description: The unique identifier of exchangeRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms': - description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. + x-ms-docs-key-type: exchangeRestoreSession + /solutions/backupRestore/exchangeRestoreSessions/$count: + description: Provides operations to count the resources in the collection. get: tags: - - sites.store - summary: Get terms from sites - description: All the terms under the set. - operationId: sites.termStores.sets.parentGroup.sets.ListTerms + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeRestoreSessions.GetCount-155a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxInclusionRules: + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListMailboxInclusionRules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -531454,7 +613262,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -531465,15 +613273,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to terms for sites - operationId: sites.termStores.sets.parentGroup.sets.CreateTerms + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxInclusionRules for solutions + operationId: solutions.backupRestore.CreateMailboxInclusionRules requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' required: true responses: 2XX: @@ -531481,55 +613289,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - - '/sites/{site-id}/termStore/sets/{set-id}/terms' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': - description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. + '/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get terms from sites - description: All the terms under the set. - operationId: sites.termStores.sets.parentGroup.sets.GetTerms + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetMailboxInclusionRules parameters: - name: $select in: query @@ -531557,7 +613330,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' 4XX: $ref: '#/components/responses/error' 5XX: @@ -531565,15 +613338,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property terms in sites - operationId: sites.termStores.sets.parentGroup.sets.UpdateTerms + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxInclusionRules in solutions + operationId: solutions.backupRestore.UpdateMailboxInclusionRules requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' required: true responses: 2XX: @@ -531581,7 +613354,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' 4XX: $ref: '#/components/responses/error' 5XX: @@ -531589,9 +613362,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property terms for sites - operationId: sites.termStores.sets.parentGroup.sets.DeleteTerms + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxInclusionRules for solutions + operationId: solutions.backupRestore.DeleteMailboxInclusionRules parameters: - name: If-Match in: header @@ -531607,55 +613380,41 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: mailboxProtectionRule-id in: path - description: The unique identifier of term + description: The unique identifier of mailboxProtectionRule required: true schema: type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': - description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. + x-ms-docs-key-type: mailboxProtectionRule + /solutions/backupRestore/mailboxInclusionRules/$count: + description: Provides operations to count the resources in the collection. get: tags: - - sites.store - summary: Get children from sites - description: Children of current term. - operationId: sites.termStores.sets.parentGroup.sets.terms.ListChildren + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.mailboxInclusionRules.GetCount-d80a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxProtectionUnits: + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxProtectionUnits + description: Get a list of mailboxProtectionUnit objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListMailboxProtectionUnits parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -531694,7 +613453,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -531705,15 +613464,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to children for sites - operationId: sites.termStores.sets.parentGroup.sets.terms.CreateChildren + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxProtectionUnits for solutions + operationId: solutions.backupRestore.CreateMailboxProtectionUnits requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' required: true responses: 2XX: @@ -531721,68 +613480,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': - description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. + '/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get children from sites - description: Children of current term. - operationId: sites.termStores.sets.parentGroup.sets.terms.GetChildren + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The list of mailbox protection units in the tenant. + operationId: solutions.backupRestore.GetMailboxProtectionUnits parameters: - name: $select in: query @@ -531810,7 +613521,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' 4XX: $ref: '#/components/responses/error' 5XX: @@ -531818,15 +613529,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property children in sites - operationId: sites.termStores.sets.parentGroup.sets.terms.UpdateChildren + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateMailboxProtectionUnits requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' required: true responses: 2XX: @@ -531834,7 +613545,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' 4XX: $ref: '#/components/responses/error' 5XX: @@ -531842,9 +613553,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property children for sites - operationId: sites.termStores.sets.parentGroup.sets.terms.DeleteChildren + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteMailboxProtectionUnits parameters: - name: If-Match in: header @@ -531860,68 +613571,74 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: mailboxProtectionUnit-id in: path - description: The unique identifier of term + description: The unique identifier of mailboxProtectionUnit required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term + x-ms-docs-key-type: mailboxProtectionUnit + /solutions/backupRestore/mailboxProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.mailboxProtectionUnits.GetCount-f991 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/enable: + description: Provides operations to call the enable method. + post: + tags: + - solutions.Actions + summary: Invoke action enable + description: Enable the Microsoft 365 Backup Storage service for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-1.0 + operationId: solutions.backupRestore.enable + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + appOwnerTenantId: + type: string required: true - schema: - type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceStatus' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies: + description: Provides operations to manage the oneDriveForBusinessProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.parentGroup.sets.terms.children.ListRelations + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solutions.backupRestore.ListOneDriveForBusinessProtectionPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -531960,7 +613677,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -531971,15 +613688,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.parentGroup.sets.terms.children.CreateRelations + - solutions.backupRestoreRoot + summary: Create oneDriveForBusinessProtectionPolicy + description: 'Create a protection policy for the OneDrive service in Microsoft 365. When the policy is created, its state is set to inactive. Users can also provide a list of protection units under the policy.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateOneDriveForBusinessProtectionPolicies requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' required: true responses: 2XX: @@ -531987,87 +613708,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}': + description: Provides operations to manage the oneDriveForBusinessProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.parentGroup.sets.terms.children.GetRelations + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solutions.backupRestore.GetOneDriveForBusinessProtectionPolicies parameters: - name: $select in: query @@ -532095,7 +613749,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: @@ -532103,15 +613757,19 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.parentGroup.sets.terms.children.UpdateRelations + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessProtectionPolicy + description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateOneDriveForBusinessProtectionPolicies requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' required: true responses: 2XX: @@ -532119,7 +613777,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: @@ -532127,9 +613785,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.parentGroup.sets.terms.children.DeleteRelations + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteOneDriveForBusinessProtectionPolicies parameters: - name: If-Match in: header @@ -532145,88 +613803,40 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': - description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. get: tags: - - sites.store - summary: Get fromTerm from sites - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetFromTerm + - solutions.backupRestoreRoot + summary: List driveInclusionRules + description: 'Get a list of the driveProtectionRule objects that are associated with a OneDrive for Business protection policy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveInclusionRules parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -532249,104 +613859,34 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of relation + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetSet + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveInclusionRules parameters: - name: $select in: query @@ -532374,101 +613914,79 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionRule-id in: path - description: The unique identifier of term + description: The unique identifier of driveProtectionRule required: true schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: driveProtectionRule + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.driveInclusionRules.GetCount-49f5 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of relation + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': - description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. get: tags: - - sites.store - summary: Get toTerm from sites - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetToTerm + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveProtectionUnits parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -532491,164 +614009,31 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - schema: - type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetCount-bd86 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of term + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the term is created.' - operationId: sites.termStores.sets.parentGroup.sets.terms.children.GetSet + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: Contains the protection units associated with a OneDrive for Business protection policy. + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveProtectionUnits parameters: - name: $select in: query @@ -532676,86 +614061,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionUnit-id in: path - description: The unique identifier of term + description: The unique identifier of driveProtectionUnit required: true schema: type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': + x-ms-docs-key-type: driveProtectionUnit + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.store + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.termStores.sets.parentGroup.sets.terms.children.GetCount-775b + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.driveProtectionUnits.GetCount-2f14 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -532767,49 +614100,38 @@ paths: 5XX: $ref: '#/components/responses/error' parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: oneDriveForBusinessProtectionPolicy-id in: path - description: The unique identifier of term + description: The unique identifier of oneDriveForBusinessProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. get: tags: - - sites.store - summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.parentGroup.sets.terms.ListRelations + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetCount-4e8f + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessRestoreSessions: + description: Provides operations to manage the oneDriveForBusinessRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solutions.backupRestore.ListOneDriveForBusinessRestoreSessions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -532848,7 +614170,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -532859,15 +614181,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.parentGroup.sets.terms.CreateRelations + - solutions.backupRestoreRoot + summary: Create new navigation property to oneDriveForBusinessRestoreSessions for solutions + operationId: solutions.backupRestore.CreateOneDriveForBusinessRestoreSessions requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' required: true responses: 2XX: @@ -532875,80 +614197,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}': + description: Provides operations to manage the oneDriveForBusinessRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.parentGroup.sets.terms.GetRelations + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solutions.backupRestore.GetOneDriveForBusinessRestoreSessions parameters: - name: $select in: query @@ -532976,7 +614238,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' 4XX: $ref: '#/components/responses/error' 5XX: @@ -532984,15 +614246,19 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.parentGroup.sets.terms.UpdateRelations + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessRestoreSession + description: Update the properties of a oneDriveForBusinessRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateOneDriveForBusinessRestoreSessions requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' required: true responses: 2XX: @@ -533000,7 +614266,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' 4XX: $ref: '#/components/responses/error' 5XX: @@ -533008,9 +614274,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.parentGroup.sets.terms.DeleteRelations + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteOneDriveForBusinessRestoreSessions parameters: - name: If-Match in: header @@ -533026,81 +614292,40 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of relation + description: The unique identifier of oneDriveForBusinessRestoreSession required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': - description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts': + description: Provides operations to manage the driveRestoreArtifacts property of the microsoft.graph.oneDriveForBusinessRestoreSession entity. get: tags: - - sites.store - summary: Get fromTerm from sites - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetFromTerm + - solutions.backupRestoreRoot + summary: List driveRestoreArtifacts + description: Get a list of the driveRestoreArtifact objects and their properties for a oneDriveForBusinessRestoreSession for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.ListDriveRestoreArtifacts parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -533123,97 +614348,55 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.driveRestoreArtifactCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveRestoreArtifacts for solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.CreateDriveRestoreArtifacts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of relation + description: The unique identifier of oneDriveForBusinessRestoreSession required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}': + description: Provides operations to manage the driveRestoreArtifacts property of the microsoft.graph.oneDriveForBusinessRestoreSession entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetSet + - solutions.backupRestoreRoot + summary: Get driveRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.GetDriveRestoreArtifacts parameters: - name: $select in: query @@ -533241,260 +614424,78 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - schema: - type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': - description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. - get: + patch: tags: - - sites.store - summary: Get toTerm from sites - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetToTerm - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - solutions.backupRestoreRoot + summary: Update the navigation property driveRestoreArtifacts in solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.UpdateDriveRestoreArtifacts + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - schema: - type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': - description: Provides operations to count the resources in the collection. - get: + delete: tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetCount-0036 + - solutions.backupRestoreRoot + summary: Delete navigation property driveRestoreArtifacts for solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.DeleteDriveRestoreArtifacts parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: If-Match + in: header + description: ETag + schema: + type: string responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of set + description: The unique identifier of oneDriveForBusinessRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id in: path - description: The unique identifier of term + description: The unique identifier of driveRestoreArtifact required: true schema: type: string - x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. + x-ms-docs-key-type: driveRestoreArtifact + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the term is created.' - operationId: sites.termStores.sets.parentGroup.sets.terms.GetSet + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.driveRestoreArtifacts.GetRestorePoint parameters: - name: $select in: query @@ -533522,79 +614523,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.restorePoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of set + description: The unique identifier of oneDriveForBusinessRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id in: path - description: The unique identifier of term + description: The unique identifier of driveRestoreArtifact required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: driveRestoreArtifact x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.store + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.termStores.sets.parentGroup.sets.terms.GetCount-261f + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.driveRestoreArtifacts.GetCount-9e6d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -533606,41 +614566,20 @@ paths: 5XX: $ref: '#/components/responses/error' parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 + - name: oneDriveForBusinessRestoreSession-id in: path - description: The unique identifier of set + description: The unique identifier of oneDriveForBusinessRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/$count': + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + /solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count: description: Provides operations to count the resources in the collection. get: tags: - - sites.store + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.termStores.sets.parentGroup.sets.GetCount-bf6d + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.GetCount-8c80 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -533651,36 +614590,14 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + /solutions/backupRestore/protectionPolicies: + description: Provides operations to manage the protectionPolicies property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get relations from sites - description: Indicates which terms have been pinned or reused directly under the set. - operationId: sites.termStores.sets.ListRelations + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solutions.backupRestore.ListProtectionPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -533719,7 +614636,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.protectionPolicyBaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -533730,15 +614647,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.CreateRelations + - solutions.backupRestoreRoot + summary: Create new navigation property to protectionPolicies for solutions + operationId: solutions.backupRestore.CreateProtectionPolicies requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' required: true responses: 2XX: @@ -533746,48 +614663,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}': + description: Provides operations to manage the protectionPolicies property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get relations from sites - description: Indicates which terms have been pinned or reused directly under the set. - operationId: sites.termStores.sets.GetRelations + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solutions.backupRestore.GetProtectionPolicies parameters: - name: $select in: query @@ -533815,7 +614704,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' 4XX: $ref: '#/components/responses/error' 5XX: @@ -533823,15 +614712,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.UpdateRelations + - solutions.backupRestoreRoot + summary: Update the navigation property protectionPolicies in solutions + operationId: solutions.backupRestore.UpdateProtectionPolicies requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' required: true responses: 2XX: @@ -533839,7 +614728,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' 4XX: $ref: '#/components/responses/error' 5XX: @@ -533847,9 +614736,13 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.DeleteRelations + - solutions.backupRestoreRoot + summary: Delete protectionPolicyBase + description: Delete a protection policy. Read the properties and relationships of a protectionPolicyBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteProtectionPolicies parameters: - name: If-Match in: header @@ -533865,49 +614758,251 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id + - name: protectionPolicyBase-id in: path - description: The unique identifier of site + description: The unique identifier of protectionPolicyBase required: true schema: type: string - x-ms-docs-key-type: site - - name: store-id + x-ms-docs-key-type: protectionPolicyBase + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.protectionPolicies.protectionPolicyBase.activate + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: protectionPolicyBase-id in: path - description: The unique identifier of store + description: The unique identifier of protectionPolicyBase required: true schema: type: string - x-ms-docs-key-type: store - - name: set-id + x-ms-docs-key-type: protectionPolicyBase + x-ms-docs-grouped-path: + - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate' + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/activate' + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate': + description: Provides operations to call the deactivate method. + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-1.0 + operationId: solutions.backupRestore.protectionPolicies.protectionPolicyBase.deactivate + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: protectionPolicyBase-id in: path - description: The unique identifier of set + description: The unique identifier of protectionPolicyBase required: true schema: type: string - x-ms-docs-key-type: set - - name: relation-id + x-ms-docs-key-type: protectionPolicyBase + x-ms-docs-grouped-path: + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate' + /solutions/backupRestore/protectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.protectionPolicies.GetCount-4cd1 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionUnits: + description: Provides operations to manage the protectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + operationId: solutions.backupRestore.ListProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.protectionUnitBaseCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}': + description: Provides operations to manage the protectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetProtectionUnits + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: protectionUnitBase-id in: path - description: The unique identifier of relation + description: The unique identifier of protectionUnitBase required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm': - description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: protectionUnitBase + /solutions/backupRestore/protectionUnits/$count: + description: Provides operations to count the resources in the collection. get: tags: - - sites.store - summary: Get fromTerm from sites - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.relations.GetFromTerm + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.protectionUnits.GetCount-2032 parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/restorePoints: + description: Provides operations to manage the restorePoints property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solutions.backupRestore.ListRestorePoints + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -533930,83 +615025,47 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.restorePointCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restorePoints for solutions + operationId: solutions.backupRestore.CreateRestorePoints + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.restorePoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: relation-id - in: path - description: The unique identifier of relation - required: true - schema: - type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + '/solutions/backupRestore/restorePoints/{restorePoint-id}': + description: Provides operations to manage the restorePoints property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.relations.GetSet + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solutions.backupRestore.GetRestorePoints parameters: - name: $select in: query @@ -534034,79 +615093,71 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.restorePoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restorePoints in solutions + operationId: solutions.backupRestore.UpdateRestorePoints + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' required: true - schema: - type: string - x-ms-docs-key-type: set - - name: relation-id + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property restorePoints for solutions + operationId: solutions.backupRestore.DeleteRestorePoints + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: restorePoint-id in: path - description: The unique identifier of relation + description: The unique identifier of restorePoint required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm': - description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: restorePoint + '/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit': + description: Provides operations to manage the protectionUnit property of the microsoft.graph.restorePoint entity. get: tags: - - sites.store - summary: Get toTerm from sites - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.relations.GetToTerm + - solutions.backupRestoreRoot + summary: Get protectionUnit from solutions + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + operationId: solutions.backupRestore.restorePoints.GetProtectionUnit parameters: - name: $select in: query @@ -534134,78 +615185,27 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: relation-id + - name: restorePoint-id in: path - description: The unique identifier of relation + description: The unique identifier of restorePoint required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/$count': + x-ms-docs-key-type: restorePoint + /solutions/backupRestore/restorePoints/$count: description: Provides operations to count the resources in the collection. get: tags: - - sites.store + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.termStores.sets.relations.GetCount-5a39 + operationId: solutions.backupRestore.restorePoints.GetCount-ca20 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -534216,36 +615216,76 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set + /solutions/backupRestore/restorePoints/search: + description: Provides operations to call the search method. + post: + tags: + - solutions.Actions + summary: Invoke action search + description: Search for the restorePoint objects associated with a protectionUnit. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-1.0 + operationId: solutions.backupRestore.restorePoints.search + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + protectionUnitIds: + type: array + items: + type: string + nullable: true + protectionTimePeriod: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.timePeriod' + - type: object + nullable: true + restorePointPreference: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointPreference' + - type: object + nullable: true + tags: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointTags' + - type: object + nullable: true + artifactQuery: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.artifactQuery' + - type: object + nullable: true required: true - schema: - type: string - x-ms-docs-key-type: set - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms': - description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointSearchResponse' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/restoreSessions: + description: Provides operations to manage the restoreSessions property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get terms from sites - description: All the terms under the set. - operationId: sites.termStores.sets.ListTerms + - solutions.backupRestoreRoot + summary: List restoreSessionBase objects + description: Get a list of restoreSession objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListRestoreSessions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -534284,7 +615324,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.restoreSessionBaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -534295,15 +615335,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to terms for sites - operationId: sites.termStores.sets.CreateTerms + - solutions.backupRestoreRoot + summary: Create new navigation property to restoreSessions for solutions + operationId: solutions.backupRestore.CreateRestoreSessions requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' required: true responses: 2XX: @@ -534311,48 +615351,23 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - - '/sites/{site-id}/termStore/sets/{set-id}/terms' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}': - description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}': + description: Provides operations to manage the restoreSessions property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get terms from sites - description: All the terms under the set. - operationId: sites.termStores.sets.GetTerms + - solutions.backupRestoreRoot + summary: Get restoreSessionBase + description: Get the properties of a restoreSession object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetRestoreSessions parameters: - name: $select in: query @@ -534380,7 +615395,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' 4XX: $ref: '#/components/responses/error' 5XX: @@ -534388,15 +615403,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property terms in sites - operationId: sites.termStores.sets.UpdateTerms + - solutions.backupRestoreRoot + summary: Update the navigation property restoreSessions in solutions + operationId: solutions.backupRestore.UpdateRestoreSessions requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' required: true responses: 2XX: @@ -534404,7 +615419,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' 4XX: $ref: '#/components/responses/error' 5XX: @@ -534412,9 +615427,13 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property terms for sites - operationId: sites.termStores.sets.DeleteTerms + - solutions.backupRestoreRoot + summary: Delete restoreSessionBase + description: Delete a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteRestoreSessions parameters: - name: If-Match in: header @@ -534430,48 +615449,78 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: restoreSessionBase-id in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set + description: The unique identifier of restoreSessionBase required: true schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: restoreSessionBase + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.restoreSessions.restoreSessionBase.activate + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: restoreSessionBase-id in: path - description: The unique identifier of term + description: The unique identifier of restoreSessionBase required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: restoreSessionBase x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children': - description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate' + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/activate' + /solutions/backupRestore/restoreSessions/$count: + description: Provides operations to count the resources in the collection. get: tags: - - sites.store - summary: Get children from sites - description: Children of current term. - operationId: sites.termStores.sets.terms.ListChildren + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.restoreSessions.GetCount-d907 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/serviceApps: + description: Provides operations to manage the serviceApps property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List serviceApps + description: Get a list of serviceApp objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListServiceApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -534510,7 +615559,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.serviceAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -534521,15 +615570,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to children for sites - operationId: sites.termStores.sets.terms.CreateChildren + - solutions.backupRestoreRoot + summary: Create serviceApp + description: Create a new serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateServiceApps requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.serviceApp' required: true responses: 2XX: @@ -534537,61 +615590,23 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.serviceApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': - description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. + '/solutions/backupRestore/serviceApps/{serviceApp-id}': + description: Provides operations to manage the serviceApps property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get children from sites - description: Children of current term. - operationId: sites.termStores.sets.terms.GetChildren + - solutions.backupRestoreRoot + summary: Get serviceApp + description: Read the properties and relationships of a serviceApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetServiceApps parameters: - name: $select in: query @@ -534619,7 +615634,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.serviceApp' 4XX: $ref: '#/components/responses/error' 5XX: @@ -534627,15 +615642,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property children in sites - operationId: sites.termStores.sets.terms.UpdateChildren + - solutions.backupRestoreRoot + summary: Update the navigation property serviceApps in solutions + operationId: solutions.backupRestore.UpdateServiceApps requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.serviceApp' required: true responses: 2XX: @@ -534643,7 +615658,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.serviceApp' 4XX: $ref: '#/components/responses/error' 5XX: @@ -534651,9 +615666,13 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property children for sites - operationId: sites.termStores.sets.terms.DeleteChildren + - solutions.backupRestoreRoot + summary: Delete serviceApp + description: Delete a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteServiceApps parameters: - name: If-Match in: header @@ -534669,61 +615688,123 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: serviceApp-id in: path - description: The unique identifier of store + description: The unique identifier of serviceApp required: true schema: type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set + x-ms-docs-key-type: serviceApp + '/solutions/backupRestore/serviceApps/{serviceApp-id}/activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.serviceApps.serviceApp.activate + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceApp' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: serviceApp-id in: path - description: The unique identifier of term + description: The unique identifier of serviceApp required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: serviceApp + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate' + - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate' + '/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate': + description: Provides operations to call the deactivate method. + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-1.0 + operationId: solutions.backupRestore.serviceApps.serviceApp.deactivate + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceApp' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: serviceApp-id in: path - description: The unique identifier of term + description: The unique identifier of serviceApp required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: serviceApp x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate' + /solutions/backupRestore/serviceApps/$count: + description: Provides operations to count the resources in the collection. get: tags: - - sites.store - summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.terms.children.ListRelations + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.serviceApps.GetCount-ef36 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies: + description: Provides operations to manage the sharePointProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solutions.backupRestore.ListSharePointProtectionPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -534762,7 +615843,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.sharePointProtectionPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -534773,15 +615854,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.terms.children.CreateRelations + - solutions.backupRestoreRoot + summary: Create sharePointProtectionPolicy + description: Create a protection policy for a M365 service SharePoint. Policy will be created in inactive state. User can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateSharePointProtectionPolicies requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' required: true responses: 2XX: @@ -534789,80 +615874,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}': + description: Provides operations to manage the sharePointProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.terms.children.GetRelations + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solutions.backupRestore.GetSharePointProtectionPolicies parameters: - name: $select in: query @@ -534890,7 +615915,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: @@ -534898,15 +615923,19 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.terms.children.UpdateRelations + - solutions.backupRestoreRoot + summary: Update sharePointProtectionPolicy + description: Update a SharePoint protection policy. This method adds a siteprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateSharePointProtectionPolicies requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' required: true responses: 2XX: @@ -534914,7 +615943,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: @@ -534922,9 +615951,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.terms.children.DeleteRelations + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteSharePointProtectionPolicies parameters: - name: If-Match in: header @@ -534940,81 +615969,40 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of relation + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': - description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: sharePointProtectionPolicy + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.sharePointProtectionPolicy entity. get: tags: - - sites.store - summary: Get fromTerm from sites - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.terms.children.relations.GetFromTerm + - solutions.backupRestoreRoot + summary: List siteInclusionRules + description: 'Get a list of siteProtectionRule objects associated with a sharePointProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteInclusionRules parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -535037,97 +616025,34 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation parameters: - - name: site-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: sharePointProtectionPolicy + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.sharePointProtectionPolicy entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.terms.children.relations.GetSet + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteInclusionRules parameters: - name: $select in: query @@ -535155,94 +616080,79 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of term + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionRule-id in: path - description: The unique identifier of term + description: The unique identifier of siteProtectionRule required: true schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: siteProtectionRule + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.siteInclusionRules.GetCount-84d3 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of relation + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': - description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: sharePointProtectionPolicy + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. get: tags: - - sites.store - summary: Get toTerm from sites - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.terms.children.relations.GetToTerm + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteProtectionUnits parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -535265,150 +616175,31 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - schema: - type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.terms.children.relations.GetCount-f9a6 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of term + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. + x-ms-docs-key-type: sharePointProtectionPolicy + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the term is created.' - operationId: sites.termStores.sets.terms.children.GetSet + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The protection units (sites) that are protected under the site protection policy. + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteProtectionUnits parameters: - name: $select in: query @@ -535436,79 +616227,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of term + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionUnit-id in: path - description: The unique identifier of term + description: The unique identifier of siteProtectionUnit required: true schema: type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count': + x-ms-docs-key-type: siteProtectionUnit + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.store + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.termStores.sets.terms.children.GetCount-6a9c + operationId: solutions.backupRestore.sharePointProtectionPolicies.siteProtectionUnits.GetCount-e896 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -535520,42 +616266,38 @@ paths: 5XX: $ref: '#/components/responses/error' parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: sharePointProtectionPolicy-id in: path - description: The unique identifier of term + description: The unique identifier of sharePointProtectionPolicy required: true schema: type: string - x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + x-ms-docs-key-type: sharePointProtectionPolicy + /solutions/backupRestore/sharePointProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. get: tags: - - sites.store - summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.terms.ListRelations + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetCount-9529 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions: + description: Provides operations to manage the sharePointRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solutions.backupRestore.ListSharePointRestoreSessions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -535594,7 +616336,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.sharePointRestoreSessionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -535605,15 +616347,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.store - summary: Create new navigation property to relations for sites - operationId: sites.termStores.sets.terms.CreateRelations + - solutions.backupRestoreRoot + summary: Create sharePointRestoreSession + description: Create a new sharePointRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateSharePointRestoreSessions requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' required: true responses: 2XX: @@ -535621,73 +616367,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': - description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}': + description: Provides operations to manage the sharePointRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.store - summary: Get relations from sites - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: sites.termStores.sets.terms.GetRelations + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solutions.backupRestore.GetSharePointRestoreSessions parameters: - name: $select in: query @@ -535715,7 +616408,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' 4XX: $ref: '#/components/responses/error' 5XX: @@ -535723,15 +616416,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.store - summary: Update the navigation property relations in sites - operationId: sites.termStores.sets.terms.UpdateRelations + - solutions.backupRestoreRoot + summary: Update the navigation property sharePointRestoreSessions in solutions + operationId: solutions.backupRestore.UpdateSharePointRestoreSessions requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' required: true responses: 2XX: @@ -535739,7 +616432,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' 4XX: $ref: '#/components/responses/error' 5XX: @@ -535747,9 +616440,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.store - summary: Delete navigation property relations for sites - operationId: sites.termStores.sets.terms.DeleteRelations + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteSharePointRestoreSessions parameters: - name: If-Match in: header @@ -535765,74 +616458,40 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of relation + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': - description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: sharePointRestoreSession + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts': + description: Provides operations to manage the siteRestoreArtifacts property of the microsoft.graph.sharePointRestoreSession entity. get: tags: - - sites.store - summary: Get fromTerm from sites - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: sites.termStores.sets.terms.relations.GetFromTerm + - solutions.backupRestoreRoot + summary: List siteRestoreArtifacts + description: List all the siteRestoreArtifact objects for a sharePointRestoreSession for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointRestoreSessions.ListSiteRestoreArtifacts parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -535855,90 +616514,55 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.siteRestoreArtifactCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteRestoreArtifacts for solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.CreateSiteRestoreArtifacts + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of relation + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. + x-ms-docs-key-type: sharePointRestoreSession + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}': + description: Provides operations to manage the siteRestoreArtifacts property of the microsoft.graph.sharePointRestoreSession entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the relation is relevant.' - operationId: sites.termStores.sets.terms.relations.GetSet + - solutions.backupRestoreRoot + summary: Get siteRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + operationId: solutions.backupRestore.sharePointRestoreSessions.GetSiteRestoreArtifacts parameters: - name: $select in: query @@ -535966,239 +616590,78 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - schema: - type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': - description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. - get: + patch: tags: - - sites.store - summary: Get toTerm from sites - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: sites.termStores.sets.terms.relations.GetToTerm - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - solutions.backupRestoreRoot + summary: Update the navigation property siteRestoreArtifacts in solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.UpdateSiteRestoreArtifacts + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - schema: - type: string - x-ms-docs-key-type: relation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count': - description: Provides operations to count the resources in the collection. - get: + delete: tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.terms.relations.GetCount-3f58 + - solutions.backupRestoreRoot + summary: Delete navigation property siteRestoreArtifacts for solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.DeleteSiteRestoreArtifacts parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: If-Match + in: header + description: ETag + schema: + type: string responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' + '204': + description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id in: path - description: The unique identifier of term + description: The unique identifier of siteRestoreArtifact required: true schema: type: string - x-ms-docs-key-type: term - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set': - description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. + x-ms-docs-key-type: siteRestoreArtifact + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. get: tags: - - sites.store - summary: Get set from sites - description: 'The [set] in which the term is created.' - operationId: sites.termStores.sets.terms.GetSet + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.sharePointRestoreSessions.siteRestoreArtifacts.GetRestorePoint parameters: - name: $select in: query @@ -536226,111 +616689,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.restorePoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of set + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id in: path - description: The unique identifier of term + description: The unique identifier of siteRestoreArtifact required: true schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: siteRestoreArtifact x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.terms.GetCount-26b6 - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - 4XX: - $ref: '#/components/responses/error' - 5XX: - $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - schema: - type: string - x-ms-docs-key-type: set - '/sites/{site-id}/termStores/{store-id}/sets/$count': + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count': description: Provides operations to count the resources in the collection. get: tags: - - sites.store + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.termStores.sets.GetCount-07f9 + operationId: solutions.backupRestore.sharePointRestoreSessions.siteRestoreArtifacts.GetCount-1a1d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -536342,27 +616732,20 @@ paths: 5XX: $ref: '#/components/responses/error' parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: sharePointRestoreSession-id in: path - description: The unique identifier of store + description: The unique identifier of sharePointRestoreSession required: true schema: type: string - x-ms-docs-key-type: store - '/sites/{site-id}/termStores/$count': + x-ms-docs-key-type: sharePointRestoreSession + /solutions/backupRestore/sharePointRestoreSessions/$count: description: Provides operations to count the resources in the collection. get: tags: - - sites.store + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.termStores.GetCount-00cb + operationId: solutions.backupRestore.sharePointRestoreSessions.GetCount-3343 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -536373,95 +616756,94 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - /sites/$count: - description: Provides operations to count the resources in the collection. + /solutions/backupRestore/siteInclusionRules: + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.site - summary: Get the number of the resource - operationId: sites.GetCount-6254 + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListSiteInclusionRules parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - /sites/add: - description: Provides operations to call the add method. + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation post: tags: - - sites.Actions - summary: Invoke action add - description: Follow a user's site or multiple sites. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 - operationId: sites.add + - solutions.backupRestoreRoot + summary: Create new navigation property to siteInclusionRules for solutions + operationId: solutions.backupRestore.CreateSiteInclusionRules requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /sites/delta(): - description: Provides operations to call the delta method. + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.Functions - summary: Invoke function delta - description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 - operationId: sites.delta + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetSiteInclusionRules parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -536472,16 +616854,6 @@ paths: type: array items: type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $expand in: query description: Expand related entities @@ -536492,53 +616864,106 @@ paths: type: array items: type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteInclusionRules in solutions + operationId: solutions.backupRestore.UpdateSiteInclusionRules + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true responses: 2XX: description: Success content: application/json: schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/sites/{site-id}/lists/{list-id}/items/delta()' - - '/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - /sites/getAllSites(): - description: Provides operations to call the getAllSites method. + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteInclusionRules for solutions + operationId: solutions.backupRestore.DeleteSiteInclusionRules + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + /solutions/backupRestore/siteInclusionRules/$count: + description: Provides operations to count the resources in the collection. get: tags: - - sites.Functions - summary: Invoke function getAllSites - description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.siteInclusionRules.GetCount-66cd + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /solutions/backupRestore/siteProtectionUnits: + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 - operationId: sites.getAllSites + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListSiteProtectionUnits parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -536546,9 +616971,9 @@ paths: type: array items: type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -536568,82 +616993,47 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /sites/remove: - description: Provides operations to call the remove method. + x-ms-docs-operation-type: operation post: tags: - - sites.Actions - summary: Invoke action remove - description: Unfollow a user's site or multiple sites. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 - operationId: sites.remove + - solutions.backupRestoreRoot + summary: Create new navigation property to siteProtectionUnits for solutions + operationId: solutions.backupRestore.CreateSiteProtectionUnits requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - title: Collection of site - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /solutions: - description: Provides operations to manage the solutionsRoot singleton. + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - solutions.solutionsRoot - summary: Get solutions - operationId: solutions.solutionsRoot.GetSolutionsRoot + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The list of site protection units in the tenant. + operationId: solutions.backupRestore.GetSiteProtectionUnits parameters: - name: $select in: query @@ -536667,11 +617057,11 @@ paths: type: string responses: 2XX: - description: Retrieved entity + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' 4XX: $ref: '#/components/responses/error' 5XX: @@ -536679,15 +617069,15 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - solutions.solutionsRoot - summary: Update solutions - operationId: solutions.solutionsRoot.UpdateSolutionsRoot + - solutions.backupRestoreRoot + summary: Update the navigation property siteProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateSiteProtectionUnits requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: 2XX: @@ -536695,12 +617085,56 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteSiteProtectionUnits + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + /solutions/backupRestore/siteProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.siteProtectionUnits.GetCount-bcec + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' /solutions/bookingBusinesses: description: Provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity. get: @@ -545637,11 +626071,11 @@ paths: post: tags: - teams.channel - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: teams.channels.CreateMembers requestBody: description: New navigation property @@ -545754,11 +626188,11 @@ paths: delete: tags: - teams.channel - summary: Remove member from channel - description: Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Delete conversationMember + description: Delete a conversationMember from a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 operationId: teams.channels.DeleteMembers parameters: - name: If-Match @@ -545955,11 +626389,11 @@ paths: post: tags: - teams.channel - summary: Send chatMessage in channel - description: Send a new chatMessage in the specified channel. + summary: Send chatMessage in a channel or a chat + description: Send a new chatMessage in the specified channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: teams.channels.CreateMessages requestBody: description: New navigation property @@ -546723,11 +627157,11 @@ paths: post: tags: - teams.channel - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. + summary: Reply to a message in a channel + description: Create a new reply to a chatMessage in a specified channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 operationId: teams.channels.messages.CreateReplies requestBody: description: New navigation property @@ -562820,11 +643254,11 @@ paths: patch: tags: - tenantRelationships.multiTenantOrganization - summary: Create multiTenantOrganization - description: 'Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization.' + summary: Update multiTenantOrganization + description: Update the properties of a multitenant organization. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0 operationId: tenantRelationships.UpdateMultiTenantOrganization requestBody: description: New navigation property values @@ -563288,11 +643722,11 @@ paths: delete: tags: - users.user - summary: Delete user - description: Deletes a user. + summary: Delete a user + description: 'Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 operationId: users.user.DeleteUser parameters: - name: If-Match @@ -564116,7 +644550,7 @@ paths: tags: - users.appRoleAssignment summary: Grant an appRoleAssignment to a user - description: 'Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers:' + description: 'Assign an app role to a user, creating an appRoleAssignment object. To grant an app role assignment to a user, you need three identifiers:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0 @@ -569146,6 +649580,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -569742,6 +650178,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -572116,6 +652554,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -572712,6 +653152,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -576221,6 +656663,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -576943,6 +657387,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -579723,6 +660169,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -580445,6 +660893,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -583615,6 +664065,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -584274,6 +664726,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -586851,6 +667305,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -587510,6 +667966,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -590001,6 +670459,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -590597,6 +671057,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -593362,6 +673824,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -593516,6 +673980,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -596337,6 +676803,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -596491,6 +676959,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -597280,6 +677750,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -597420,6 +677892,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -598142,6 +678616,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -602007,6 +682483,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -602603,6 +683081,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -607253,6 +687733,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -607421,6 +687903,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -613023,6 +693507,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -613177,6 +693663,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -619843,6 +700331,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -620123,6 +700613,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -621951,6 +702443,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -622203,6 +702697,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -626739,6 +707235,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -626778,7 +707276,7 @@ paths: tags: - users.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 @@ -636404,6 +716902,126 @@ paths: schema: type: string x-ms-docs-key-type: onlineMeeting + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.Functions + summary: Invoke function delta + operationId: users.user.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' + - '/users/{user-id}/calendar/calendarView/delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendar/events/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/delta()' + - '/users/{user-id}/calendarView/{event-id}/instances/delta()' + - '/users/{user-id}/calendarView/delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/chats/{chat-id}/messages/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' + - '/users/{user-id}/contactFolders/delta()' + - '/users/{user-id}/contacts/delta()' + - '/users/{user-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/events/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' + - '/users/{user-id}/mailFolders/delta()' + - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' + - '/users/{user-id}/todo/lists/delta()' + - /users/delta() + - /users/delta() '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -636816,6 +717434,126 @@ paths: schema: type: string x-ms-docs-key-type: onlineMeeting + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.Functions + summary: Invoke function delta + operationId: users.user.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseDeltaFunctionResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' + - '/users/{user-id}/calendar/calendarView/delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendar/events/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/delta()' + - '/users/{user-id}/calendarView/{event-id}/instances/delta()' + - '/users/{user-id}/calendarView/delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/chats/{chat-id}/messages/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' + - '/users/{user-id}/contactFolders/delta()' + - '/users/{user-id}/contacts/delta()' + - '/users/{user-id}/events/{event-id}/instances/delta()' + - '/users/{user-id}/events/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' + - '/users/{user-id}/mailFolders/delta()' + - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' + - '/users/{user-id}/todo/lists/delta()' + - /users/delta() + - /users/delta() '/users/{user-id}/onlineMeetings/$count': description: Provides operations to count the resources in the collection. get: @@ -636908,6 +717646,200 @@ paths: schema: type: string x-ms-docs-key-type: user + '/users/{user-id}/onlineMeetings/getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - users.Functions + summary: Invoke function getAllRecordings + operationId: users.user.onlineMeetings.getAllRecordings + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + '/users/{user-id}/onlineMeetings/getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - users.Functions + summary: Invoke function getAllTranscripts + operationId: users.user.onlineMeetings.getAllTranscripts + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true '/users/{user-id}/outlook': description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: @@ -642110,11 +723042,11 @@ paths: get: tags: - users.presence - summary: Get presence - description: Get a user's presence information. + summary: 'presence: setStatusMessage' + description: Set a presence status message for a user. An optional expiration date and time can be supplied. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 operationId: users.GetPresence parameters: - name: $select @@ -647792,6 +728724,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() @@ -647932,6 +728866,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - /users/delta() - /users/delta() @@ -648740,6 +729676,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() @@ -650293,6 +731231,13 @@ components: nullable: true description: Represents a setting to control people-related admin settings in the tenant. x-ms-navigationProperty: true + reportSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + - type: object + nullable: true + description: A container for administrative resources to manage reports. + x-ms-navigationProperty: true serviceAnnouncement: anyOf: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' @@ -650405,6 +731350,20 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.adminMicrosoft365Apps' + microsoft.graph.adminReportSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adminReportSettings + required: + - '@odata.type' + type: object + properties: + displayConcealedNames: + type: boolean + description: 'If set to true, all reports conceal user information such as usernames, groups, and sites. If false, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.adminReportSettings' microsoft.graph.agreement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -653145,6 +734104,125 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.b2xIdentityUserFlow' + microsoft.graph.backupRestoreRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: backupRestoreRoot + required: + - '@odata.type' + type: object + properties: + serviceStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceStatus' + - type: object + nullable: true + description: Represents the tenant-level status of the Backup Storage service. + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: The list of drive inclusion rules applied to the tenant. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: The list of drive protection units in the tenant. + x-ms-navigationProperty: true + exchangeProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + description: The list of Exchange protection policies in the tenant. + x-ms-navigationProperty: true + exchangeRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + description: The list of Exchange restore sessions available in the tenant. + x-ms-navigationProperty: true + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The list of mailbox inclusion rules applied to the tenant. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The list of mailbox protection units in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + description: The list of OneDrive for Business protection policies in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + description: The list of OneDrive for Business restore sessions available in the tenant. + x-ms-navigationProperty: true + protectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + description: List of protection policies in the tenant. + x-ms-navigationProperty: true + protectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + description: List of protection units in the tenant. + x-ms-navigationProperty: true + restorePoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + description: List of restore points in the tenant. + x-ms-navigationProperty: true + restoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + description: List of restore sessions in the tenant. + x-ms-navigationProperty: true + serviceApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + description: List of Backup Storage apps in the tenant. + x-ms-navigationProperty: true + sharePointProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + description: The list of SharePoint protection policies in the tenant. + x-ms-navigationProperty: true + sharePointRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + description: The list of SharePoint restore sessions available in the tenant. + x-ms-navigationProperty: true + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The list of site inclusion rules applied to the tenant. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The list of site protection units in the tenant. + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.backupRestoreRoot' microsoft.graph.baseItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -654450,17 +735528,31 @@ components: - '@odata.type' type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -654486,17 +735578,31 @@ components: - '@odata.type' type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -655803,6 +736909,42 @@ components: '#microsoft.graph.subscribeToToneOperation': '#/components/schemas/microsoft.graph.subscribeToToneOperation' '#microsoft.graph.unmuteParticipantOperation': '#/components/schemas/microsoft.graph.unmuteParticipantOperation' '#microsoft.graph.updateRecordingStatusOperation': '#/components/schemas/microsoft.graph.updateRecordingStatusOperation' + microsoft.graph.community: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: community + required: + - '@odata.type' + type: object + properties: + description: + type: string + description: 'The description of the community. The maximum length is 1,024 characters.' + displayName: + type: string + description: The name of the community. The maximum length is 255 characters. + groupId: + type: string + description: The ID of the Microsoft 365 group that manages the membership of this community. + nullable: true + privacy: + $ref: '#/components/schemas/microsoft.graph.communityPrivacy' + group: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.group' + - type: object + nullable: true + description: The Microsoft 365 group that manages the membership of this community. + x-ms-navigationProperty: true + owners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.user' + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.community' microsoft.graph.companySubscription: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -660460,6 +741602,73 @@ components: type: string default: '#microsoft.graph.driveItemVersion' x-ms-discriminator-value: '#microsoft.graph.driveItemVersion' + microsoft.graph.driveProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: driveProtectionRule + required: + - '@odata.type' + type: object + properties: + driveExpression: + type: string + description: 'Contains a drive expression. For examples, see driveExpression examples.' + nullable: true + '@odata.type': + type: string + default: '#microsoft.graph.driveProtectionRule' + x-ms-discriminator-value: '#microsoft.graph.driveProtectionRule' + microsoft.graph.driveProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: driveProtectionUnit + required: + - '@odata.type' + type: object + properties: + directoryObjectId: + type: string + description: ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email associated with the directory object. + nullable: true + readOnly: true + '@odata.type': + type: string + default: '#microsoft.graph.driveProtectionUnit' + x-ms-discriminator-value: '#microsoft.graph.driveProtectionUnit' + microsoft.graph.driveRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: driveRestoreArtifact + required: + - '@odata.type' + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.driveRestoreArtifact' microsoft.graph.eBookInstallSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -661784,6 +742993,18 @@ components: - '@odata.type' type: object properties: + communities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.community' + description: A collection of communities in Viva Engage. + x-ms-navigationProperty: true + engagementAsyncOperations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + description: 'A collection of long-running, asynchronous operations related to Viva Engage.' + x-ms-navigationProperty: true learningCourseActivities: type: array items: @@ -661939,6 +743160,27 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.endUserNotificationDetail' + microsoft.graph.engagementAsyncOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + - title: engagementAsyncOperation + required: + - '@odata.type' + type: object + properties: + operationType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperationType' + - type: object + nullable: true + description: 'The type of the long-running operation. The possible values are: createCommunity, unknownFutureValue.' + resourceId: + type: string + description: The ID of the object created or modified as a result of this async operation. + nullable: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.engagementAsyncOperation' microsoft.graph.enrollmentConfigurationAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -662187,6 +743429,7 @@ components: '#microsoft.graph.activityHistoryItem': '#/components/schemas/microsoft.graph.activityHistoryItem' '#microsoft.graph.adminConsentRequestPolicy': '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' '#microsoft.graph.adminMicrosoft365Apps': '#/components/schemas/microsoft.graph.adminMicrosoft365Apps' + '#microsoft.graph.adminReportSettings': '#/components/schemas/microsoft.graph.adminReportSettings' '#microsoft.graph.agreement': '#/components/schemas/microsoft.graph.agreement' '#microsoft.graph.agreementAcceptance': '#/components/schemas/microsoft.graph.agreementAcceptance' '#microsoft.graph.agreementFileProperties': '#/components/schemas/microsoft.graph.agreementFileProperties' @@ -662259,6 +743502,7 @@ components: '#microsoft.graph.authenticationStrengthPolicy': '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' '#microsoft.graph.authenticationStrengthRoot': '#/components/schemas/microsoft.graph.authenticationStrengthRoot' '#microsoft.graph.authoredNote': '#/components/schemas/microsoft.graph.authoredNote' + '#microsoft.graph.backupRestoreRoot': '#/components/schemas/microsoft.graph.backupRestoreRoot' '#microsoft.graph.baseItem': '#/components/schemas/microsoft.graph.baseItem' '#microsoft.graph.baseSitePage': '#/components/schemas/microsoft.graph.baseSitePage' '#microsoft.graph.sitePage': '#/components/schemas/microsoft.graph.sitePage' @@ -662339,6 +743583,7 @@ components: '#microsoft.graph.subscribeToToneOperation': '#/components/schemas/microsoft.graph.subscribeToToneOperation' '#microsoft.graph.unmuteParticipantOperation': '#/components/schemas/microsoft.graph.unmuteParticipantOperation' '#microsoft.graph.updateRecordingStatusOperation': '#/components/schemas/microsoft.graph.updateRecordingStatusOperation' + '#microsoft.graph.community': '#/components/schemas/microsoft.graph.community' '#microsoft.graph.companySubscription': '#/components/schemas/microsoft.graph.companySubscription' '#microsoft.graph.complianceManagementPartner': '#/components/schemas/microsoft.graph.complianceManagementPartner' '#microsoft.graph.conditionalAccessPolicy': '#/components/schemas/microsoft.graph.conditionalAccessPolicy' @@ -662582,6 +743827,7 @@ components: '#microsoft.graph.loginPage': '#/components/schemas/microsoft.graph.loginPage' '#microsoft.graph.longRunningOperation': '#/components/schemas/microsoft.graph.longRunningOperation' '#microsoft.graph.attackSimulationOperation': '#/components/schemas/microsoft.graph.attackSimulationOperation' + '#microsoft.graph.engagementAsyncOperation': '#/components/schemas/microsoft.graph.engagementAsyncOperation' '#microsoft.graph.richLongRunningOperation': '#/components/schemas/microsoft.graph.richLongRunningOperation' '#microsoft.graph.m365AppsInstallationOptions': '#/components/schemas/microsoft.graph.m365AppsInstallationOptions' '#microsoft.graph.mailFolder': '#/components/schemas/microsoft.graph.mailFolder' @@ -662752,6 +743998,18 @@ components: '#microsoft.graph.profileCardProperty': '#/components/schemas/microsoft.graph.profileCardProperty' '#microsoft.graph.profilePhoto': '#/components/schemas/microsoft.graph.profilePhoto' '#microsoft.graph.pronounsSettings': '#/components/schemas/microsoft.graph.pronounsSettings' + '#microsoft.graph.protectionPolicyBase': '#/components/schemas/microsoft.graph.protectionPolicyBase' + '#microsoft.graph.exchangeProtectionPolicy': '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + '#microsoft.graph.oneDriveForBusinessProtectionPolicy': '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + '#microsoft.graph.sharePointProtectionPolicy': '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + '#microsoft.graph.protectionRuleBase': '#/components/schemas/microsoft.graph.protectionRuleBase' + '#microsoft.graph.driveProtectionRule': '#/components/schemas/microsoft.graph.driveProtectionRule' + '#microsoft.graph.mailboxProtectionRule': '#/components/schemas/microsoft.graph.mailboxProtectionRule' + '#microsoft.graph.siteProtectionRule': '#/components/schemas/microsoft.graph.siteProtectionRule' + '#microsoft.graph.protectionUnitBase': '#/components/schemas/microsoft.graph.protectionUnitBase' + '#microsoft.graph.driveProtectionUnit': '#/components/schemas/microsoft.graph.driveProtectionUnit' + '#microsoft.graph.mailboxProtectionUnit': '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + '#microsoft.graph.siteProtectionUnit': '#/components/schemas/microsoft.graph.siteProtectionUnit' '#microsoft.graph.provisioningObjectSummary': '#/components/schemas/microsoft.graph.provisioningObjectSummary' '#microsoft.graph.rbacApplication': '#/components/schemas/microsoft.graph.rbacApplication' '#microsoft.graph.relyingPartyDetailedSummary': '#/components/schemas/microsoft.graph.relyingPartyDetailedSummary' @@ -662765,6 +744023,16 @@ components: '#microsoft.graph.unifiedRoleEligibilityScheduleRequest': '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' '#microsoft.graph.userConsentRequest': '#/components/schemas/microsoft.graph.userConsentRequest' '#microsoft.graph.resourceOperation': '#/components/schemas/microsoft.graph.resourceOperation' + '#microsoft.graph.restoreArtifactBase': '#/components/schemas/microsoft.graph.restoreArtifactBase' + '#microsoft.graph.driveRestoreArtifact': '#/components/schemas/microsoft.graph.driveRestoreArtifact' + '#microsoft.graph.mailboxRestoreArtifact': '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + '#microsoft.graph.granularMailboxRestoreArtifact': '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + '#microsoft.graph.siteRestoreArtifact': '#/components/schemas/microsoft.graph.siteRestoreArtifact' + '#microsoft.graph.restorePoint': '#/components/schemas/microsoft.graph.restorePoint' + '#microsoft.graph.restoreSessionBase': '#/components/schemas/microsoft.graph.restoreSessionBase' + '#microsoft.graph.exchangeRestoreSession': '#/components/schemas/microsoft.graph.exchangeRestoreSession' + '#microsoft.graph.oneDriveForBusinessRestoreSession': '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + '#microsoft.graph.sharePointRestoreSession': '#/components/schemas/microsoft.graph.sharePointRestoreSession' '#microsoft.graph.riskDetection': '#/components/schemas/microsoft.graph.riskDetection' '#microsoft.graph.riskyServicePrincipal': '#/components/schemas/microsoft.graph.riskyServicePrincipal' '#microsoft.graph.riskyServicePrincipalHistoryItem': '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' @@ -662787,6 +744055,7 @@ components: '#microsoft.graph.serviceAnnouncementBase': '#/components/schemas/microsoft.graph.serviceAnnouncementBase' '#microsoft.graph.serviceHealthIssue': '#/components/schemas/microsoft.graph.serviceHealthIssue' '#microsoft.graph.serviceUpdateMessage': '#/components/schemas/microsoft.graph.serviceUpdateMessage' + '#microsoft.graph.serviceApp': '#/components/schemas/microsoft.graph.serviceApp' '#microsoft.graph.serviceHealth': '#/components/schemas/microsoft.graph.serviceHealth' '#microsoft.graph.servicePrincipalRiskDetection': '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' '#microsoft.graph.settingStateDeviceSummary': '#/components/schemas/microsoft.graph.settingStateDeviceSummary' @@ -662988,6 +744257,7 @@ components: '#microsoft.graph.externalConnectors.externalItem': '#/components/schemas/microsoft.graph.externalConnectors.externalItem' '#microsoft.graph.externalConnectors.identity': '#/components/schemas/microsoft.graph.externalConnectors.identity' '#microsoft.graph.externalConnectors.schema': '#/components/schemas/microsoft.graph.externalConnectors.schema' + '#microsoft.graph.identityGovernance.insights': '#/components/schemas/microsoft.graph.identityGovernance.insights' '#microsoft.graph.identityGovernance.lifecycleManagementSettings': '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' '#microsoft.graph.identityGovernance.lifecycleWorkflowsContainer': '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer' '#microsoft.graph.identityGovernance.run': '#/components/schemas/microsoft.graph.identityGovernance.run' @@ -663445,6 +744715,53 @@ components: type: string default: '#microsoft.graph.eventMessageResponse' x-ms-discriminator-value: '#microsoft.graph.eventMessageResponse' + microsoft.graph.exchangeProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: exchangeProtectionPolicy + required: + - '@odata.type' + type: object + properties: + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The rules associated with the Exchange protection policy. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.exchangeProtectionPolicy' + x-ms-discriminator-value: '#microsoft.graph.exchangeProtectionPolicy' + microsoft.graph.exchangeRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: exchangeRestoreSession + required: + - '@odata.type' + type: object + properties: + granularMailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + x-ms-navigationProperty: true + mailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.exchangeRestoreSession' + x-ms-discriminator-value: '#microsoft.graph.exchangeRestoreSession' microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -663862,6 +745179,27 @@ components: mapping: '#microsoft.graph.membershipOutlierInsight': '#/components/schemas/microsoft.graph.membershipOutlierInsight' '#microsoft.graph.userSignInInsight': '#/components/schemas/microsoft.graph.userSignInInsight' + microsoft.graph.granularMailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + - title: granularMailboxRestoreArtifact + required: + - '@odata.type' + type: object + properties: + artifactCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: . + format: int32 + nullable: true + searchResponseId: + type: string + description: . + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.granularMailboxRestoreArtifact' microsoft.graph.group: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -666863,13 +748201,13 @@ components: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The start time of the operation. 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.' + description: 'The start time of the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true lastActionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The time of the last action in the operation. 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.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true resourceLocation: @@ -666892,6 +748230,7 @@ components: propertyName: '@odata.type' mapping: '#microsoft.graph.attackSimulationOperation': '#/components/schemas/microsoft.graph.attackSimulationOperation' + '#microsoft.graph.engagementAsyncOperation': '#/components/schemas/microsoft.graph.engagementAsyncOperation' '#microsoft.graph.richLongRunningOperation': '#/components/schemas/microsoft.graph.richLongRunningOperation' microsoft.graph.m365AppsInstallationOptions: allOf: @@ -667259,6 +748598,71 @@ components: type: string default: '#microsoft.graph.mailAssessmentRequest' x-ms-discriminator-value: '#microsoft.graph.mailAssessmentRequest' + microsoft.graph.mailboxProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: mailboxProtectionRule + required: + - '@odata.type' + type: object + properties: + mailboxExpression: + type: string + description: 'Contains a mailbox expression. For examples, see mailboxExpression examples.' + nullable: true + '@odata.type': + type: string + default: '#microsoft.graph.mailboxProtectionRule' + x-ms-discriminator-value: '#microsoft.graph.mailboxProtectionRule' + microsoft.graph.mailboxProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: mailboxProtectionUnit + required: + - '@odata.type' + type: object + properties: + directoryObjectId: + type: string + description: The ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email address associated with the directory object. + nullable: true + readOnly: true + '@odata.type': + type: string + default: '#microsoft.graph.mailboxProtectionUnit' + x-ms-discriminator-value: '#microsoft.graph.mailboxProtectionUnit' + microsoft.graph.mailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: mailboxRestoreArtifact + required: + - '@odata.type' + type: object + properties: + restoredFolderId: + type: string + description: The new restored folder identifier for the user. + nullable: true + restoredFolderName: + type: string + description: The new restored folder name. + nullable: true + readOnly: true + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.granularMailboxRestoreArtifact': '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' microsoft.graph.mailFolder: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -669995,6 +751399,48 @@ components: type: string default: '#microsoft.graph.onAuthenticationMethodLoadStartListener' x-ms-discriminator-value: '#microsoft.graph.onAuthenticationMethodLoadStartListener' + microsoft.graph.oneDriveForBusinessProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: oneDriveForBusinessProtectionPolicy + required: + - '@odata.type' + type: object + properties: + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: Contains the details of the Onedrive for Business protection rule. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: Contains the protection units associated with a OneDrive for Business protection policy. + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.oneDriveForBusinessProtectionPolicy' + x-ms-discriminator-value: '#microsoft.graph.oneDriveForBusinessProtectionPolicy' + microsoft.graph.oneDriveForBusinessRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: oneDriveForBusinessRestoreSession + required: + - '@odata.type' + type: object + properties: + driveRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.oneDriveForBusinessRestoreSession' + x-ms-discriminator-value: '#microsoft.graph.oneDriveForBusinessRestoreSession' microsoft.graph.onenote: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -673639,6 +755085,173 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.pronounsSettings' + microsoft.graph.protectionPolicyBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionPolicyBase + required: + - '@odata.type' + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the policy. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the policy. + format: date-time + nullable: true + displayName: + type: string + description: The name of the policy to be created. + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of the person who last modified the policy. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The timestamp of the last modification of the policy. + format: date-time + nullable: true + retentionSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' + description: Contains the retention setting details for the policy. + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyStatus' + - type: object + nullable: true + description: 'The aggregated status of the protection units associated with the policy. The possible values are: inactive, activeWithErrors, updating, active, unknownFutureValue.' + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.exchangeProtectionPolicy': '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + '#microsoft.graph.oneDriveForBusinessProtectionPolicy': '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + '#microsoft.graph.sharePointProtectionPolicy': '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + microsoft.graph.protectionRuleBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionRuleBase + required: + - '@odata.type' + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the rule. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the rule. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if an operation on a rule fails. + isAutoApplyEnabled: + type: boolean + description: Indicates whether the protection rule is static or dynamic. + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of the person who last modified the rule. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification made to the rule. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' + - type: object + nullable: true + description: 'The status of the protection rule. The possible values are: draft, active, completed, completedWithErrors, unknownFutureValue.' + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.driveProtectionRule': '#/components/schemas/microsoft.graph.driveProtectionRule' + '#microsoft.graph.mailboxProtectionRule': '#/components/schemas/microsoft.graph.mailboxProtectionRule' + '#microsoft.graph.siteProtectionRule': '#/components/schemas/microsoft.graph.siteProtectionRule' + microsoft.graph.protectionUnitBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionUnitBase + required: + - '@odata.type' + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the protection unit. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the protection unit. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if an error occurred while creating a protection unit. + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who last modified the protection unit. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of this protection unit. + format: date-time + nullable: true + policyId: + type: string + description: The unique identifier of the protection policy based on which protection unit was created. + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitStatus' + - type: object + nullable: true + description: 'The status of the protection unit. The possible values are: protectRequested, protected, unprotectRequested, unprotected, removeRequested, unknownFutureValue.' + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.driveProtectionUnit': '#/components/schemas/microsoft.graph.driveProtectionUnit' + '#microsoft.graph.mailboxProtectionUnit': '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + '#microsoft.graph.siteProtectionUnit': '#/components/schemas/microsoft.graph.siteProtectionUnit' microsoft.graph.provisioningObjectSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -674107,6 +755720,154 @@ components: type: string default: '#microsoft.graph.resourceSpecificPermissionGrant' x-ms-discriminator-value: '#microsoft.graph.resourceSpecificPermissionGrant' + microsoft.graph.restoreArtifactBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreArtifactBase + required: + - '@odata.type' + type: object + properties: + completionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when restoration of restore artifact is completed. + format: date-time + nullable: true + destinationType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.destinationType' + - type: object + nullable: true + description: 'Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue.' + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if the restore session fails or completes with an error. + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when restoration of restore artifact is started. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.artifactRestoreStatus' + - type: object + nullable: true + description: 'The individual restoration status of the restore artifact. The possible values are: added, scheduling, scheduled, inProgress, succeeded, failed, unknownFutureValue.' + restorePoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePoint' + - type: object + nullable: true + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + x-ms-navigationProperty: true + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.driveRestoreArtifact': '#/components/schemas/microsoft.graph.driveRestoreArtifact' + '#microsoft.graph.mailboxRestoreArtifact': '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + '#microsoft.graph.granularMailboxRestoreArtifact': '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + '#microsoft.graph.siteRestoreArtifact': '#/components/schemas/microsoft.graph.siteRestoreArtifact' + microsoft.graph.restorePoint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restorePoint + required: + - '@odata.type' + type: object + properties: + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Expiration date time of the restore point. + format: date-time + nullable: true + protectionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date time when the restore point was created. + format: date-time + nullable: true + tags: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointTags' + - type: object + nullable: true + description: 'The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue.' + protectionUnit: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - type: object + nullable: true + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + x-ms-navigationProperty: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.restorePoint' + microsoft.graph.restoreSessionBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreSessionBase + required: + - '@odata.type' + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of completion of the restore session. + format: date-time + nullable: true + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the restore session. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the restore session. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if the restore session fails or completes with an error. + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the restore session. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the restore session. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionStatus' + - type: object + nullable: true + description: 'Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.' + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.exchangeRestoreSession': '#/components/schemas/microsoft.graph.exchangeRestoreSession' + '#microsoft.graph.oneDriveForBusinessRestoreSession': '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + '#microsoft.graph.sharePointRestoreSession': '#/components/schemas/microsoft.graph.sharePointRestoreSession' microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -675362,6 +757123,53 @@ components: mapping: '#microsoft.graph.serviceHealthIssue': '#/components/schemas/microsoft.graph.serviceHealthIssue' '#microsoft.graph.serviceUpdateMessage': '#/components/schemas/microsoft.graph.serviceUpdateMessage' + microsoft.graph.serviceApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: serviceApp + required: + - '@odata.type' + type: object + properties: + application: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - type: object + nullable: true + description: The Entra ID application ID. + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the effective activation of the service app. + format: date-time + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the entity. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + registrationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the creation of the service app entity. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceAppStatus' + - type: object + nullable: true + description: 'The status of the service app. This value indicates whether or not the application can be used to control the backup service. The possible values are: inactive, active, pendingActive, pendingInactive, unknownFutureValue.' + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.serviceApp' microsoft.graph.serviceHealth: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -676159,6 +757967,48 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.sharepoint' + microsoft.graph.sharePointProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: sharePointProtectionPolicy + required: + - '@odata.type' + type: object + properties: + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The rules associated with the SharePoint Protection policy. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The protection units (sites) that are protected under the site protection policy. + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.sharePointProtectionPolicy' + x-ms-discriminator-value: '#microsoft.graph.sharePointProtectionPolicy' + microsoft.graph.sharePointRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: sharePointRestoreSession + required: + - '@odata.type' + type: object + properties: + siteRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.sharePointRestoreSession' + x-ms-discriminator-value: '#microsoft.graph.sharePointRestoreSession' microsoft.graph.sharepointSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -676941,6 +758791,73 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.sitePage' + microsoft.graph.siteProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: siteProtectionRule + required: + - '@odata.type' + type: object + properties: + siteExpression: + type: string + description: 'Contains a site expression. For examples, see siteExpression example.' + nullable: true + '@odata.type': + type: string + default: '#microsoft.graph.siteProtectionRule' + x-ms-discriminator-value: '#microsoft.graph.siteProtectionRule' + microsoft.graph.siteProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: siteProtectionUnit + required: + - '@odata.type' + type: object + properties: + siteId: + type: string + description: Unique identifier of the SharePoint site. + nullable: true + siteName: + type: string + description: Name of the SharePoint site. + nullable: true + readOnly: true + siteWebUrl: + type: string + description: The web URL of the SharePoint site. + nullable: true + readOnly: true + '@odata.type': + type: string + default: '#microsoft.graph.siteProtectionUnit' + x-ms-discriminator-value: '#microsoft.graph.siteProtectionUnit' + microsoft.graph.siteRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: siteRestoreArtifact + required: + - '@odata.type' + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.siteRestoreArtifact' microsoft.graph.skypeForBusinessUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' @@ -677172,6 +759089,12 @@ components: - '@odata.type' type: object properties: + backupRestore: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + - type: object + nullable: true + x-ms-navigationProperty: true bookingBusinesses: type: array items: @@ -678350,7 +760273,7 @@ components: description: Indicates whether Microsoft Teams is enabled for the organization. region: type: string - description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true deletedChats: type: array @@ -682689,7 +764612,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -682812,6 +764735,12 @@ components: - type: object nullable: true description: 'The end time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.' + settings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' + - type: object + nullable: true + description: The virtual event settings. startDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' @@ -689182,6 +771111,24 @@ components: $ref: '#/components/schemas/microsoft.graph.printJobProcessingState' '@odata.type': type: string + microsoft.graph.artifactQuery: + title: artifactQuery + required: + - '@odata.type' + type: object + properties: + artifactType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorableArtifact' + - type: object + nullable: true + description: 'The type of artifact to search. The possible values are: message, unknownFutureValue.' + queryExpression: + type: string + description: Specifies criteria to retrieve artifacts. + nullable: true + '@odata.type': + type: string microsoft.graph.assignedLabel: title: assignedLabel required: @@ -703652,6 +785599,50 @@ components: properties: '@odata.type': type: string + microsoft.graph.restorePointSearchResponse: + title: restorePointSearchResponse + required: + - '@odata.type' + type: object + properties: + noResultProtectionUnitIds: + type: array + items: + type: string + nullable: true + description: Contains alist of protection units with no restore points. + searchResponseId: + type: string + description: The unique identifier of the search response. + nullable: true + searchResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' + description: Contains a collection of restore points. + '@odata.type': + type: string + microsoft.graph.restorePointSearchResult: + title: restorePointSearchResult + required: + - '@odata.type' + type: object + properties: + artifactHitCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of artifacts restored. + format: int32 + nullable: true + restorePoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePoint' + - type: object + nullable: true + x-ms-navigationProperty: true + '@odata.type': + type: string microsoft.graph.resultInfo: title: resultInfo required: @@ -703747,6 +785738,24 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.retentionSetting: + title: retentionSetting + required: + - '@odata.type' + type: object + properties: + interval: + type: string + description: The frequency of the backup. + nullable: true + period: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The period of time to retain the protected data for a single Microsoft 365 service. + format: duration + nullable: true + '@odata.type': + type: string microsoft.graph.rgbColor: title: rgbColor required: @@ -704739,6 +786748,56 @@ components: type: string default: '#microsoft.graph.serviceProvisioningXmlError' x-ms-discriminator-value: '#microsoft.graph.serviceProvisioningXmlError' + microsoft.graph.serviceStatus: + title: serviceStatus + required: + - '@odata.type' + type: object + properties: + backupServiceConsumer: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' + - type: object + nullable: true + description: 'The type of consumer. The possible values are: unknown, firstparty, thirdparty, unknownFutureValue.' + disableReason: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.disableReason' + - type: object + nullable: true + description: 'The reason the service is disabled. The possible values are: none, controllerServiceAppDeleted, invalidBillingProfile, userRequested, unknownFutureValue.' + gracePeriodDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the grace period. + format: date-time + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the entity. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + restoreAllowedTillDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the restoration allowed period. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' + - type: object + nullable: true + description: 'Status of the service. This value indicates what capabilities can be used. The possible values are: disabled, enabled, protectionChangeLocked, restoreLocked, unknownFutureValue.' + '@odata.type': + type: string microsoft.graph.serviceUpdateMessageViewpoint: title: serviceUpdateMessageViewpoint required: @@ -705927,6 +787986,7 @@ components: '#microsoft.graph.targetApplicationOwners': '#/components/schemas/microsoft.graph.targetApplicationOwners' '#microsoft.graph.targetManager': '#/components/schemas/microsoft.graph.targetManager' '#microsoft.graph.targetUserSponsors': '#/components/schemas/microsoft.graph.targetUserSponsors' + '#microsoft.graph.identityGovernance.groupBasedSubjectSet': '#/components/schemas/microsoft.graph.identityGovernance.groupBasedSubjectSet' '#microsoft.graph.identityGovernance.ruleBasedSubjectSet': '#/components/schemas/microsoft.graph.identityGovernance.ruleBasedSubjectSet' microsoft.graph.synchronizationError: title: synchronizationError @@ -707501,6 +789561,26 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.timeOffItem' + microsoft.graph.timePeriod: + title: timePeriod + required: + - '@odata.type' + type: object + properties: + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the end of the time period. + format: date-time + nullable: true + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the start of the time period. + format: date-time + nullable: true + '@odata.type': + type: string microsoft.graph.timeRange: title: timeRange required: @@ -708878,6 +790958,18 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + required: + - '@odata.type' + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + '@odata.type': + type: string microsoft.graph.visualInfo: title: visualInfo required: @@ -710087,37 +792179,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. '@odata.type': type: string microsoft.graph.workforceIntegrationEncryption: @@ -710891,6 +792983,17 @@ components: - semiAnnual - unknownFutureValue type: string + microsoft.graph.artifactRestoreStatus: + title: artifactRestoreStatus + enum: + - added + - scheduling + - scheduled + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string microsoft.graph.assignmentScheduleFilterByCurrentUserOptions: title: assignmentScheduleFilterByCurrentUserOptions enum: @@ -711180,6 +793283,23 @@ components: - defaultConfiguredIdp - unknownFutureValue type: string + microsoft.graph.backupServiceConsumer: + title: backupServiceConsumer + enum: + - unknown + - firstparty + - thirdparty + - unknownFutureValue + type: string + microsoft.graph.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string microsoft.graph.baseAuthenticationMethod: title: baseAuthenticationMethod enum: @@ -712021,6 +794141,13 @@ components: - approvalStatus - unknownFutureValue type: string + microsoft.graph.communityPrivacy: + title: communityPrivacy + enum: + - public + - private + - unknownFutureValue + type: string microsoft.graph.complianceState: title: complianceState enum: @@ -712475,6 +794602,13 @@ components: - sendToDelegateAndPrincipal - sendToDelegateOnly type: string + microsoft.graph.destinationType: + title: destinationType + enum: + - new + - inPlace + - unknownFutureValue + type: string microsoft.graph.detectedAppPlatformType: title: detectedAppPlatformType enum: @@ -713219,6 +795353,14 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.disableReason: + title: disableReason + enum: + - none + - invalidBillingProfile + - userRequested + - unknownFutureValue + type: string microsoft.graph.diskType: title: diskType enum: @@ -713477,6 +795619,12 @@ components: - trainingReminder - unknownFutureValue type: string + microsoft.graph.engagementAsyncOperationType: + title: engagementAsyncOperationType + enum: + - createCommunity + - unknownFutureValue + type: string microsoft.graph.enrollmentState: title: enrollmentState enum: @@ -716418,6 +798566,34 @@ components: - disabled - unknownFutureValue type: string + microsoft.graph.protectionPolicyStatus: + title: protectionPolicyStatus + enum: + - inactive + - activeWithErrors + - updating + - active + - unknownFutureValue + type: string + microsoft.graph.protectionRuleStatus: + title: protectionRuleStatus + enum: + - draft + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string + microsoft.graph.protectionUnitStatus: + title: protectionUnitStatus + enum: + - protectRequested + - protected + - unprotectRequested + - unprotected + - removeRequested + - unknownFutureValue + type: string microsoft.graph.provisioningAction: title: provisioningAction enum: @@ -717302,6 +799478,39 @@ components: - declined - notResponded type: string + microsoft.graph.restorableArtifact: + title: restorableArtifact + enum: + - message + - unknownFutureValue + type: string + microsoft.graph.restorePointPreference: + title: restorePointPreference + enum: + - latest + - oldest + - unknownFutureValue + type: string + microsoft.graph.restorePointTags: + title: restorePointTags + enum: + - none + - fastRestore + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.restoreSessionStatus: + title: restoreSessionStatus + enum: + - draft + - activating + - active + - completedWithError + - completed + - unknownFutureValue + - failed + type: string microsoft.graph.riskDetail: title: riskDetail enum: @@ -717623,6 +799832,15 @@ components: - auto - unknownFutureValue type: string + microsoft.graph.serviceAppStatus: + title: serviceAppStatus + enum: + - inactive + - active + - pendingActive + - pendingInactive + - unknownFutureValue + type: string microsoft.graph.serviceHealthClassificationType: title: serviceHealthClassificationType enum: @@ -722262,6 +804480,17 @@ components: type: string default: '#microsoft.graph.identityGovernance.customTaskExtension' x-ms-discriminator-value: '#microsoft.graph.identityGovernance.customTaskExtension' + microsoft.graph.identityGovernance.insights: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: insights + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.identityGovernance.insights' microsoft.graph.identityGovernance.lifecycleManagementSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -722302,6 +804531,13 @@ components: nullable: true description: Deleted workflows in your lifecycle workflows instance. x-ms-navigationProperty: true + insights: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + - type: object + nullable: true + description: The insight container holding workflow insight summaries for a tenant. + x-ms-navigationProperty: true settings: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' taskDefinitions: @@ -722840,6 +805076,23 @@ components: type: string default: '#microsoft.graph.identityGovernance.workflowVersion' x-ms-discriminator-value: '#microsoft.graph.identityGovernance.workflowVersion' + microsoft.graph.identityGovernance.attributeChangeTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: attributeChangeTrigger + required: + - '@odata.type' + type: object + properties: + triggerAttributes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute' + description: The trigger attribute being changed that triggers the workflowexecutiontrigger of a workflow.) + '@odata.type': + type: string + default: '#microsoft.graph.identityGovernance.attributeChangeTrigger' + x-ms-discriminator-value: '#microsoft.graph.identityGovernance.attributeChangeTrigger' microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration' @@ -722911,6 +805164,37 @@ components: type: string default: '#microsoft.graph.identityGovernance.customTaskExtensionCalloutData' x-ms-discriminator-value: '#microsoft.graph.identityGovernance.customTaskExtensionCalloutData' + microsoft.graph.identityGovernance.groupBasedSubjectSet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.subjectSet' + - title: groupBasedSubjectSet + required: + - '@odata.type' + type: object + properties: + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.group' + x-ms-navigationProperty: true + '@odata.type': + type: string + default: '#microsoft.graph.identityGovernance.groupBasedSubjectSet' + x-ms-discriminator-value: '#microsoft.graph.identityGovernance.groupBasedSubjectSet' + microsoft.graph.identityGovernance.membershipChangeTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: membershipChangeTrigger + required: + - '@odata.type' + type: object + properties: + changeType: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.membershipChangeType' + '@odata.type': + type: string + default: '#microsoft.graph.identityGovernance.membershipChangeTrigger' + x-ms-discriminator-value: '#microsoft.graph.identityGovernance.membershipChangeTrigger' microsoft.graph.identityGovernance.onDemandExecutionOnly: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions' @@ -723053,6 +805337,114 @@ components: type: string default: '#microsoft.graph.identityGovernance.timeBasedAttributeTrigger' x-ms-discriminator-value: '#microsoft.graph.identityGovernance.timeBasedAttributeTrigger' + microsoft.graph.identityGovernance.topTasksInsightsSummary: + title: topTasksInsightsSummary + required: + - '@odata.type' + type: object + properties: + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs of the task. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed by the task. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the task. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the task. + format: int32 + taskDefinitionDisplayName: + type: string + description: The name of the task. + taskDefinitionId: + type: string + description: The task ID. + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of the task. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by the task. + format: int32 + '@odata.type': + type: string + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + title: topWorkflowsInsightsSummary + required: + - '@odata.type' + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs for workflow. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the workflow. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the workflow. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of workflow. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of users processed by the workflow. + format: int32 + workflowCategory: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowCategory' + workflowDisplayName: + type: string + description: The name of the workflow. + workflowId: + type: string + description: The workflow ID. + workflowVersion: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The version of the workflow that was a top workflow ran. + format: int32 + '@odata.type': + type: string microsoft.graph.identityGovernance.triggerAndScopeBasedConditions: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions' @@ -723077,6 +805469,17 @@ components: type: string default: '#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions' x-ms-discriminator-value: '#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions' + microsoft.graph.identityGovernance.triggerAttribute: + title: triggerAttribute + required: + - '@odata.type' + type: object + properties: + name: + type: string + description: The name of the trigger attribute that is changed to trigger an attributeChangeTrigger workflow. + '@odata.type': + type: string microsoft.graph.identityGovernance.usersProcessingSummary: title: usersProcessingSummary required: @@ -723172,7 +805575,133 @@ components: discriminator: propertyName: '@odata.type' mapping: + '#microsoft.graph.identityGovernance.attributeChangeTrigger': '#/components/schemas/microsoft.graph.identityGovernance.attributeChangeTrigger' + '#microsoft.graph.identityGovernance.membershipChangeTrigger': '#/components/schemas/microsoft.graph.identityGovernance.membershipChangeTrigger' '#microsoft.graph.identityGovernance.timeBasedAttributeTrigger': '#/components/schemas/microsoft.graph.identityGovernance.timeBasedAttributeTrigger' + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + title: workflowsInsightsByCategory + required: + - '@odata.type' + type: object + properties: + failedJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Joiner' workflows processed in a tenant. + format: int32 + failedLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Leaver' workflows processed in a tenant. + format: int32 + failedMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Mover' workflows processed in a tenant. + format: int32 + successfulJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Joiner' workflows processed in a tenant. + format: int32 + successfulLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Leaver' workflows processed in a tenant. + format: int32 + successfulMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Mover' workflows processed in a tenant. + format: int32 + totalJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Joiner' workflows processed in a tenant. + format: int32 + totalLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Leaver' workflows processed in a tenant. + format: int32 + totalMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Mover' workflows processed in a tenant. + format: int32 + '@odata.type': + type: string + microsoft.graph.identityGovernance.workflowsInsightsSummary: + title: workflowsInsightsSummary + required: + - '@odata.type' + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed workflow runs processed in the tenant. + format: int32 + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed tasks processed in the tenant. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users processed by workflows in the tenant. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful workflow runs processed in the tenant. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful tasks processed in the tenant. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by workflows in the tenant. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total workflows processed in the tenant. + format: int32 + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total tasks processed by workflows in the tenant. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by workflows in the tenant. + format: int32 + '@odata.type': + type: string microsoft.graph.identityGovernance.customTaskExtensionOperationStatus: title: customTaskExtensionOperationStatus enum: @@ -723209,6 +805738,13 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.identityGovernance.membershipChangeType: + title: membershipChangeType + enum: + - add + - remove + - unknownFutureValue + type: string microsoft.graph.identityGovernance.valueType: title: valueType enum: @@ -723817,7 +806353,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' evidence: type: array items: @@ -731358,6 +813894,193 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' + microsoft.graph.driveProtectionRuleCollectionResponse: + title: Collection of driveProtectionRule + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + microsoft.graph.driveProtectionUnitCollectionResponse: + title: Collection of driveProtectionUnit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + title: Collection of exchangeProtectionPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + microsoft.graph.exchangeRestoreSessionCollectionResponse: + title: Collection of exchangeRestoreSession + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + microsoft.graph.mailboxProtectionRuleCollectionResponse: + title: Collection of mailboxProtectionRule + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + microsoft.graph.mailboxProtectionUnitCollectionResponse: + title: Collection of mailboxProtectionUnit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + title: Collection of oneDriveForBusinessProtectionPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + title: Collection of oneDriveForBusinessRestoreSession + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + microsoft.graph.protectionPolicyBaseCollectionResponse: + title: Collection of protectionPolicyBase + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + microsoft.graph.protectionUnitBaseCollectionResponse: + title: Collection of protectionUnitBase + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + microsoft.graph.restorePointCollectionResponse: + title: Collection of restorePoint + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + microsoft.graph.restoreSessionBaseCollectionResponse: + title: Collection of restoreSessionBase + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + microsoft.graph.serviceAppCollectionResponse: + title: Collection of serviceApp + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + title: Collection of sharePointProtectionPolicy + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + microsoft.graph.sharePointRestoreSessionCollectionResponse: + title: Collection of sharePointRestoreSession + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + microsoft.graph.siteProtectionRuleCollectionResponse: + title: Collection of siteProtectionRule + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + microsoft.graph.siteProtectionUnitCollectionResponse: + title: Collection of siteProtectionUnit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' microsoft.graph.bitlockerRecoveryKeyCollectionResponse: title: Collection of bitlockerRecoveryKey type: object @@ -732920,6 +815643,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + microsoft.graph.communityCollectionResponse: + title: Collection of community + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.community' + microsoft.graph.engagementAsyncOperationCollectionResponse: + title: Collection of engagementAsyncOperation + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' microsoft.graph.learningCourseActivityCollectionResponse: title: Collection of learningCourseActivity type: object @@ -733030,6 +815775,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + title: Collection of granularMailboxRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + title: Collection of mailboxRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' microsoft.graph.fileStorageContainerCollectionResponse: title: Collection of fileStorageContainer type: object @@ -733602,6 +816369,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' + microsoft.graph.driveRestoreArtifactCollectionResponse: + title: Collection of driveRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' microsoft.graph.notebookCollectionResponse: title: Collection of notebook type: object @@ -734449,6 +817227,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' + microsoft.graph.siteRestoreArtifactCollectionResponse: + title: Collection of siteRestoreArtifact + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' microsoft.graph.simulationAutomationRunCollectionResponse: title: Collection of simulationAutomationRun type: object @@ -738970,6 +821759,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.location' + microsoft.graph.retentionSettingCollectionResponse: + title: Collection of microsoft.graph.retentionSetting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' microsoft.graph.assignedLabelCollectionResponse: title: Collection of microsoft.graph.assignedLabel type: object @@ -740257,6 +823057,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAccess' + microsoft.graph.restorePointSearchResultCollectionResponse: + title: Collection of microsoft.graph.restorePointSearchResult + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' microsoft.graph.resourceActionCollectionResponse: title: Collection of microsoft.graph.resourceAction type: object @@ -740796,6 +823607,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identityGovernance.parameter' + microsoft.graph.identityGovernance.triggerAttributeCollectionResponse: + title: Collection of microsoft.graph.identityGovernance.triggerAttribute + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute' microsoft.graph.partners.billing.blobCollectionResponse: title: Collection of microsoft.graph.partners.billing.blob type: object @@ -741825,6 +824647,108 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBaseCollectionResponse' + microsoft.graph.driveProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRuleCollectionResponse' + microsoft.graph.driveProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitCollectionResponse' + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + microsoft.graph.exchangeRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSessionCollectionResponse' + microsoft.graph.mailboxProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRuleCollectionResponse' + microsoft.graph.mailboxProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitCollectionResponse' + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + microsoft.graph.protectionPolicyBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBaseCollectionResponse' + microsoft.graph.protectionUnitBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBaseCollectionResponse' + microsoft.graph.restorePointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointCollectionResponse' + microsoft.graph.restoreSessionBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBaseCollectionResponse' + microsoft.graph.serviceAppCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceAppCollectionResponse' + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + microsoft.graph.sharePointRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSessionCollectionResponse' + microsoft.graph.siteProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRuleCollectionResponse' + microsoft.graph.siteProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitCollectionResponse' microsoft.graph.bitlockerRecoveryKeyCollectionResponse: description: Retrieved collection content: @@ -742677,6 +825601,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResultCollectionResponse' + microsoft.graph.communityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.communityCollectionResponse' + microsoft.graph.engagementAsyncOperationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperationCollectionResponse' microsoft.graph.learningCourseActivityCollectionResponse: description: Retrieved collection content: @@ -742737,6 +825673,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequestCollectionResponse' + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactCollectionResponse' microsoft.graph.fileStorageContainerCollectionResponse: description: Retrieved collection content: @@ -743049,6 +825997,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessageCollectionResponse' + microsoft.graph.driveRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactCollectionResponse' microsoft.graph.notebookCollectionResponse: description: Retrieved collection content: @@ -743511,6 +826465,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + microsoft.graph.siteRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactCollectionResponse' microsoft.graph.simulationAutomationRunCollectionResponse: description: Retrieved collection content: @@ -745977,6 +828937,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.locationCollectionResponse' + microsoft.graph.retentionSettingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.retentionSettingCollectionResponse' microsoft.graph.assignedLabelCollectionResponse: description: Retrieved collection content: @@ -746679,6 +829645,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceAccessCollectionResponse' + microsoft.graph.restorePointSearchResultCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResultCollectionResponse' microsoft.graph.resourceActionCollectionResponse: description: Retrieved collection content: @@ -746973,6 +829945,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.parameterCollectionResponse' + microsoft.graph.identityGovernance.triggerAttributeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttributeCollectionResponse' microsoft.graph.partners.billing.blobCollectionResponse: description: Retrieved collection content: @@ -747670,6 +830648,8 @@ components: '@odata.type': microsoft.graph.adminMicrosoft365Apps people: '@odata.type': microsoft.graph.peopleAdminSettings + reportSettings: + '@odata.type': microsoft.graph.adminReportSettings serviceAnnouncement: '@odata.type': microsoft.graph.serviceAnnouncement sharepoint: @@ -747698,6 +830678,9 @@ components: value: installationOptions: '@odata.type': microsoft.graph.m365AppsInstallationOptions + microsoft.graph.adminReportSettings: + value: + displayConcealedNames: 'true' microsoft.graph.agreement: value: acceptances: @@ -748402,6 +831385,44 @@ components: - '@odata.type': microsoft.graph.identityUserFlowAttributeAssignment userFlowIdentityProviders: - '@odata.type': microsoft.graph.identityProviderBase + microsoft.graph.backupRestoreRoot: + value: + driveInclusionRules: + - '@odata.type': microsoft.graph.driveProtectionRule + driveProtectionUnits: + - '@odata.type': microsoft.graph.driveProtectionUnit + exchangeProtectionPolicies: + - '@odata.type': microsoft.graph.exchangeProtectionPolicy + exchangeRestoreSessions: + - '@odata.type': microsoft.graph.exchangeRestoreSession + mailboxInclusionRules: + - '@odata.type': microsoft.graph.mailboxProtectionRule + mailboxProtectionUnits: + - '@odata.type': microsoft.graph.mailboxProtectionUnit + oneDriveForBusinessProtectionPolicies: + - '@odata.type': microsoft.graph.oneDriveForBusinessProtectionPolicy + oneDriveForBusinessRestoreSessions: + - '@odata.type': microsoft.graph.oneDriveForBusinessRestoreSession + protectionPolicies: + - '@odata.type': microsoft.graph.protectionPolicyBase + protectionUnits: + - '@odata.type': microsoft.graph.protectionUnitBase + restorePoints: + - '@odata.type': microsoft.graph.restorePoint + restoreSessions: + - '@odata.type': microsoft.graph.restoreSessionBase + serviceApps: + - '@odata.type': microsoft.graph.serviceApp + serviceStatus: + '@odata.type': microsoft.graph.serviceStatus + sharePointProtectionPolicies: + - '@odata.type': microsoft.graph.sharePointProtectionPolicy + sharePointRestoreSessions: + - '@odata.type': microsoft.graph.sharePointRestoreSession + siteInclusionRules: + - '@odata.type': microsoft.graph.siteProtectionRule + siteProtectionUnits: + - '@odata.type': microsoft.graph.siteProtectionUnit microsoft.graph.baseItem: value: createdBy: @@ -748751,16 +831772,22 @@ components: '@odata.type': microsoft.graph.callTranscriptionInfo microsoft.graph.callRecording: value: + callId: String content: Stream + contentCorrelationId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' meetingId: String meetingOrganizer: '@odata.type': microsoft.graph.identitySet recordingContentUrl: String microsoft.graph.callTranscript: value: + callId: String content: Stream + contentCorrelationId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' meetingId: String meetingOrganizer: '@odata.type': microsoft.graph.identitySet @@ -749106,6 +832133,17 @@ components: '@odata.type': microsoft.graph.resultInfo status: '@odata.type': microsoft.graph.operationStatus + microsoft.graph.community: + value: + description: String + displayName: String + group: + '@odata.type': microsoft.graph.group + groupId: String + owners: + - '@odata.type': microsoft.graph.user + privacy: + '@odata.type': microsoft.graph.communityPrivacy microsoft.graph.companySubscription: value: commerceSubscriptionId: String @@ -750306,6 +833344,19 @@ components: value: content: Stream size: '0' + microsoft.graph.driveProtectionRule: + value: + driveExpression: String + microsoft.graph.driveProtectionUnit: + value: + directoryObjectId: String + displayName: String + email: String + microsoft.graph.driveRestoreArtifact: + value: + restoredSiteId: String + restoredSiteName: String + restoredSiteWebUrl: String microsoft.graph.eBookInstallSummary: value: failedDeviceCount: '0' @@ -750649,6 +833700,10 @@ components: recipientEmail: String microsoft.graph.employeeExperience: value: + communities: + - '@odata.type': microsoft.graph.community + engagementAsyncOperations: + - '@odata.type': microsoft.graph.engagementAsyncOperation learningCourseActivities: - '@odata.type': microsoft.graph.learningCourseActivity learningProviders: @@ -750693,6 +833748,11 @@ components: sentFrom: '@odata.type': microsoft.graph.emailIdentity subject: String + microsoft.graph.engagementAsyncOperation: + value: + operationType: + '@odata.type': microsoft.graph.engagementAsyncOperationType + resourceId: String microsoft.graph.enrollmentConfigurationAssignment: value: target: @@ -750856,6 +833916,18 @@ components: '@odata.type': microsoft.graph.timeSlot responseType: '@odata.type': microsoft.graph.responseType + microsoft.graph.exchangeProtectionPolicy: + value: + mailboxInclusionRules: + - '@odata.type': microsoft.graph.mailboxProtectionRule + mailboxProtectionUnits: + - '@odata.type': microsoft.graph.mailboxProtectionUnit + microsoft.graph.exchangeRestoreSession: + value: + granularMailboxRestoreArtifacts: + - '@odata.type': microsoft.graph.granularMailboxRestoreArtifact + mailboxRestoreArtifacts: + - '@odata.type': microsoft.graph.mailboxRestoreArtifact microsoft.graph.extension: { } microsoft.graph.extensionProperty: value: @@ -750958,6 +834030,10 @@ components: microsoft.graph.governanceInsight: value: insightCreatedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.granularMailboxRestoreArtifact: + value: + artifactCount: '0' + searchResponseId: String microsoft.graph.group: value: acceptedSenders: @@ -751844,6 +834920,18 @@ components: '@odata.type': microsoft.graph.mailDestinationRoutingReason messageUri: String recipientEmail: String + microsoft.graph.mailboxProtectionRule: + value: + mailboxExpression: String + microsoft.graph.mailboxProtectionUnit: + value: + directoryObjectId: String + displayName: String + email: String + microsoft.graph.mailboxRestoreArtifact: + value: + restoredFolderId: String + restoredFolderName: String microsoft.graph.mailFolder: value: childFolderCount: '0' @@ -752503,6 +835591,16 @@ components: value: handler: '@odata.type': microsoft.graph.onAuthenticationMethodLoadStartHandler + microsoft.graph.oneDriveForBusinessProtectionPolicy: + value: + driveInclusionRules: + - '@odata.type': microsoft.graph.driveProtectionRule + driveProtectionUnits: + - '@odata.type': microsoft.graph.driveProtectionUnit + microsoft.graph.oneDriveForBusinessRestoreSession: + value: + driveRestoreArtifacts: + - '@odata.type': microsoft.graph.driveRestoreArtifact microsoft.graph.onenote: value: notebooks: @@ -753438,6 +836536,45 @@ components: microsoft.graph.pronounsSettings: value: isEnabledInOrganization: 'true' + microsoft.graph.protectionPolicyBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + displayName: String + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + retentionSettings: + - '@odata.type': microsoft.graph.retentionSetting + status: + '@odata.type': microsoft.graph.protectionPolicyStatus + microsoft.graph.protectionRuleBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + isAutoApplyEnabled: 'true' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.protectionRuleStatus + microsoft.graph.protectionUnitBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + policyId: String + status: + '@odata.type': microsoft.graph.protectionUnitStatus microsoft.graph.provisioningObjectSummary: value: activityDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -753560,6 +836697,39 @@ components: permission: String permissionType: String resourceAppId: String + microsoft.graph.restoreArtifactBase: + value: + completionDateTime: '0001-01-01T00:00:00.0000000+00:00' + destinationType: + '@odata.type': microsoft.graph.destinationType + error: + '@odata.type': microsoft.graph.publicError + restorePoint: + '@odata.type': microsoft.graph.restorePoint + startDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.artifactRestoreStatus + microsoft.graph.restorePoint: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + protectionDateTime: '0001-01-01T00:00:00.0000000+00:00' + protectionUnit: + '@odata.type': microsoft.graph.protectionUnitBase + tags: + '@odata.type': microsoft.graph.restorePointTags + microsoft.graph.restoreSessionBase: + value: + completedDateTime: '0001-01-01T00:00:00.0000000+00:00' + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.restoreSessionStatus microsoft.graph.richLongRunningOperation: value: error: @@ -753876,6 +837046,17 @@ components: lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' startDateTime: '0001-01-01T00:00:00.0000000+00:00' title: String + microsoft.graph.serviceApp: + value: + application: + '@odata.type': microsoft.graph.identity + effectiveDateTime: '0001-01-01T00:00:00.0000000+00:00' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + registrationDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.serviceAppStatus microsoft.graph.serviceHealth: value: issues: @@ -754104,6 +837285,16 @@ components: value: settings: '@odata.type': microsoft.graph.sharepointSettings + microsoft.graph.sharePointProtectionPolicy: + value: + siteInclusionRules: + - '@odata.type': microsoft.graph.siteProtectionRule + siteProtectionUnits: + - '@odata.type': microsoft.graph.siteProtectionUnit + microsoft.graph.sharePointRestoreSession: + value: + siteRestoreArtifacts: + - '@odata.type': microsoft.graph.siteRestoreArtifact microsoft.graph.sharepointSettings: value: allowedDomainGuidsForSyncApp: @@ -754316,6 +837507,19 @@ components: '@odata.type': microsoft.graph.titleArea webParts: - '@odata.type': microsoft.graph.webPart + microsoft.graph.siteProtectionRule: + value: + siteExpression: String + microsoft.graph.siteProtectionUnit: + value: + siteId: String + siteName: String + siteWebUrl: String + microsoft.graph.siteRestoreArtifact: + value: + restoredSiteId: String + restoredSiteName: String + restoredSiteWebUrl: String microsoft.graph.skypeForBusinessUserConversationMember: value: tenantId: String @@ -754361,6 +837565,8 @@ components: unknownUserCount: '0' microsoft.graph.solutionsRoot: value: + backupRestore: + '@odata.type': microsoft.graph.backupRestoreRoot bookingBusinesses: - '@odata.type': microsoft.graph.bookingBusiness bookingCurrencies: @@ -755750,6 +838956,8 @@ components: - '@odata.type': microsoft.graph.virtualEventPresenter sessions: - '@odata.type': microsoft.graph.virtualEventSession + settings: + '@odata.type': microsoft.graph.virtualEventSettings startDateTime: '@odata.type': microsoft.graph.dateTimeTimeZone status: @@ -757403,6 +840611,11 @@ components: printerName: String processingState: '@odata.type': microsoft.graph.printJobProcessingState + microsoft.graph.artifactQuery: + value: + artifactType: + '@odata.type': microsoft.graph.restorableArtifact + queryExpression: String microsoft.graph.assignedLabel: value: displayName: String @@ -761014,6 +844227,18 @@ components: '@odata.type': microsoft.graph.responseType time: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.restoreAction: { } + microsoft.graph.restorePointSearchResponse: + value: + noResultProtectionUnitIds: + - String + searchResponseId: String + searchResults: + - '@odata.type': microsoft.graph.restorePointSearchResult + microsoft.graph.restorePointSearchResult: + value: + artifactHitCount: '0' + restorePoint: + '@odata.type': microsoft.graph.restorePoint microsoft.graph.resultInfo: value: code: '0' @@ -761036,6 +844261,10 @@ components: isLabelUpdateAllowed: 'true' isMetadataUpdateAllowed: 'true' isRecordLocked: 'true' + microsoft.graph.retentionSetting: + value: + interval: String + period: Duration microsoft.graph.rgbColor: value: b: AA== @@ -761300,6 +844529,19 @@ components: microsoft.graph.serviceProvisioningXmlError: value: errorDetail: String + microsoft.graph.serviceStatus: + value: + backupServiceConsumer: + '@odata.type': microsoft.graph.backupServiceConsumer + disableReason: + '@odata.type': microsoft.graph.disableReason + gracePeriodDateTime: '0001-01-01T00:00:00.0000000+00:00' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + restoreAllowedTillDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.backupServiceStatus microsoft.graph.serviceUpdateMessageViewpoint: value: isArchived: 'true' @@ -761954,6 +845196,10 @@ components: microsoft.graph.timeOffItem: value: timeOffReasonId: String + microsoft.graph.timePeriod: + value: + endDateTime: '0001-01-01T00:00:00.0000000+00:00' + startDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.timeRange: value: endTime: TimeOfDay (timestamp) @@ -762296,6 +845542,9 @@ components: - String questionId: String value: String + microsoft.graph.virtualEventSettings: + value: + isAttendeeEmailNotificationEnabled: 'true' microsoft.graph.visualInfo: value: attribution: @@ -763070,6 +846319,7 @@ components: lastModifiedBy: '@odata.type': microsoft.graph.user lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.identityGovernance.insights: { } microsoft.graph.identityGovernance.lifecycleManagementSettings: value: emailSettings: @@ -763081,6 +846331,8 @@ components: - '@odata.type': microsoft.graph.identityGovernance.customTaskExtension deletedItems: '@odata.type': microsoft.graph.deletedItemContainer + insights: + '@odata.type': microsoft.graph.identityGovernance.insights settings: '@odata.type': microsoft.graph.identityGovernance.lifecycleManagementSettings taskDefinitions: @@ -763227,6 +846479,10 @@ components: microsoft.graph.identityGovernance.workflowVersion: value: versionNumber: '0' + microsoft.graph.identityGovernance.attributeChangeTrigger: + value: + triggerAttributes: + - '@odata.type': microsoft.graph.identityGovernance.triggerAttribute microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration: value: authorizedApps: @@ -763245,6 +846501,14 @@ components: '@odata.type': microsoft.graph.identityGovernance.taskProcessingResult workflow: '@odata.type': microsoft.graph.identityGovernance.workflow + microsoft.graph.identityGovernance.groupBasedSubjectSet: + value: + groups: + - '@odata.type': microsoft.graph.group + microsoft.graph.identityGovernance.membershipChangeTrigger: + value: + changeType: + '@odata.type': microsoft.graph.identityGovernance.membershipChangeType microsoft.graph.identityGovernance.onDemandExecutionOnly: { } microsoft.graph.identityGovernance.parameter: value: @@ -763275,12 +846539,38 @@ components: offsetInDays: '0' timeBasedAttribute: '@odata.type': microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute + microsoft.graph.identityGovernance.topTasksInsightsSummary: + value: + failedTasks: '0' + failedUsers: '0' + successfulTasks: '0' + successfulUsers: '0' + taskDefinitionDisplayName: String + taskDefinitionId: String + totalTasks: '0' + totalUsers: '0' + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + value: + failedRuns: '0' + failedUsers: '0' + successfulRuns: '0' + successfulUsers: '0' + totalRuns: '0' + totalUsers: '0' + workflowCategory: + '@odata.type': microsoft.graph.identityGovernance.lifecycleWorkflowCategory + workflowDisplayName: String + workflowId: String + workflowVersion: '0' microsoft.graph.identityGovernance.triggerAndScopeBasedConditions: value: scope: '@odata.type': microsoft.graph.subjectSet trigger: '@odata.type': microsoft.graph.identityGovernance.workflowExecutionTrigger + microsoft.graph.identityGovernance.triggerAttribute: + value: + name: String microsoft.graph.identityGovernance.usersProcessingSummary: value: failedTasks: '0' @@ -763297,6 +846587,28 @@ components: totalUsers: '0' microsoft.graph.identityGovernance.workflowExecutionConditions: { } microsoft.graph.identityGovernance.workflowExecutionTrigger: { } + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + value: + failedJoinerRuns: '0' + failedLeaverRuns: '0' + failedMoverRuns: '0' + successfulJoinerRuns: '0' + successfulLeaverRuns: '0' + successfulMoverRuns: '0' + totalJoinerRuns: '0' + totalLeaverRuns: '0' + totalMoverRuns: '0' + microsoft.graph.identityGovernance.workflowsInsightsSummary: + value: + failedRuns: '0' + failedTasks: '0' + failedUsers: '0' + successfulRuns: '0' + successfulTasks: '0' + successfulUsers: '0' + totalRuns: '0' + totalTasks: '0' + totalUsers: '0' microsoft.graph.partners.billing.azureUsage: value: billed: @@ -765057,6 +848369,8 @@ tags: x-ms-docs-toc-type: page - name: admin.peopleAdminSettings x-ms-docs-toc-type: page + - name: admin.adminReportSettings + x-ms-docs-toc-type: page - name: admin.serviceAnnouncement x-ms-docs-toc-type: page - name: admin.Functions @@ -765431,6 +848745,10 @@ tags: x-ms-docs-toc-type: page - name: employeeExperience.employeeExperience x-ms-docs-toc-type: page + - name: employeeExperience.community + x-ms-docs-toc-type: page + - name: employeeExperience.engagementAsyncOperation + x-ms-docs-toc-type: page - name: employeeExperience.learningCourseActivity x-ms-docs-toc-type: page - name: employeeExperience.learningProvider @@ -765903,10 +849221,12 @@ tags: x-ms-docs-toc-type: page - name: solutions.solutionsRoot x-ms-docs-toc-type: page - - name: solutions.bookingBusiness + - name: solutions.backupRestoreRoot x-ms-docs-toc-type: page - name: solutions.Actions x-ms-docs-toc-type: container + - name: solutions.bookingBusiness + x-ms-docs-toc-type: page - name: solutions.bookingCurrency x-ms-docs-toc-type: page - name: solutions.virtualEventsRoot diff --git a/openapi/v1.0/powershell.yaml b/openapi/v1.0/powershell.yaml index 2289716b..afd0beba 100644 --- a/openapi/v1.0/powershell.yaml +++ b/openapi/v1.0/powershell.yaml @@ -1430,6 +1430,87 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /admin/reportSettings: + description: Provides operations to manage the reportSettings property of the microsoft.graph.admin entity. + get: + tags: + - admin.adminReportSettings + summary: Get adminReportSettings + description: Get the tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0 + operationId: admin.GetReportSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.adminReportSettings + summary: Update adminReportSettings + description: Update tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0 + operationId: admin.UpdateReportSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.adminReportSettings + summary: Delete navigation property reportSettings for admin + operationId: admin.DeleteReportSettings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /admin/serviceAnnouncement: description: Provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity. get: @@ -6873,8 +6954,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -7222,8 +7303,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -12818,11 +12899,11 @@ paths: get: tags: - chats.conversationMember - summary: Get conversationMember - description: Retrieve a conversationMember from a chat or channel. + summary: Get conversationMember in a chat + description: Retrieve a conversationMember from a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 operationId: chats.GetMembers parameters: - name: chat-id @@ -16905,7 +16986,7 @@ paths: tags: - communications.call summary: Create call - description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.' + description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0 @@ -17517,7 +17598,7 @@ paths: tags: - communications.Actions summary: Invoke action answer - description: 'Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.' + description: 'Enable a bot to answer an incoming call. The incoming call request can be an invitation from a participant in a group call or a peer-to-peer call. If an invitation to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0 @@ -18736,10 +18817,10 @@ paths: tags: - communications.Actions summary: Invoke action invite - description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. ' + description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0 operationId: communications.calls.call.participants.invite parameters: - name: call-id @@ -19970,6 +20051,83 @@ paths: description: Success default: $ref: '#/components/responses/error' + '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communications.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -20373,6 +20531,83 @@ paths: description: Success default: $ref: '#/components/responses/error' + '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communications.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' /communications/onlineMeetings/microsoft.graph.createOrGet: description: Provides operations to call the createOrGet method. post: @@ -20430,6 +20665,180 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/communications/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - communications.Functions + summary: Invoke function getAllRecordings + operationId: communications.onlineMeetings.getAllRecordings + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/communications/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - communications.Functions + summary: Invoke function getAllTranscripts + operationId: communications.onlineMeetings.getAllTranscripts + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore /communications/presences: description: Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity. get: @@ -25025,7 +25434,7 @@ paths: description: Read properties and relationships of the deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement parameters: - name: $select @@ -25065,7 +25474,7 @@ paths: description: Update the properties of a deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.UpdateDeviceAppManagement requestBody: description: New property values @@ -27022,11 +27431,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: List managedAppProtections - description: List properties and relationships of the managedAppProtection objects. + summary: List managedAppPolicies + description: List properties and relationships of the managedAppPolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppPolicies parameters: - $ref: '#/components/parameters/top' @@ -27100,11 +27509,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: Get targetedManagedAppProtection - description: Read properties and relationships of the targetedManagedAppProtection object. + summary: Get managedAppPolicy + description: Read properties and relationships of the managedAppPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetManagedAppPolicies parameters: - name: managedAppPolicy-id @@ -27203,7 +27612,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppPolicies.managedAppPolicy.targetApps parameters: - name: managedAppPolicy-id @@ -27240,11 +27649,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: List androidManagedAppRegistrations - description: List properties and relationships of the androidManagedAppRegistration objects. + summary: List managedAppRegistrations + description: List properties and relationships of the managedAppRegistration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppRegistrations parameters: - $ref: '#/components/parameters/top' @@ -27632,7 +28041,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.appliedPolicies.managedAppPolicy.targetApps parameters: - name: managedAppRegistration-id @@ -27887,7 +28296,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.intendedPolicies.managedAppPolicy.targetApps parameters: - name: managedAppRegistration-id @@ -28372,11 +28781,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: List iosVppEBooks - description: List properties and relationships of the iosVppEBook objects. + summary: List managedEBooks + description: List properties and relationships of the managedEBook objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedEBooks parameters: - $ref: '#/components/parameters/top' @@ -28622,11 +29031,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create iosVppEBookAssignment - description: Create a new iosVppEBookAssignment object. + summary: Create managedEBookAssignment + description: Create a new managedEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.CreateAssignments parameters: - name: managedEBook-id @@ -28658,11 +29067,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get managedEBookAssignment - description: Read properties and relationships of the managedEBookAssignment object. + summary: Get iosVppEBookAssignment + description: Read properties and relationships of the iosVppEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.GetAssignments parameters: - name: managedEBook-id @@ -30650,11 +31059,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: List managedDeviceMobileAppConfigurations - description: List properties and relationships of the managedDeviceMobileAppConfiguration objects. + summary: List iosMobileAppConfigurations + description: List properties and relationships of the iosMobileAppConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileAppConfigurations parameters: - $ref: '#/components/parameters/top' @@ -30732,11 +31141,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get iosMobileAppConfiguration - description: Read properties and relationships of the iosMobileAppConfiguration object. + summary: Get managedDeviceMobileAppConfiguration + description: Read properties and relationships of the managedDeviceMobileAppConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileAppConfigurations parameters: - name: managedDeviceMobileAppConfiguration-id @@ -31761,11 +32170,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: List managedApps - description: List properties and relationships of the managedApp objects. + summary: List windowsUniversalAppXs + description: List properties and relationships of the windowsUniversalAppX objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedapp-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileApps parameters: - $ref: '#/components/parameters/top' @@ -31815,11 +32224,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create managedAndroidLobApp - description: Create a new managedAndroidLobApp object. + summary: Create androidStoreApp + description: Create a new androidStoreApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateMobileApps requestBody: description: New navigation property @@ -31843,11 +32252,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get managedMobileLobApp - description: Read properties and relationships of the managedMobileLobApp object. + summary: Get managedAndroidLobApp + description: Read properties and relationships of the managedAndroidLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedmobilelobapp-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileApps parameters: - name: mobileApp-id @@ -31890,11 +32299,11 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update webApp - description: Update the properties of a webApp object. + summary: Update iosLobApp + description: Update the properties of a iosLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-webapp-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateMobileApps parameters: - name: mobileApp-id @@ -31920,11 +32329,11 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete win32LobApp - description: Deletes a win32LobApp. + summary: Delete windowsAppX + description: Deletes a windowsAppX. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteMobileApps parameters: - name: mobileApp-id @@ -51587,7 +51996,7 @@ paths: description: Read properties and relationships of the deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.GetDeviceManagement parameters: - name: $select @@ -51627,7 +52036,7 @@ paths: description: Update the properties of a deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.UpdateDeviceManagement requestBody: description: New property values @@ -52786,11 +53195,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: List deviceCompliancePolicies - description: List properties and relationships of the deviceCompliancePolicy objects. + summary: List androidCompliancePolicies + description: List properties and relationships of the androidCompliancePolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceCompliancePolicies parameters: - $ref: '#/components/parameters/top' @@ -52868,11 +53277,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get deviceCompliancePolicy - description: Read properties and relationships of the deviceCompliancePolicy object. + summary: Get windows10CompliancePolicy + description: Read properties and relationships of the windows10CompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -52915,11 +53324,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update windows81CompliancePolicy - description: Update the properties of a windows81CompliancePolicy object. + summary: Update macOSCompliancePolicy + description: Update the properties of a macOSCompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -52945,11 +53354,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete macOSCompliancePolicy - description: Deletes a macOSCompliancePolicy. + summary: Delete androidWorkProfileCompliancePolicy + description: Deletes a androidWorkProfileCompliancePolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -55219,11 +55628,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: List androidWorkProfileGeneralDeviceConfigurations - description: List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. + summary: List windowsDefenderAdvancedThreatProtectionConfigurations + description: List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceConfigurations parameters: - $ref: '#/components/parameters/top' @@ -55273,11 +55682,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create androidGeneralDeviceConfiguration - description: Create a new androidGeneralDeviceConfiguration object. + summary: Create windowsUpdateForBusinessConfiguration + description: Create a new windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDeviceConfigurations requestBody: description: New navigation property @@ -55301,11 +55710,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get iosCertificateProfile - description: Read properties and relationships of the iosCertificateProfile object. + summary: Get sharedPCConfiguration + description: Read properties and relationships of the sharedPCConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscertificateprofile-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -55348,11 +55757,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update iosUpdateConfiguration - description: Update the properties of a iosUpdateConfiguration object. + summary: Update windowsUpdateForBusinessConfiguration + description: Update the properties of a windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -55378,11 +55787,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete windows81GeneralConfiguration - description: Deletes a windows81GeneralConfiguration. + summary: Delete iosUpdateConfiguration + description: Deletes a iosUpdateConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81generalconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -56608,11 +57017,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: List deviceEnrollmentWindowsHelloForBusinessConfigurations - description: List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + summary: List deviceEnrollmentPlatformRestrictionsConfigurations + description: List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceEnrollmentConfigurations parameters: - $ref: '#/components/parameters/top' @@ -56690,11 +57099,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentPlatformRestrictionsConfiguration - description: Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. + summary: Get deviceEnrollmentWindowsHelloForBusinessConfiguration + description: Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceEnrollmentConfigurations parameters: - name: deviceEnrollmentConfiguration-id @@ -56767,11 +57176,11 @@ paths: delete: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Delete deviceEnrollmentLimitConfiguration - description: Deletes a deviceEnrollmentLimitConfiguration. + summary: Delete deviceEnrollmentPlatformRestrictionsConfiguration + description: Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceEnrollmentConfigurations parameters: - name: deviceEnrollmentConfiguration-id @@ -63313,11 +63722,11 @@ paths: get: tags: - deviceManagement.roleDefinition - summary: Get roleDefinition - description: Read properties and relationships of the roleDefinition object. + summary: Get deviceAndAppManagementRoleDefinition + description: Read properties and relationships of the deviceAndAppManagementRoleDefinition object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0 operationId: deviceManagement.GetRoleDefinitions parameters: - name: roleDefinition-id @@ -131836,6 +132245,734 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /employeeExperience/communities: + description: Provides operations to manage the communities property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.community + summary: List communities + description: Get a list of the Viva Engage community objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/employeeexperience-list-communities?view=graph-rest-1.0 + operationId: employeeExperience.ListCommunities + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.communityCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - employeeExperience.community + summary: Create community + description: Create a new community in Viva Engage. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/employeeexperience-post-communities?view=graph-rest-1.0 + operationId: employeeExperience.CreateCommunities + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}': + description: Provides operations to manage the communities property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.community + summary: Get community + description: Read the properties and relationships of a community object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-get?view=graph-rest-1.0 + operationId: employeeExperience.GetCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - employeeExperience.community + summary: Update community + description: Update the properties of an existing Viva Engage community. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-update?view=graph-rest-1.0 + operationId: employeeExperience.UpdateCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - employeeExperience.community + summary: Delete community + description: 'Delete a Viva Engage community along with all associated Microsoft 365 content, including the connected Microsoft 365 group, OneNote notebook, and Planner plans. For more information, see What happens if I delete a Viva Engage community connected to Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-delete?view=graph-rest-1.0 + operationId: employeeExperience.DeleteCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/group': + description: Provides operations to manage the group property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get group from employeeExperience + description: The Microsoft 365 group that manages the membership of this community. + operationId: employeeExperience.communities.GetGroup + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.group' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/group/serviceProvisioningErrors': + get: + tags: + - employeeExperience.community + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: employeeExperience.communities.group.ListServiceProvisioningErrors + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/employeeExperience/communities/{community-id}/owners': + description: Provides operations to manage the owners property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get owners from employeeExperience + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + operationId: employeeExperience.communities.ListOwners + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.userCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/owners/{user-id}': + description: Provides operations to manage the owners property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get owners from employeeExperience + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + operationId: employeeExperience.communities.GetOwners + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/owners/{user-id}/mailboxSettings': + get: + tags: + - employeeExperience.community + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: employeeExperience.communities.owners.GetMailboxSettings + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + patch: + tags: + - employeeExperience.community + summary: Update property mailboxSettings value. + operationId: employeeExperience.communities.owners.UpdateMailboxSettings + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + '/employeeExperience/communities/{community-id}/owners/{user-id}/serviceProvisioningErrors': + get: + tags: + - employeeExperience.community + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: employeeExperience.communities.owners.ListServiceProvisioningErrors + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /employeeExperience/engagementAsyncOperations: + description: Provides operations to manage the engagementAsyncOperations property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.engagementAsyncOperation + summary: Get engagementAsyncOperation + description: Get an engagementAsyncOperation to track a long-running operation request. + operationId: employeeExperience.ListEngagementAsyncOperations + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.engagementAsyncOperationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - employeeExperience.engagementAsyncOperation + summary: Create new navigation property to engagementAsyncOperations for employeeExperience + operationId: employeeExperience.CreateEngagementAsyncOperations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/engagementAsyncOperations/{engagementAsyncOperation-id}': + description: Provides operations to manage the engagementAsyncOperations property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.engagementAsyncOperation + summary: Get engagementAsyncOperation + description: Get an engagementAsyncOperation to track a long-running operation request. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/engagementasyncoperation-get?view=graph-rest-1.0 + operationId: employeeExperience.GetEngagementAsyncOperations + parameters: + - name: engagementAsyncOperation-id + in: path + description: The unique identifier of engagementAsyncOperation + required: true + schema: + type: string + x-ms-docs-key-type: engagementAsyncOperation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - employeeExperience.engagementAsyncOperation + summary: Update the navigation property engagementAsyncOperations in employeeExperience + operationId: employeeExperience.UpdateEngagementAsyncOperations + parameters: + - name: engagementAsyncOperation-id + in: path + description: The unique identifier of engagementAsyncOperation + required: true + schema: + type: string + x-ms-docs-key-type: engagementAsyncOperation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - employeeExperience.engagementAsyncOperation + summary: Delete navigation property engagementAsyncOperations for employeeExperience + operationId: employeeExperience.DeleteEngagementAsyncOperations + parameters: + - name: engagementAsyncOperation-id + in: path + description: The unique identifier of engagementAsyncOperation + required: true + schema: + type: string + x-ms-docs-key-type: engagementAsyncOperation + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /employeeExperience/learningCourseActivities: description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. get: @@ -144249,7 +145386,7 @@ paths: description: Delete conversation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0 operationId: groups.DeleteConversations parameters: - name: group-id @@ -144532,10 +145669,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.conversations.conversation.threads.conversationThread.reply parameters: - name: group-id @@ -260817,11 +261954,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversationThread + summary: Delete conversation thread description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 operationId: groups.DeleteThreads parameters: - name: group-id @@ -260855,10 +261992,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.threads.conversationThread.reply parameters: - name: group-id @@ -260902,11 +262039,11 @@ paths: get: tags: - groups.conversationThread - summary: Get post - description: "Get the properties and relationships of a post in a specified thread. You can specify both the parent \nconversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance." + summary: List posts + description: "Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,\nyou can specify the thread without referencing the parent conversation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0 operationId: groups.threads.ListPosts parameters: - name: group-id @@ -266413,7 +267550,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Add attribute (to user flow) - description: 'Add an attribute to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. Prerequisite: PATCH the user flow with the updated onAttributeCollection event that includes the new attribute.' + description: 'Add an attribute to an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. The attribute is added to both the attributeCollection> attributes and attributeCollection> attributeCollectionPage > views collections on the user flow. In the views collection, the attribute is assigned the default settings. You can PATCH the user flow to customize the settings of the attribute on the views object, for example, marking it as required or updating the allowed input types.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0 @@ -270050,11 +271187,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get countryNamedLocation - description: Retrieve the properties and relationships of a countryNamedLocation object. + summary: Get namedLocation + description: Retrieve the properties and relationships of a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0 operationId: identity.conditionalAccess.GetNamedLocations parameters: - name: namedLocation-id @@ -270097,11 +271234,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update countryNamedLocation - description: Update the properties of a countryNamedLocation object. + summary: Update ipNamedlocation + description: Update the properties of an ipNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0 operationId: identity.conditionalAccess.UpdateNamedLocations parameters: - name: namedLocation-id @@ -270127,11 +271264,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete countryNamedLocation - description: Delete a countryNamedLocation object. + summary: Delete namedLocation + description: Delete a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess.DeleteNamedLocations parameters: - name: namedLocation-id @@ -276193,11 +277330,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackage - description: Retrieve the properties and relationships of an accessPackage object. + summary: List resourceRoleScopes + description: Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetAccessPackages parameters: - name: accessPackage-id @@ -282231,7 +283368,7 @@ paths: tags: - identityGovernance.Actions summary: Invoke action resume - description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' + description: 'Resume a user''s access package request after waiting for a callback from a custom extension. In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It''s performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0 @@ -283405,11 +284542,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentRequestWorkflowExtension - description: Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + summary: Get accessPackageAssignmentWorkflowExtension + description: Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.GetCustomWorkflowExtensions parameters: - name: accessPackageCatalog-id @@ -283496,11 +284633,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete accessPackageAssignmentWorkflowExtension - description: 'Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' + summary: Delete accessPackageAssignmentRequestWorkflowExtension + description: 'Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.DeleteCustomWorkflowExtensions parameters: - name: accessPackageCatalog-id @@ -313331,17 +314468,14 @@ paths: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - /identityGovernance/lifecycleWorkflows/settings: - description: Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + /identityGovernance/lifecycleWorkflows/insights: + description: Provides operations to manage the insights property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get lifecycleManagementSettings - description: Read the properties and relationships of a lifecycleManagementSettings object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.GetSettings + summary: Get insights from identityGovernance + description: The insight container holding workflow insight summaries for a tenant. + operationId: identityGovernance.lifecycleWorkflows.GetInsights parameters: - name: $select in: query @@ -313369,25 +314503,21 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Update lifecycleManagementSettings - description: Update the properties of a lifecycleManagementSettings object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.UpdateSettings + summary: Update the navigation property insights in identityGovernance + operationId: identityGovernance.lifecycleWorkflows.UpdateInsights requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' required: true responses: '204': @@ -313395,138 +314525,409 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /identityGovernance/lifecycleWorkflows/taskDefinitions: - description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. - get: + delete: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskDefinitions - description: Get a list of the taskDefinition objects and their properties. + summary: Delete navigation property insights for identityGovernance + operationId: identityGovernance.lifecycleWorkflows.DeleteInsights + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the topTasksProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function topTasksProcessedSummary + description: 'Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.ListTaskDefinitions + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.topTasksProcessedSummary parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + responses: + '200': + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topTasksInsightsSummary' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the topWorkflowsProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function topWorkflowsProcessedSummary + description: 'Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.topWorkflowsProcessedSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true schema: - uniqueItems: true - type: array - items: - type: string + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' responses: '200': - $ref: '#/components/responses/microsoft.graph.identityGovernance.taskDefinitionCollectionResponse' + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topWorkflowsInsightsSummary' + '@odata.nextLink': + type: string + nullable: true default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - '/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}': - description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the workflowsProcessedByCategory method. get: tags: - - identityGovernance.lifecycleWorkflowsContainer - summary: Get taskDefinition - description: Read the details of a built-in workflow task. + - identityGovernance.Functions + summary: Invoke function workflowsProcessedByCategory + description: 'Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.GetTaskDefinitions + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.workflowsProcessedByCategory parameters: - - name: taskDefinition-id + - name: startDateTime in: path - description: The unique identifier of taskDefinition + description: 'Usage: startDateTime={startDateTime}' required: true schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - x-ms-docs-key-type: taskDefinition - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsByCategory' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the workflowsProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function workflowsProcessedSummary + description: 'Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.workflowsProcessedSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true schema: - uniqueItems: true - type: array - items: - type: string + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time responses: '200': - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsSummary' + - type: object + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /identityGovernance/lifecycleWorkflows/workflows: - description: Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + x-ms-docs-operation-type: function + /identityGovernance/lifecycleWorkflows/settings: + description: Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List workflows - description: Get a list of workflow resources that are associated with lifecycle workflows. + summary: Get lifecycleManagementSettings + description: Read the properties and relationships of a lifecycleManagementSettings object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.ListWorkflows + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.GetSettings parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Update lifecycleManagementSettings + description: Update the properties of a lifecycleManagementSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.UpdateSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /identityGovernance/lifecycleWorkflows/taskDefinitions: + description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: List taskDefinitions + description: Get a list of the taskDefinition objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.ListTaskDefinitions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.identityGovernance.taskDefinitionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}': + description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get taskDefinition + description: Read the details of a built-in workflow task. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.GetTaskDefinitions + parameters: + - name: taskDefinition-id + in: path + description: The unique identifier of taskDefinition + required: true + schema: + type: string + x-ms-docs-key-type: taskDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /identityGovernance/lifecycleWorkflows/workflows: + description: Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: List workflows + description: Get a list of workflow resources that are associated with lifecycle workflows. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.ListWorkflows + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -328556,11 +329957,11 @@ paths: patch: tags: - me.userActivity - summary: Create or replace an activityHistoryItem - description: Create a new or replace an existing history item for an existing user activity. + summary: Delete an activityHistoryItem + description: Delete an existing history item for an existing user activity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 operationId: me.activities.UpdateHistoryItems parameters: - name: userActivity-id @@ -333061,6 +334462,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/calendarView/{event-id}/microsoft.graph.accept': @@ -333566,6 +334969,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/calendar/events: @@ -335679,6 +337084,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/events/{event-id}/microsoft.graph.accept': @@ -336184,6 +337591,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -339480,6 +340889,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': @@ -340097,6 +341508,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events': @@ -342726,6 +344139,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': @@ -343343,6 +344758,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -346170,6 +347587,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': @@ -346731,6 +348150,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/events': @@ -349105,6 +350526,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': @@ -349666,6 +351089,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -351847,6 +353272,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarView/{event-id}/microsoft.graph.accept': @@ -352352,6 +353779,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/chats: @@ -354993,6 +356422,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/chats/{chat-id}/messages/microsoft.graph.delta()': @@ -355112,6 +356543,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/chats/{chat-id}/microsoft.graph.hideForUser': @@ -357732,6 +359165,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()': @@ -357851,6 +359286,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/contactFolders/{contactFolder-id}/contacts': @@ -358623,6 +360060,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/contactFolders/microsoft.graph.delta(): @@ -358735,6 +360174,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/contacts: @@ -359401,6 +360842,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/createdObjects: @@ -365446,6 +366889,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')': @@ -365575,6 +367020,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels': @@ -372054,6 +373501,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')': @@ -372176,6 +373625,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/list/lastModifiedByUser': @@ -376787,6 +378238,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')': @@ -376909,6 +378362,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels': @@ -381272,6 +382727,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/events/{event-id}/microsoft.graph.accept': @@ -381777,6 +383234,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/extensions: @@ -386119,6 +387578,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()': @@ -386245,6 +387706,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.archive': @@ -391277,6 +392740,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()': @@ -391396,6 +392861,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/primaryChannel/microsoft.graph.archive': @@ -395244,11 +396711,11 @@ paths: patch: tags: - me.mailFolder - summary: Update mailSearchFolder - description: Update the writable properties of a mailSearchFolder object. + summary: Update mailfolder + description: Update the properties of mailfolder object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailsearchfolder-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0 operationId: me.UpdateMailFolders parameters: - name: mailFolder-id @@ -397419,6 +398886,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.copy': @@ -397648,6 +399117,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/messageRules': @@ -399343,6 +400814,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/microsoft.graph.copy': @@ -399551,6 +401024,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/managedAppRegistrations: @@ -402093,11 +403568,11 @@ paths: get: tags: - me.message - summary: Get eventMessage - description: 'Get the properties and relationships of the eventMessage object. Apply the $expand parameter on the event navigation property to get the associated event in an attendee''s calendar. Currently, this operation returns event message bodies in only HTML format.' + summary: Get open extension + description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: me.GetMessages parameters: - name: message-id @@ -402292,10 +403767,10 @@ paths: tags: - me.message summary: List attachments - description: Retrieve a list of attachment objects. + description: Retrieve a list of attachment objects attached to a message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 operationId: me.messages.ListAttachments parameters: - name: message-id @@ -403312,6 +404787,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/microsoft.graph.assignLicense: @@ -403339,7 +404816,7 @@ paths: tags: - me.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 @@ -411876,6 +413353,123 @@ paths: description: Success default: $ref: '#/components/responses/error' + '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.Functions + summary: Invoke function delta + operationId: me.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/calendarView/microsoft.graph.delta() + - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/events/microsoft.graph.delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendarView/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - /me/contactFolders/microsoft.graph.delta() + - /me/contacts/microsoft.graph.delta() + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/root/microsoft.graph.delta()' + - '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/me/events/{event-id}/instances/microsoft.graph.delta()' + - /me/events/microsoft.graph.delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - /me/mailFolders/microsoft.graph.delta() + - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - /me/todo/lists/microsoft.graph.delta() '/me/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -412282,6 +413876,123 @@ paths: description: Success default: $ref: '#/components/responses/error' + '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.Functions + summary: Invoke function delta + operationId: me.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/calendarView/microsoft.graph.delta() + - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/events/microsoft.graph.delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendarView/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - /me/contactFolders/microsoft.graph.delta() + - /me/contacts/microsoft.graph.delta() + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/root/microsoft.graph.delta()' + - '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/me/events/{event-id}/instances/microsoft.graph.delta()' + - /me/events/microsoft.graph.delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - /me/mailFolders/microsoft.graph.delta() + - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - /me/todo/lists/microsoft.graph.delta() /me/onlineMeetings/microsoft.graph.createOrGet: description: Provides operations to call the createOrGet method. post: @@ -412339,6 +414050,180 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/me/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - me.Functions + summary: Invoke function getAllRecordings + operationId: me.onlineMeetings.getAllRecordings + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/me/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - me.Functions + summary: Invoke function getAllTranscripts + operationId: me.onlineMeetings.getAllTranscripts + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore /me/outlook: description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: @@ -421807,6 +423692,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/todo/lists/microsoft.graph.delta(): description: Provides operations to call the delta method. @@ -421919,6 +423806,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' /me/transitiveMemberOf: description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.user entity. @@ -422643,10 +424532,10 @@ paths: tags: - organization.organization summary: List organizations - description: Retrieve a list of organization objects. There's only one organization object in the collection. + description: List properties and relationships of the organization objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0 operationId: organization.organization.ListOrganization parameters: - $ref: '#/components/parameters/top' @@ -422721,10 +424610,10 @@ paths: tags: - organization.organization summary: Get organization - description: Read properties and relationships of the organization object. + description: 'Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0 operationId: organization.organization.GetOrganization parameters: - name: organization-id @@ -423926,11 +425815,11 @@ paths: get: tags: - organization.organizationalBranding - summary: Get organizationalBrandingLocalization - description: 'Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.' + summary: Get organizationalBranding + description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization.branding.GetLocalizationsBannerLogo parameters: - name: organization-id @@ -480689,468 +482578,462 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. + summary: Get owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' + operationId: servicePrincipals.ListOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref': + description: Provides operations to manage the collection of servicePrincipal entities. + delete: + tags: + - servicePrincipals.directoryObject + summary: Remove service principal owner + description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 - operationId: servicePrincipals.ListOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref': - description: Provides operations to manage the collection of servicePrincipal entities. - delete: - tags: - - servicePrincipals.directoryObject - summary: Remove service principal owner - description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 - operationId: servicePrincipals.owners.DeleteRefDirectoryObject - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.appRoleAssignment': - description: Casts the previous resource to appRoleAssignment. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment - operationId: servicePrincipals.GetOwners.AsAppRoleAssignment - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.endpoint': - description: Casts the previous resource to endpoint. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint - operationId: servicePrincipals.GetOwners.AsEndpoint - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.endpoint' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.servicePrincipal': - description: Casts the previous resource to servicePrincipal. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal - operationId: servicePrincipals.GetOwners.AsServicePrincipal - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.user': - description: Casts the previous resource to user. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user - operationId: servicePrincipals.GetOwners.AsUser - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/$ref': - description: Provides operations to manage the collection of servicePrincipal entities. - get: - tags: - - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 - operationId: servicePrincipals.ListRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - $ref: '#/components/responses/StringCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - servicePrincipals.directoryObject - summary: 'servicePrincipal: Add owner' - description: 'Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0 - operationId: servicePrincipals.CreateRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - requestBody: - $ref: '#/components/requestBodies/refPostBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - servicePrincipals.directoryObject - summary: Remove service principal owner - description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 - operationId: servicePrincipals.DeleteRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: If-Match - in: header - description: ETag - schema: - type: string - - name: '@id' - in: query - description: The delete Uri - required: true - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/servicePrincipals/{servicePrincipal-id}/owners/microsoft.graph.appRoleAssignment': - description: Casts the previous resource to appRoleAssignment. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection - operationId: servicePrincipals.ListOwners.AsAppRoleAssignment + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 + operationId: servicePrincipals.owners.DeleteRefDirectoryObject + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.appRoleAssignment': + description: Casts the previous resource to appRoleAssignment. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment + operationId: servicePrincipals.GetOwners.AsAppRoleAssignment + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.endpoint': + description: Casts the previous resource to endpoint. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint + operationId: servicePrincipals.GetOwners.AsEndpoint + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.endpoint' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.servicePrincipal': + description: Casts the previous resource to servicePrincipal. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal + operationId: servicePrincipals.GetOwners.AsServicePrincipal + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.user': + description: Casts the previous resource to user. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user + operationId: servicePrincipals.GetOwners.AsUser + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/$ref': + description: Provides operations to manage the collection of servicePrincipal entities. + get: + tags: + - servicePrincipals.directoryObject + summary: Get ref of owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' + operationId: servicePrincipals.ListRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/StringCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - servicePrincipals.directoryObject + summary: 'servicePrincipal: Add owner' + description: 'Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0 + operationId: servicePrincipals.CreateRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + requestBody: + $ref: '#/components/requestBodies/refPostBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - servicePrincipals.directoryObject + summary: Remove service principal owner + description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 + operationId: servicePrincipals.DeleteRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: If-Match + in: header + description: ETag + schema: + type: string + - name: '@id' + in: query + description: The delete Uri + required: true + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/owners/microsoft.graph.appRoleAssignment': + description: Casts the previous resource to appRoleAssignment. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection + operationId: servicePrincipals.ListOwners.AsAppRoleAssignment parameters: - name: servicePrincipal-id in: path @@ -496451,11 +498334,11 @@ paths: get: tags: - sites.list - summary: Get metadata for a list - description: Returns the metadata for a list. + summary: List operations on a list + description: Get a list of rich long-running operations associated with a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 operationId: sites.GetLists parameters: - name: site-id @@ -548435,174 +550318,5245 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + /sites/microsoft.graph.add: + description: Provides operations to call the add method. + post: + tags: + - sites.Actions + summary: Invoke action add + description: Follow a user's site or multiple sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 + operationId: sites.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /sites/microsoft.graph.delta(): + description: Provides operations to call the delta method. + get: + tags: + - sites.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 + operationId: sites.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()' + - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')' + /sites/microsoft.graph.getAllSites(): + description: Provides operations to call the getAllSites method. + get: + tags: + - sites.Functions + summary: Invoke function getAllSites + description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 + operationId: sites.getAllSites + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /sites/microsoft.graph.remove: + description: Provides operations to call the remove method. + post: + tags: + - sites.Actions + summary: Invoke action remove + description: Unfollow a user's site or multiple sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 + operationId: sites.remove + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /solutions: + description: Provides operations to manage the solutionsRoot singleton. + get: + tags: + - solutions.solutionsRoot + summary: Get solutions + operationId: solutions.solutionsRoot.GetSolutionsRoot + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.solutionsRoot + summary: Update solutions + operationId: solutions.solutionsRoot.UpdateSolutionsRoot + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore: + description: Provides operations to manage the backupRestore property of the microsoft.graph.solutionsRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get backupRestoreRoot + description: Get the serviceStatus of the Microsoft 365 Backup Storage service in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-1.0 + operationId: solutions.GetBackupRestore + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property backupRestore in solutions + operationId: solutions.UpdateBackupRestore + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property backupRestore for solutions + operationId: solutions.DeleteBackupRestore + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveInclusionRules: + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListDriveInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveInclusionRules for solutions + operationId: solutions.backupRestore.CreateDriveInclusionRules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveInclusionRules in solutions + operationId: solutions.backupRestore.UpdateDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveInclusionRules for solutions + operationId: solutions.backupRestore.DeleteDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveProtectionUnits: + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListDriveProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveProtectionUnits for solutions + operationId: solutions.backupRestore.CreateDriveProtectionUnits + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: The list of drive protection units in the tenant. + operationId: solutions.backupRestore.GetDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/exchangeProtectionPolicies: + description: Provides operations to manage the exchangeProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solutions.backupRestore.ListExchangeProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create exchangeProtectionPolicy + description: Create a protection policy for the Exchange service in a Microsoft 365 tenant. The policy is set to inactive when it is created. Users can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateExchangeProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}': + description: Provides operations to manage the exchangeProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solutions.backupRestore.GetExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeProtectionPolicy + description: Update an Exchange protection policy. This method adds a mailboxprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxInclusionRules + description: 'Get a list of mailboxProtectionRule objects associated with an exchangeProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxInclusionRules + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxInclusionRules + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxProtectionUnits + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxProtectionUnits + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/exchangeRestoreSessions: + description: Provides operations to manage the exchangeRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solutions.backupRestore.ListExchangeRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.exchangeRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to exchangeRestoreSessions for solutions + operationId: solutions.backupRestore.CreateExchangeRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}': + description: Provides operations to manage the exchangeRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solutions.backupRestore.GetExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeRestoreSession + description: Update the properties of an exchangeRestoreSession. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts': + description: Provides operations to manage the granularMailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.ListGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to granularMailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.CreateGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}': + description: Provides operations to manage the granularMailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.GetGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property granularMailboxRestoreArtifacts in solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.UpdateGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property granularMailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.DeleteGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.exchangeRestoreSessions.granularMailboxRestoreArtifacts.GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts': + description: Provides operations to manage the mailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxRestoreArtifacts + description: Get a list of the mailboxRestoreArtifact objects that are associated with an exchangeRestoreSession in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeRestoreSessions.ListMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.CreateMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}': + description: Provides operations to manage the mailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + operationId: solutions.backupRestore.exchangeRestoreSessions.GetMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxRestoreArtifacts in solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.UpdateMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.DeleteMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.exchangeRestoreSessions.mailboxRestoreArtifacts.GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + /solutions/backupRestore/mailboxInclusionRules: + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListMailboxInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxInclusionRules for solutions + operationId: solutions.backupRestore.CreateMailboxInclusionRules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxInclusionRules in solutions + operationId: solutions.backupRestore.UpdateMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxInclusionRules for solutions + operationId: solutions.backupRestore.DeleteMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/mailboxProtectionUnits: + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxProtectionUnits + description: Get a list of mailboxProtectionUnit objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListMailboxProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxProtectionUnits for solutions + operationId: solutions.backupRestore.CreateMailboxProtectionUnits + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The list of mailbox protection units in the tenant. + operationId: solutions.backupRestore.GetMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/microsoft.graph.enable: + description: Provides operations to call the enable method. + post: + tags: + - solutions.Actions + summary: Invoke action enable + description: Enable the Microsoft 365 Backup Storage service for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-1.0 + operationId: solutions.backupRestore.enable + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + appOwnerTenantId: + type: string + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceStatus' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies: + description: Provides operations to manage the oneDriveForBusinessProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solutions.backupRestore.ListOneDriveForBusinessProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create oneDriveForBusinessProtectionPolicy + description: 'Create a protection policy for the OneDrive service in Microsoft 365. When the policy is created, its state is set to inactive. Users can also provide a list of protection units under the policy.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateOneDriveForBusinessProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}': + description: Provides operations to manage the oneDriveForBusinessProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solutions.backupRestore.GetOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessProtectionPolicy + description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveInclusionRules + description: 'Get a list of the driveProtectionRule objects that are associated with a OneDrive for Business protection policy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveInclusionRules + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveInclusionRules + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveProtectionUnits + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: Contains the protection units associated with a OneDrive for Business protection policy. + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveProtectionUnits + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/oneDriveForBusinessRestoreSessions: + description: Provides operations to manage the oneDriveForBusinessRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solutions.backupRestore.ListOneDriveForBusinessRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to oneDriveForBusinessRestoreSessions for solutions + operationId: solutions.backupRestore.CreateOneDriveForBusinessRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}': + description: Provides operations to manage the oneDriveForBusinessRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solutions.backupRestore.GetOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessRestoreSession + description: Update the properties of a oneDriveForBusinessRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts': + description: Provides operations to manage the driveRestoreArtifacts property of the microsoft.graph.oneDriveForBusinessRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveRestoreArtifacts + description: Get a list of the driveRestoreArtifact objects and their properties for a oneDriveForBusinessRestoreSession for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.ListDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveRestoreArtifacts for solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.CreateDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}': + description: Provides operations to manage the driveRestoreArtifacts property of the microsoft.graph.oneDriveForBusinessRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.GetDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveRestoreArtifacts in solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.UpdateDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveRestoreArtifacts for solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.DeleteDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.driveRestoreArtifacts.GetRestorePoint + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + /solutions/backupRestore/protectionPolicies: + description: Provides operations to manage the protectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solutions.backupRestore.ListProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.protectionPolicyBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to protectionPolicies for solutions + operationId: solutions.backupRestore.CreateProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}': + description: Provides operations to manage the protectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solutions.backupRestore.GetProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property protectionPolicies in solutions + operationId: solutions.backupRestore.UpdateProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete protectionPolicyBase + description: Delete a protection policy. Read the properties and relationships of a protectionPolicyBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.protectionPolicies.protectionPolicyBase.activate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate' + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate': + description: Provides operations to call the deactivate method. + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-1.0 + operationId: solutions.backupRestore.protectionPolicies.protectionPolicyBase.deactivate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate' + /solutions/backupRestore/protectionUnits: + description: Provides operations to manage the protectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + operationId: solutions.backupRestore.ListProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.protectionUnitBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}': + description: Provides operations to manage the protectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetProtectionUnits + parameters: + - name: protectionUnitBase-id + in: path + description: The unique identifier of protectionUnitBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionUnitBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/restorePoints: + description: Provides operations to manage the restorePoints property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solutions.backupRestore.ListRestorePoints + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.restorePointCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restorePoints for solutions + operationId: solutions.backupRestore.CreateRestorePoints + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}': + description: Provides operations to manage the restorePoints property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solutions.backupRestore.GetRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restorePoints in solutions + operationId: solutions.backupRestore.UpdateRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property restorePoints for solutions + operationId: solutions.backupRestore.DeleteRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit': + description: Provides operations to manage the protectionUnit property of the microsoft.graph.restorePoint entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnit from solutions + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + operationId: solutions.backupRestore.restorePoints.GetProtectionUnit + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/restorePoints/microsoft.graph.search: + description: Provides operations to call the search method. + post: + tags: + - solutions.Actions + summary: Invoke action search + description: Search for the restorePoint objects associated with a protectionUnit. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-1.0 + operationId: solutions.backupRestore.restorePoints.search + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + protectionUnitIds: + type: array + items: + type: string + nullable: true + protectionTimePeriod: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.timePeriod' + - type: object + nullable: true + restorePointPreference: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointPreference' + - type: object + nullable: true + tags: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointTags' + - type: object + nullable: true + artifactQuery: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.artifactQuery' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointSearchResponse' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/restoreSessions: + description: Provides operations to manage the restoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List restoreSessionBase objects + description: Get a list of restoreSession objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.restoreSessionBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restoreSessions for solutions + operationId: solutions.backupRestore.CreateRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}': + description: Provides operations to manage the restoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restoreSessionBase + description: Get the properties of a restoreSession object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restoreSessions in solutions + operationId: solutions.backupRestore.UpdateRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete restoreSessionBase + description: Delete a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.restoreSessions.restoreSessionBase.activate + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate' + /solutions/backupRestore/serviceApps: + description: Provides operations to manage the serviceApps property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List serviceApps + description: Get a list of serviceApp objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListServiceApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.serviceAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create serviceApp + description: Create a new serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateServiceApps + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}': + description: Provides operations to manage the serviceApps property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get serviceApp + description: Read the properties and relationships of a serviceApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property serviceApps in solutions + operationId: solutions.backupRestore.UpdateServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete serviceApp + description: Delete a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.serviceApps.serviceApp.activate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceApp' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate' + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate': + description: Provides operations to call the deactivate method. + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-1.0 + operationId: solutions.backupRestore.serviceApps.serviceApp.deactivate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceApp' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate' + /solutions/backupRestore/sharePointProtectionPolicies: + description: Provides operations to manage the sharePointProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solutions.backupRestore.ListSharePointProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointProtectionPolicy + description: Create a protection policy for a M365 service SharePoint. Policy will be created in inactive state. User can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateSharePointProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}': + description: Provides operations to manage the sharePointProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solutions.backupRestore.GetSharePointProtectionPolicies + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update sharePointProtectionPolicy + description: Update a SharePoint protection policy. This method adds a siteprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateSharePointProtectionPolicies + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteSharePointProtectionPolicies + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteInclusionRules + description: 'Get a list of siteProtectionRule objects associated with a sharePointProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteInclusionRules + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteInclusionRules + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteProtectionUnits + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The protection units (sites) that are protected under the site protection policy. + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteProtectionUnits + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/sharePointRestoreSessions: + description: Provides operations to manage the sharePointRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solutions.backupRestore.ListSharePointRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.sharePointRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointRestoreSession + description: Create a new sharePointRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateSharePointRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}': + description: Provides operations to manage the sharePointRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solutions.backupRestore.GetSharePointRestoreSessions + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property sharePointRestoreSessions in solutions + operationId: solutions.backupRestore.UpdateSharePointRestoreSessions + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteSharePointRestoreSessions + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts': + description: Provides operations to manage the siteRestoreArtifacts property of the microsoft.graph.sharePointRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteRestoreArtifacts + description: List all the siteRestoreArtifact objects for a sharePointRestoreSession for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointRestoreSessions.ListSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteRestoreArtifacts for solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.CreateSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}': + description: Provides operations to manage the siteRestoreArtifacts property of the microsoft.graph.sharePointRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + operationId: solutions.backupRestore.sharePointRestoreSessions.GetSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteRestoreArtifacts in solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.UpdateSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteRestoreArtifacts for solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.DeleteSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.sharePointRestoreSessions.siteRestoreArtifacts.GetRestorePoint + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + /solutions/backupRestore/siteInclusionRules: + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListSiteInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteInclusionRules for solutions + operationId: solutions.backupRestore.CreateSiteInclusionRules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetSiteInclusionRules + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - /sites/microsoft.graph.add: - description: Provides operations to call the add method. - post: + patch: tags: - - sites.Actions - summary: Invoke action add - description: Follow a user's site or multiple sites. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 - operationId: sites.add + - solutions.backupRestoreRoot + summary: Update the navigation property siteInclusionRules in solutions + operationId: solutions.backupRestore.UpdateSiteInclusionRules + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionRule requestBody: - description: Action parameters + description: New navigation property values content: application/json: schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - title: Collection of site - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - '@odata.nextLink': - type: string - nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /sites/microsoft.graph.delta(): - description: Provides operations to call the delta method. - get: + x-ms-docs-operation-type: operation + delete: tags: - - sites.Functions - summary: Invoke function delta - description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 - operationId: sites.delta + - solutions.backupRestoreRoot + summary: Delete navigation property siteInclusionRules for solutions + operationId: solutions.backupRestore.DeleteSiteInclusionRules parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: siteProtectionRule + - name: If-Match + in: header + description: ETag schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: - '200': + '204': description: Success - content: - application/json: - schema: - title: Collection of site - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - '@odata.nextLink': - type: string - nullable: true - '@odata.deltaLink': - type: string - nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()' - - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')' - /sites/microsoft.graph.getAllSites(): - description: Provides operations to call the getAllSites method. + x-ms-docs-operation-type: operation + /solutions/backupRestore/siteProtectionUnits: + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.Functions - summary: Invoke function getAllSites - description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 - operationId: sites.getAllSites + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListSiteProtectionUnits parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -548610,9 +555564,9 @@ paths: type: array items: type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -548632,79 +555586,51 @@ paths: type: string responses: '200': - description: Success - content: - application/json: - schema: - title: Collection of site - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - '@odata.nextLink': - type: string - nullable: true + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /sites/microsoft.graph.remove: - description: Provides operations to call the remove method. + x-ms-docs-operation-type: operation post: tags: - - sites.Actions - summary: Invoke action remove - description: Unfollow a user's site or multiple sites. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 - operationId: sites.remove + - solutions.backupRestoreRoot + summary: Create new navigation property to siteProtectionUnits for solutions + operationId: solutions.backupRestore.CreateSiteProtectionUnits requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: - '200': - description: Success + '201': + description: Created navigation property. content: application/json: schema: - title: Collection of site - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - '@odata.nextLink': - type: string - nullable: true + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /solutions: - description: Provides operations to manage the solutionsRoot singleton. + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - solutions.solutionsRoot - summary: Get solutions - operationId: solutions.solutionsRoot.GetSolutionsRoot + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The list of site protection units in the tenant. + operationId: solutions.backupRestore.GetSiteProtectionUnits parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit - name: $select in: query description: Select properties to be returned @@ -548727,25 +555653,33 @@ paths: type: string responses: '200': - description: Retrieved entity + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.solutionsRoot - summary: Update solutions - operationId: solutions.solutionsRoot.UpdateSolutionsRoot + - solutions.backupRestoreRoot + summary: Update the navigation property siteProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateSiteProtectionUnits + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: '204': @@ -548753,6 +555687,30 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteSiteProtectionUnits + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /solutions/bookingBusinesses: description: Provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity. get: @@ -557534,11 +564492,11 @@ paths: post: tags: - teams.channel - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: teams.channels.CreateMembers parameters: - name: team-id @@ -557684,11 +564642,11 @@ paths: delete: tags: - teams.channel - summary: Remove member from channel - description: Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Delete conversationMember + description: Delete a conversationMember from a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 operationId: teams.channels.DeleteMembers parameters: - name: team-id @@ -557860,11 +564818,11 @@ paths: post: tags: - teams.channel - summary: Send chatMessage in channel - description: Send a new chatMessage in the specified channel. + summary: Send chatMessage in a channel or a chat + description: Send a new chatMessage in the specified channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: teams.channels.CreateMessages parameters: - name: team-id @@ -558744,11 +565702,11 @@ paths: post: tags: - teams.channel - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. + summary: Reply to a message in a channel + description: Create a new reply to a chatMessage in a specified channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 operationId: teams.channels.messages.CreateReplies parameters: - name: team-id @@ -574752,11 +581710,11 @@ paths: patch: tags: - tenantRelationships.multiTenantOrganization - summary: Create multiTenantOrganization - description: 'Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization.' + summary: Update multiTenantOrganization + description: Update the properties of a multitenant organization. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0 operationId: tenantRelationships.UpdateMultiTenantOrganization requestBody: description: New navigation property values @@ -575192,11 +582150,11 @@ paths: delete: tags: - users.user - summary: Delete user - description: Deletes a user. + summary: Delete a user + description: 'Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 operationId: users.user.DeleteUser parameters: - name: user-id @@ -575993,7 +582951,7 @@ paths: tags: - users.appRoleAssignment summary: Grant an appRoleAssignment to a user - description: 'Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers:' + description: 'Assign an app role to a user, creating an appRoleAssignment object. To grant an app role assignment to a user, you need three identifiers:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0 @@ -580821,6 +587779,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -581384,6 +588344,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -583756,6 +590718,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -584319,6 +591283,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -587951,6 +594917,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -588626,6 +595594,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -591516,6 +598486,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -592191,6 +599163,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -595336,6 +602310,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -595955,6 +602931,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -598586,6 +605564,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -599205,6 +606185,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -601637,6 +608619,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -602200,6 +609184,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -605248,6 +612234,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -605376,6 +612364,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -608382,6 +615372,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -608510,6 +615502,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -609389,6 +616383,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -609510,6 +616506,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -610273,6 +617271,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -617178,6 +624178,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -617316,6 +624318,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -624707,6 +631711,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -624838,6 +631844,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -630179,6 +637187,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -630310,6 +637320,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -635273,6 +642285,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -635836,6 +642850,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -640823,6 +647839,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -640958,6 +647976,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -646748,6 +653768,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -646876,6 +653898,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -653799,6 +660823,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -654051,6 +661077,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -655951,6 +662979,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -656182,6 +663212,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -660577,6 +667609,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -660614,7 +667648,7 @@ paths: tags: - users.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 @@ -670358,21 +677392,62 @@ paths: type: string x-ms-docs-key-type: callRecording responses: - '200': - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - users.onlineMeeting + summary: Update content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: users.onlineMeetings.UpdateRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success default: $ref: '#/components/responses/error' - put: + delete: tags: - users.onlineMeeting - summary: Update content for the navigation property recordings in users + summary: Delete content for the navigation property recordings in users description: The content of the recording. Read-only. - operationId: users.onlineMeetings.UpdateRecordingsContent + operationId: users.onlineMeetings.DeleteRecordingsContent parameters: - name: user-id in: path @@ -670395,25 +677470,23 @@ paths: schema: type: string x-ms-docs-key-type: callRecording - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true + - name: If-Match + in: header + description: ETag + schema: + type: string responses: '204': description: Success default: $ref: '#/components/responses/error' - delete: + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: tags: - - users.onlineMeeting - summary: Delete content for the navigation property recordings in users - description: The content of the recording. Read-only. - operationId: users.onlineMeetings.DeleteRecordingsContent + - users.Functions + summary: Invoke function delta + operationId: users.user.onlineMeetings.onlineMeeting.recordings.delta parameters: - name: user-id in: path @@ -670429,23 +677502,110 @@ paths: schema: type: string x-ms-docs-key-type: onlineMeeting - - name: callRecording-id - in: path - description: The unique identifier of callRecording - required: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: callRecording - - name: If-Match - in: header - description: ETag + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: - '204': + '200': description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/microsoft.graph.delta()' + - '/users/{user-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/microsoft.graph.delta()' + - /users/microsoft.graph.delta() + - /users/microsoft.graph.delta() '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -670938,6 +678098,132 @@ paths: description: Success default: $ref: '#/components/responses/error' + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.Functions + summary: Invoke function delta + operationId: users.user.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/microsoft.graph.delta()' + - '/users/{user-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/microsoft.graph.delta()' + - /users/microsoft.graph.delta() + - /users/microsoft.graph.delta() '/users/{user-id}/onlineMeetings/microsoft.graph.createOrGet': description: Provides operations to call the createOrGet method. post: @@ -671003,6 +678289,194 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - users.Functions + summary: Invoke function getAllRecordings + operationId: users.user.onlineMeetings.getAllRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - users.Functions + summary: Invoke function getAllTranscripts + operationId: users.user.onlineMeetings.getAllTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/users/{user-id}/outlook': description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: @@ -676292,11 +683766,11 @@ paths: get: tags: - users.presence - summary: Get presence - description: Get a user's presence information. + summary: 'presence: setStatusMessage' + description: Set a presence status message for a user. An optional expiration date and time can be supplied. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 operationId: users.GetPresence parameters: - name: user-id @@ -681975,6 +689449,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() @@ -682096,6 +689572,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() @@ -682725,6 +690203,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -684113,6 +691593,13 @@ components: nullable: true description: Represents a setting to control people-related admin settings in the tenant. x-ms-navigationProperty: true + reportSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + - type: object + nullable: true + description: A container for administrative resources to manage reports. + x-ms-navigationProperty: true serviceAnnouncement: anyOf: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' @@ -684207,6 +691694,15 @@ components: nullable: true description: A container for tenant-level settings for Microsoft 365 applications. x-ms-navigationProperty: true + microsoft.graph.adminReportSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adminReportSettings + type: object + properties: + displayConcealedNames: + type: boolean + description: 'If set to true, all reports conceal user information such as usernames, groups, and sites. If false, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.' microsoft.graph.agreement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -686550,6 +694046,120 @@ components: items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' x-ms-navigationProperty: true + microsoft.graph.backupRestoreRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: backupRestoreRoot + type: object + properties: + serviceStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceStatus' + - type: object + nullable: true + description: Represents the tenant-level status of the Backup Storage service. + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: The list of drive inclusion rules applied to the tenant. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: The list of drive protection units in the tenant. + x-ms-navigationProperty: true + exchangeProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + description: The list of Exchange protection policies in the tenant. + x-ms-navigationProperty: true + exchangeRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + description: The list of Exchange restore sessions available in the tenant. + x-ms-navigationProperty: true + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The list of mailbox inclusion rules applied to the tenant. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The list of mailbox protection units in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + description: The list of OneDrive for Business protection policies in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + description: The list of OneDrive for Business restore sessions available in the tenant. + x-ms-navigationProperty: true + protectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + description: List of protection policies in the tenant. + x-ms-navigationProperty: true + protectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + description: List of protection units in the tenant. + x-ms-navigationProperty: true + restorePoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + description: List of restore points in the tenant. + x-ms-navigationProperty: true + restoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + description: List of restore sessions in the tenant. + x-ms-navigationProperty: true + serviceApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + description: List of Backup Storage apps in the tenant. + x-ms-navigationProperty: true + sharePointProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + description: The list of SharePoint protection policies in the tenant. + x-ms-navigationProperty: true + sharePointRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + description: The list of SharePoint restore sessions available in the tenant. + x-ms-navigationProperty: true + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The list of site inclusion rules applied to the tenant. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The list of site protection units in the tenant. + x-ms-navigationProperty: true microsoft.graph.baseItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -687701,17 +695311,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -687732,17 +695356,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -688885,6 +696523,37 @@ components: description: The result information. Read-only. status: $ref: '#/components/schemas/microsoft.graph.operationStatus' + microsoft.graph.community: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: community + type: object + properties: + description: + type: string + description: 'The description of the community. The maximum length is 1,024 characters.' + displayName: + type: string + description: The name of the community. The maximum length is 255 characters. + groupId: + type: string + description: The ID of the Microsoft 365 group that manages the membership of this community. + nullable: true + privacy: + $ref: '#/components/schemas/microsoft.graph.communityPrivacy' + group: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.group' + - type: object + nullable: true + description: The Microsoft 365 group that manages the membership of this community. + x-ms-navigationProperty: true + owners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.user' + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + x-ms-navigationProperty: true microsoft.graph.companySubscription: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -692934,6 +700603,56 @@ components: description: Indicates the size of the content stream for this version of the item. format: int64 nullable: true + microsoft.graph.driveProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: driveProtectionRule + type: object + properties: + driveExpression: + type: string + description: 'Contains a drive expression. For examples, see driveExpression examples.' + nullable: true + microsoft.graph.driveProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: driveProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email associated with the directory object. + nullable: true + readOnly: true + microsoft.graph.driveRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: driveRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true microsoft.graph.eBookInstallSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -694104,6 +701823,18 @@ components: title: employeeExperience type: object properties: + communities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.community' + description: A collection of communities in Viva Engage. + x-ms-navigationProperty: true + engagementAsyncOperations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + description: 'A collection of long-running, asynchronous operations related to Viva Engage.' + x-ms-navigationProperty: true learningCourseActivities: type: array items: @@ -694236,6 +701967,22 @@ components: subject: type: string description: Mail subject. + microsoft.graph.engagementAsyncOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + - title: engagementAsyncOperation + type: object + properties: + operationType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperationType' + - type: object + nullable: true + description: 'The type of the long-running operation. The possible values are: createCommunity, unknownFutureValue.' + resourceId: + type: string + description: The ID of the object created or modified as a result of this async operation. + nullable: true microsoft.graph.enrollmentConfigurationAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -694755,6 +702502,41 @@ components: - type: object nullable: true description: 'Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' + microsoft.graph.exchangeProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: exchangeProtectionPolicy + type: object + properties: + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The rules associated with the Exchange protection policy. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + x-ms-navigationProperty: true + microsoft.graph.exchangeRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: exchangeRestoreSession + type: object + properties: + granularMailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + x-ms-navigationProperty: true + mailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + x-ms-navigationProperty: true microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -695075,6 +702857,22 @@ components: description: Indicates when the insight was created. format: date-time nullable: true + microsoft.graph.granularMailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + - title: granularMailboxRestoreArtifact + type: object + properties: + artifactCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: . + format: int32 + nullable: true + searchResponseId: + type: string + description: . microsoft.graph.group: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -697688,13 +705486,13 @@ components: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The start time of the operation. 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.' + description: 'The start time of the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true lastActionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The time of the last action in the operation. 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.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true resourceLocation: @@ -698009,6 +705807,51 @@ components: recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. + microsoft.graph.mailboxProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: mailboxProtectionRule + type: object + properties: + mailboxExpression: + type: string + description: 'Contains a mailbox expression. For examples, see mailboxExpression examples.' + nullable: true + microsoft.graph.mailboxProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: mailboxProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: The ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email address associated with the directory object. + nullable: true + readOnly: true + microsoft.graph.mailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: mailboxRestoreArtifact + type: object + properties: + restoredFolderId: + type: string + description: The new restored folder identifier for the user. + nullable: true + restoredFolderName: + type: string + description: The new restored folder name. + nullable: true + readOnly: true microsoft.graph.mailFolder: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -700301,6 +708144,36 @@ components: - type: object nullable: true description: Required. Configuration for what to invoke if the event resolves to this listener. This lets us define potential handler configurations per-event. + microsoft.graph.oneDriveForBusinessProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: oneDriveForBusinessProtectionPolicy + type: object + properties: + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: Contains the details of the Onedrive for Business protection rule. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: Contains the protection units associated with a OneDrive for Business protection policy. + x-ms-navigationProperty: true + microsoft.graph.oneDriveForBusinessRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: oneDriveForBusinessRestoreSession + type: object + properties: + driveRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + x-ms-navigationProperty: true microsoft.graph.onenote: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -703374,6 +711247,143 @@ components: isEnabledInOrganization: type: boolean description: 'true to enable pronouns in the organization; otherwise, false. The default value is false, and pronouns are disabled.' + microsoft.graph.protectionPolicyBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionPolicyBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the policy. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the policy. + format: date-time + nullable: true + displayName: + type: string + description: The name of the policy to be created. + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of the person who last modified the policy. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The timestamp of the last modification of the policy. + format: date-time + nullable: true + retentionSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' + description: Contains the retention setting details for the policy. + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyStatus' + - type: object + nullable: true + description: 'The aggregated status of the protection units associated with the policy. The possible values are: inactive, activeWithErrors, updating, active, unknownFutureValue.' + microsoft.graph.protectionRuleBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionRuleBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the rule. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the rule. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if an operation on a rule fails. + isAutoApplyEnabled: + type: boolean + description: Indicates whether the protection rule is static or dynamic. + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of the person who last modified the rule. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification made to the rule. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' + - type: object + nullable: true + description: 'The status of the protection rule. The possible values are: draft, active, completed, completedWithErrors, unknownFutureValue.' + microsoft.graph.protectionUnitBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionUnitBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the protection unit. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the protection unit. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if an error occurred while creating a protection unit. + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who last modified the protection unit. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of this protection unit. + format: date-time + nullable: true + policyId: + type: string + description: The unique identifier of the protection policy based on which protection unit was created. + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitStatus' + - type: object + nullable: true + description: 'The status of the protection unit. The possible values are: protectRequested, protected, unprotectRequested, unprotected, removeRequested, unknownFutureValue.' microsoft.graph.provisioningObjectSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -703772,6 +711782,128 @@ components: type: string description: ID of the Microsoft Entra app that is hosting the resource. Read-only. nullable: true + microsoft.graph.restoreArtifactBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreArtifactBase + type: object + properties: + completionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when restoration of restore artifact is completed. + format: date-time + nullable: true + destinationType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.destinationType' + - type: object + nullable: true + description: 'Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue.' + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if the restore session fails or completes with an error. + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when restoration of restore artifact is started. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.artifactRestoreStatus' + - type: object + nullable: true + description: 'The individual restoration status of the restore artifact. The possible values are: added, scheduling, scheduled, inProgress, succeeded, failed, unknownFutureValue.' + restorePoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePoint' + - type: object + nullable: true + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + x-ms-navigationProperty: true + microsoft.graph.restorePoint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restorePoint + type: object + properties: + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Expiration date time of the restore point. + format: date-time + nullable: true + protectionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date time when the restore point was created. + format: date-time + nullable: true + tags: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointTags' + - type: object + nullable: true + description: 'The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue.' + protectionUnit: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - type: object + nullable: true + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + x-ms-navigationProperty: true + microsoft.graph.restoreSessionBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreSessionBase + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of completion of the restore session. + format: date-time + nullable: true + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the restore session. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the restore session. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if the restore session fails or completes with an error. + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the restore session. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the restore session. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionStatus' + - type: object + nullable: true + description: 'Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.' microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -704854,6 +712986,48 @@ components: title: type: string description: The title of the service event. + microsoft.graph.serviceApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: serviceApp + type: object + properties: + application: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - type: object + nullable: true + description: The Entra ID application ID. + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the effective activation of the service app. + format: date-time + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the entity. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + registrationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the creation of the service app entity. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceAppStatus' + - type: object + nullable: true + description: 'The status of the service app. This value indicates whether or not the application can be used to control the backup service. The possible values are: inactive, active, pendingActive, pendingInactive, unknownFutureValue.' microsoft.graph.serviceHealth: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -705585,6 +713759,36 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.sharePointProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: sharePointProtectionPolicy + type: object + properties: + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The rules associated with the SharePoint Protection policy. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The protection units (sites) that are protected under the site protection policy. + x-ms-navigationProperty: true + microsoft.graph.sharePointRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: sharePointRestoreSession + type: object + properties: + siteRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + x-ms-navigationProperty: true microsoft.graph.sharepointSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -706314,6 +714518,56 @@ components: $ref: '#/components/schemas/microsoft.graph.webPart' description: Collection of webparts on the SharePoint page. x-ms-navigationProperty: true + microsoft.graph.siteProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: siteProtectionRule + type: object + properties: + siteExpression: + type: string + description: 'Contains a site expression. For examples, see siteExpression example.' + nullable: true + microsoft.graph.siteProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: siteProtectionUnit + type: object + properties: + siteId: + type: string + description: Unique identifier of the SharePoint site. + nullable: true + siteName: + type: string + description: Name of the SharePoint site. + nullable: true + readOnly: true + siteWebUrl: + type: string + description: The web URL of the SharePoint site. + nullable: true + readOnly: true + microsoft.graph.siteRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: siteRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true microsoft.graph.skypeForBusinessUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' @@ -706497,6 +714751,12 @@ components: title: solutionsRoot type: object properties: + backupRestore: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + - type: object + nullable: true + x-ms-navigationProperty: true bookingBusinesses: type: array items: @@ -707491,7 +715751,7 @@ components: description: Indicates whether Microsoft Teams is enabled for the organization. region: type: string - description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true deletedChats: type: array @@ -711333,7 +719593,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -711441,6 +719701,12 @@ components: - type: object nullable: true description: 'The end time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.' + settings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' + - type: object + nullable: true + description: The virtual event settings. startDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' @@ -716829,6 +725095,20 @@ components: nullable: true processingState: $ref: '#/components/schemas/microsoft.graph.printJobProcessingState' + microsoft.graph.artifactQuery: + title: artifactQuery + type: object + properties: + artifactType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorableArtifact' + - type: object + nullable: true + description: 'The type of artifact to search. The possible values are: message, unknownFutureValue.' + queryExpression: + type: string + description: Specifies criteria to retrieve artifacts. + nullable: true microsoft.graph.assignedLabel: title: assignedLabel type: object @@ -728219,6 +736499,42 @@ components: microsoft.graph.restoreAction: title: restoreAction type: object + microsoft.graph.restorePointSearchResponse: + title: restorePointSearchResponse + type: object + properties: + noResultProtectionUnitIds: + type: array + items: + type: string + nullable: true + description: Contains alist of protection units with no restore points. + searchResponseId: + type: string + description: The unique identifier of the search response. + nullable: true + searchResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' + description: Contains a collection of restore points. + microsoft.graph.restorePointSearchResult: + title: restorePointSearchResult + type: object + properties: + artifactHitCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of artifacts restored. + format: int32 + nullable: true + restorePoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePoint' + - type: object + nullable: true + x-ms-navigationProperty: true microsoft.graph.resultInfo: title: resultInfo type: object @@ -728292,6 +736608,20 @@ components: type: boolean description: Specifies whether the item is locked. Read-write. nullable: true + microsoft.graph.retentionSetting: + title: retentionSetting + type: object + properties: + interval: + type: string + description: The frequency of the backup. + nullable: true + period: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The period of time to retain the protected data for a single Microsoft 365 service. + format: duration + nullable: true microsoft.graph.rgbColor: title: rgbColor type: object @@ -729102,6 +737432,52 @@ components: type: string description: Error Information published by the Federated Service as an xml string. nullable: true + microsoft.graph.serviceStatus: + title: serviceStatus + type: object + properties: + backupServiceConsumer: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' + - type: object + nullable: true + description: 'The type of consumer. The possible values are: unknown, firstparty, thirdparty, unknownFutureValue.' + disableReason: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.disableReason' + - type: object + nullable: true + description: 'The reason the service is disabled. The possible values are: none, controllerServiceAppDeleted, invalidBillingProfile, userRequested, unknownFutureValue.' + gracePeriodDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the grace period. + format: date-time + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the entity. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + restoreAllowedTillDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the restoration allowed period. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' + - type: object + nullable: true + description: 'Status of the service. This value indicates what capabilities can be used. The possible values are: disabled, enabled, protectionChangeLocked, restoreLocked, unknownFutureValue.' microsoft.graph.serviceUpdateMessageViewpoint: title: serviceUpdateMessageViewpoint type: object @@ -731275,6 +739651,22 @@ components: type: string description: ID of the timeOffReason for this timeOffItem. Required. nullable: true + microsoft.graph.timePeriod: + title: timePeriod + type: object + properties: + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the end of the time period. + format: date-time + nullable: true + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the start of the time period. + format: date-time + nullable: true microsoft.graph.timeRange: title: timeRange type: object @@ -732422,6 +740814,14 @@ components: type: string description: 'Text answer of the virtual event registration question. Appears when answerInputType is text, multilineText or singleChoice.' nullable: true + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true microsoft.graph.visualInfo: title: visualInfo type: object @@ -733378,37 +741778,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. microsoft.graph.workforceIntegrationEncryption: title: workforceIntegrationEncryption type: object @@ -734160,6 +742560,17 @@ components: - semiAnnual - unknownFutureValue type: string + microsoft.graph.artifactRestoreStatus: + title: artifactRestoreStatus + enum: + - added + - scheduling + - scheduled + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string microsoft.graph.assignmentScheduleFilterByCurrentUserOptions: title: assignmentScheduleFilterByCurrentUserOptions enum: @@ -734449,6 +742860,23 @@ components: - defaultConfiguredIdp - unknownFutureValue type: string + microsoft.graph.backupServiceConsumer: + title: backupServiceConsumer + enum: + - unknown + - firstparty + - thirdparty + - unknownFutureValue + type: string + microsoft.graph.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string microsoft.graph.baseAuthenticationMethod: title: baseAuthenticationMethod enum: @@ -735290,6 +743718,13 @@ components: - approvalStatus - unknownFutureValue type: string + microsoft.graph.communityPrivacy: + title: communityPrivacy + enum: + - public + - private + - unknownFutureValue + type: string microsoft.graph.complianceState: title: complianceState enum: @@ -735744,6 +744179,13 @@ components: - sendToDelegateAndPrincipal - sendToDelegateOnly type: string + microsoft.graph.destinationType: + title: destinationType + enum: + - new + - inPlace + - unknownFutureValue + type: string microsoft.graph.detectedAppPlatformType: title: detectedAppPlatformType enum: @@ -736488,6 +744930,14 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.disableReason: + title: disableReason + enum: + - none + - invalidBillingProfile + - userRequested + - unknownFutureValue + type: string microsoft.graph.diskType: title: diskType enum: @@ -736746,6 +745196,12 @@ components: - trainingReminder - unknownFutureValue type: string + microsoft.graph.engagementAsyncOperationType: + title: engagementAsyncOperationType + enum: + - createCommunity + - unknownFutureValue + type: string microsoft.graph.enrollmentState: title: enrollmentState enum: @@ -739687,6 +748143,34 @@ components: - disabled - unknownFutureValue type: string + microsoft.graph.protectionPolicyStatus: + title: protectionPolicyStatus + enum: + - inactive + - activeWithErrors + - updating + - active + - unknownFutureValue + type: string + microsoft.graph.protectionRuleStatus: + title: protectionRuleStatus + enum: + - draft + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string + microsoft.graph.protectionUnitStatus: + title: protectionUnitStatus + enum: + - protectRequested + - protected + - unprotectRequested + - unprotected + - removeRequested + - unknownFutureValue + type: string microsoft.graph.provisioningAction: title: provisioningAction enum: @@ -740571,6 +749055,39 @@ components: - declined - notResponded type: string + microsoft.graph.restorableArtifact: + title: restorableArtifact + enum: + - message + - unknownFutureValue + type: string + microsoft.graph.restorePointPreference: + title: restorePointPreference + enum: + - latest + - oldest + - unknownFutureValue + type: string + microsoft.graph.restorePointTags: + title: restorePointTags + enum: + - none + - fastRestore + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.restoreSessionStatus: + title: restoreSessionStatus + enum: + - draft + - activating + - active + - completedWithError + - completed + - unknownFutureValue + - failed + type: string microsoft.graph.riskDetail: title: riskDetail enum: @@ -740892,6 +749409,15 @@ components: - auto - unknownFutureValue type: string + microsoft.graph.serviceAppStatus: + title: serviceAppStatus + enum: + - inactive + - active + - pendingActive + - pendingInactive + - unknownFutureValue + type: string microsoft.graph.serviceHealthClassificationType: title: serviceHealthClassificationType enum: @@ -745295,6 +753821,11 @@ components: nullable: true description: 'The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.' x-ms-navigationProperty: true + microsoft.graph.identityGovernance.insights: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: insights + type: object microsoft.graph.identityGovernance.lifecycleManagementSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -745328,6 +753859,13 @@ components: nullable: true description: Deleted workflows in your lifecycle workflows instance. x-ms-navigationProperty: true + insights: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + - type: object + nullable: true + description: The insight container holding workflow insight summaries for a tenant. + x-ms-navigationProperty: true settings: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' taskDefinitions: @@ -745807,6 +754345,17 @@ components: type: integer description: 'The version of the workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.' format: int32 + microsoft.graph.identityGovernance.attributeChangeTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: attributeChangeTrigger + type: object + properties: + triggerAttributes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute' + description: The trigger attribute being changed that triggers the workflowexecutiontrigger of a workflow.) microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration' @@ -745860,6 +754409,25 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.identityGovernance.groupBasedSubjectSet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.subjectSet' + - title: groupBasedSubjectSet + type: object + properties: + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.group' + x-ms-navigationProperty: true + microsoft.graph.identityGovernance.membershipChangeTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: membershipChangeTrigger + type: object + properties: + changeType: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.membershipChangeType' microsoft.graph.identityGovernance.onDemandExecutionOnly: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions' @@ -745971,6 +754539,106 @@ components: format: int32 timeBasedAttribute: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute' + microsoft.graph.identityGovernance.topTasksInsightsSummary: + title: topTasksInsightsSummary + type: object + properties: + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs of the task. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed by the task. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the task. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the task. + format: int32 + taskDefinitionDisplayName: + type: string + description: The name of the task. + taskDefinitionId: + type: string + description: The task ID. + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of the task. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by the task. + format: int32 + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + title: topWorkflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs for workflow. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the workflow. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the workflow. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of workflow. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of users processed by the workflow. + format: int32 + workflowCategory: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowCategory' + workflowDisplayName: + type: string + description: The name of the workflow. + workflowId: + type: string + description: The workflow ID. + workflowVersion: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The version of the workflow that was a top workflow ran. + format: int32 microsoft.graph.identityGovernance.triggerAndScopeBasedConditions: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions' @@ -745989,6 +754657,13 @@ components: - type: object nullable: true description: What triggers a workflow to run. + microsoft.graph.identityGovernance.triggerAttribute: + title: triggerAttribute + type: object + properties: + name: + type: string + description: The name of the trigger attribute that is changed to trigger an attributeChangeTrigger workflow. microsoft.graph.identityGovernance.usersProcessingSummary: title: usersProcessingSummary type: object @@ -746058,6 +754733,122 @@ components: microsoft.graph.identityGovernance.workflowExecutionTrigger: title: workflowExecutionTrigger type: object + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + title: workflowsInsightsByCategory + type: object + properties: + failedJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Joiner' workflows processed in a tenant. + format: int32 + failedLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Leaver' workflows processed in a tenant. + format: int32 + failedMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Mover' workflows processed in a tenant. + format: int32 + successfulJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Joiner' workflows processed in a tenant. + format: int32 + successfulLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Leaver' workflows processed in a tenant. + format: int32 + successfulMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Mover' workflows processed in a tenant. + format: int32 + totalJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Joiner' workflows processed in a tenant. + format: int32 + totalLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Leaver' workflows processed in a tenant. + format: int32 + totalMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Mover' workflows processed in a tenant. + format: int32 + microsoft.graph.identityGovernance.workflowsInsightsSummary: + title: workflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed workflow runs processed in the tenant. + format: int32 + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed tasks processed in the tenant. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users processed by workflows in the tenant. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful workflow runs processed in the tenant. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful tasks processed in the tenant. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by workflows in the tenant. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total workflows processed in the tenant. + format: int32 + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total tasks processed by workflows in the tenant. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by workflows in the tenant. + format: int32 microsoft.graph.identityGovernance.customTaskExtensionOperationStatus: title: customTaskExtensionOperationStatus enum: @@ -746094,6 +754885,13 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.identityGovernance.membershipChangeType: + title: membershipChangeType + enum: + - add + - remove + - unknownFutureValue + type: string microsoft.graph.identityGovernance.valueType: title: valueType enum: @@ -746591,7 +755389,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' evidence: type: array items: @@ -753085,6 +761883,193 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.driveProtectionRuleCollectionResponse: + title: Collection of driveProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.driveProtectionUnitCollectionResponse: + title: Collection of driveProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + title: Collection of exchangeProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.exchangeRestoreSessionCollectionResponse: + title: Collection of exchangeRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.mailboxProtectionRuleCollectionResponse: + title: Collection of mailboxProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.mailboxProtectionUnitCollectionResponse: + title: Collection of mailboxProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + title: Collection of oneDriveForBusinessProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + title: Collection of oneDriveForBusinessRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.protectionPolicyBaseCollectionResponse: + title: Collection of protectionPolicyBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.protectionUnitBaseCollectionResponse: + title: Collection of protectionUnitBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.restorePointCollectionResponse: + title: Collection of restorePoint + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.restoreSessionBaseCollectionResponse: + title: Collection of restoreSessionBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.serviceAppCollectionResponse: + title: Collection of serviceApp + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + title: Collection of sharePointProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.sharePointRestoreSessionCollectionResponse: + title: Collection of sharePointRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.siteProtectionRuleCollectionResponse: + title: Collection of siteProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.siteProtectionUnitCollectionResponse: + title: Collection of siteProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.bitlockerRecoveryKeyCollectionResponse: title: Collection of bitlockerRecoveryKey type: object @@ -754647,6 +763632,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.communityCollectionResponse: + title: Collection of community + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.community' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.engagementAsyncOperationCollectionResponse: + title: Collection of engagementAsyncOperation + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.learningCourseActivityCollectionResponse: title: Collection of learningCourseActivity type: object @@ -754757,6 +763764,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + title: Collection of granularMailboxRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + title: Collection of mailboxRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.fileStorageContainerCollectionResponse: title: Collection of fileStorageContainer type: object @@ -755329,6 +764358,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.driveRestoreArtifactCollectionResponse: + title: Collection of driveRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.notebookCollectionResponse: title: Collection of notebook type: object @@ -756176,6 +765216,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.siteRestoreArtifactCollectionResponse: + title: Collection of siteRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.simulationAutomationRunCollectionResponse: title: Collection of simulationAutomationRun type: object @@ -760697,6 +769748,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.retentionSettingCollectionResponse: + title: Collection of microsoft.graph.retentionSetting + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.assignedLabelCollectionResponse: title: Collection of microsoft.graph.assignedLabel type: object @@ -761984,6 +771046,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.restorePointSearchResultCollectionResponse: + title: Collection of microsoft.graph.restorePointSearchResult + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.resourceActionCollectionResponse: title: Collection of microsoft.graph.resourceAction type: object @@ -762523,6 +771596,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.identityGovernance.triggerAttributeCollectionResponse: + title: Collection of microsoft.graph.identityGovernance.triggerAttribute + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.partners.billing.blobCollectionResponse: title: Collection of microsoft.graph.partners.billing.blob type: object @@ -763525,6 +772609,108 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBaseCollectionResponse' + microsoft.graph.driveProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRuleCollectionResponse' + microsoft.graph.driveProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitCollectionResponse' + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + microsoft.graph.exchangeRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSessionCollectionResponse' + microsoft.graph.mailboxProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRuleCollectionResponse' + microsoft.graph.mailboxProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitCollectionResponse' + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + microsoft.graph.protectionPolicyBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBaseCollectionResponse' + microsoft.graph.protectionUnitBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBaseCollectionResponse' + microsoft.graph.restorePointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointCollectionResponse' + microsoft.graph.restoreSessionBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBaseCollectionResponse' + microsoft.graph.serviceAppCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceAppCollectionResponse' + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + microsoft.graph.sharePointRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSessionCollectionResponse' + microsoft.graph.siteProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRuleCollectionResponse' + microsoft.graph.siteProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitCollectionResponse' microsoft.graph.bitlockerRecoveryKeyCollectionResponse: description: Retrieved collection content: @@ -764377,6 +773563,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResultCollectionResponse' + microsoft.graph.communityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.communityCollectionResponse' + microsoft.graph.engagementAsyncOperationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperationCollectionResponse' microsoft.graph.learningCourseActivityCollectionResponse: description: Retrieved collection content: @@ -764437,6 +773635,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequestCollectionResponse' + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactCollectionResponse' microsoft.graph.fileStorageContainerCollectionResponse: description: Retrieved collection content: @@ -764749,6 +773959,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessageCollectionResponse' + microsoft.graph.driveRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactCollectionResponse' microsoft.graph.notebookCollectionResponse: description: Retrieved collection content: @@ -765211,6 +774427,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + microsoft.graph.siteRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactCollectionResponse' microsoft.graph.simulationAutomationRunCollectionResponse: description: Retrieved collection content: @@ -767677,6 +776899,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.locationCollectionResponse' + microsoft.graph.retentionSettingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.retentionSettingCollectionResponse' microsoft.graph.assignedLabelCollectionResponse: description: Retrieved collection content: @@ -768379,6 +777607,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceAccessCollectionResponse' + microsoft.graph.restorePointSearchResultCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResultCollectionResponse' microsoft.graph.resourceActionCollectionResponse: description: Retrieved collection content: @@ -768673,6 +777907,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.parameterCollectionResponse' + microsoft.graph.identityGovernance.triggerAttributeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttributeCollectionResponse' microsoft.graph.partners.billing.blobCollectionResponse: description: Retrieved collection content: @@ -769415,6 +778655,8 @@ components: '@odata.type': microsoft.graph.adminMicrosoft365Apps people: '@odata.type': microsoft.graph.peopleAdminSettings + reportSettings: + '@odata.type': microsoft.graph.adminReportSettings serviceAnnouncement: '@odata.type': microsoft.graph.serviceAnnouncement sharepoint: @@ -769443,6 +778685,9 @@ components: value: installationOptions: '@odata.type': microsoft.graph.m365AppsInstallationOptions + microsoft.graph.adminReportSettings: + value: + displayConcealedNames: 'true' microsoft.graph.agreement: value: acceptances: @@ -770147,6 +779392,44 @@ components: - '@odata.type': microsoft.graph.identityUserFlowAttributeAssignment userFlowIdentityProviders: - '@odata.type': microsoft.graph.identityProviderBase + microsoft.graph.backupRestoreRoot: + value: + driveInclusionRules: + - '@odata.type': microsoft.graph.driveProtectionRule + driveProtectionUnits: + - '@odata.type': microsoft.graph.driveProtectionUnit + exchangeProtectionPolicies: + - '@odata.type': microsoft.graph.exchangeProtectionPolicy + exchangeRestoreSessions: + - '@odata.type': microsoft.graph.exchangeRestoreSession + mailboxInclusionRules: + - '@odata.type': microsoft.graph.mailboxProtectionRule + mailboxProtectionUnits: + - '@odata.type': microsoft.graph.mailboxProtectionUnit + oneDriveForBusinessProtectionPolicies: + - '@odata.type': microsoft.graph.oneDriveForBusinessProtectionPolicy + oneDriveForBusinessRestoreSessions: + - '@odata.type': microsoft.graph.oneDriveForBusinessRestoreSession + protectionPolicies: + - '@odata.type': microsoft.graph.protectionPolicyBase + protectionUnits: + - '@odata.type': microsoft.graph.protectionUnitBase + restorePoints: + - '@odata.type': microsoft.graph.restorePoint + restoreSessions: + - '@odata.type': microsoft.graph.restoreSessionBase + serviceApps: + - '@odata.type': microsoft.graph.serviceApp + serviceStatus: + '@odata.type': microsoft.graph.serviceStatus + sharePointProtectionPolicies: + - '@odata.type': microsoft.graph.sharePointProtectionPolicy + sharePointRestoreSessions: + - '@odata.type': microsoft.graph.sharePointRestoreSession + siteInclusionRules: + - '@odata.type': microsoft.graph.siteProtectionRule + siteProtectionUnits: + - '@odata.type': microsoft.graph.siteProtectionUnit microsoft.graph.baseItem: value: createdBy: @@ -770496,16 +779779,22 @@ components: '@odata.type': microsoft.graph.callTranscriptionInfo microsoft.graph.callRecording: value: + callId: String content: Stream + contentCorrelationId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' meetingId: String meetingOrganizer: '@odata.type': microsoft.graph.identitySet recordingContentUrl: String microsoft.graph.callTranscript: value: + callId: String content: Stream + contentCorrelationId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' meetingId: String meetingOrganizer: '@odata.type': microsoft.graph.identitySet @@ -770851,6 +780140,17 @@ components: '@odata.type': microsoft.graph.resultInfo status: '@odata.type': microsoft.graph.operationStatus + microsoft.graph.community: + value: + description: String + displayName: String + group: + '@odata.type': microsoft.graph.group + groupId: String + owners: + - '@odata.type': microsoft.graph.user + privacy: + '@odata.type': microsoft.graph.communityPrivacy microsoft.graph.companySubscription: value: commerceSubscriptionId: String @@ -772051,6 +781351,19 @@ components: value: content: Stream size: '0' + microsoft.graph.driveProtectionRule: + value: + driveExpression: String + microsoft.graph.driveProtectionUnit: + value: + directoryObjectId: String + displayName: String + email: String + microsoft.graph.driveRestoreArtifact: + value: + restoredSiteId: String + restoredSiteName: String + restoredSiteWebUrl: String microsoft.graph.eBookInstallSummary: value: failedDeviceCount: '0' @@ -772394,6 +781707,10 @@ components: recipientEmail: String microsoft.graph.employeeExperience: value: + communities: + - '@odata.type': microsoft.graph.community + engagementAsyncOperations: + - '@odata.type': microsoft.graph.engagementAsyncOperation learningCourseActivities: - '@odata.type': microsoft.graph.learningCourseActivity learningProviders: @@ -772438,6 +781755,11 @@ components: sentFrom: '@odata.type': microsoft.graph.emailIdentity subject: String + microsoft.graph.engagementAsyncOperation: + value: + operationType: + '@odata.type': microsoft.graph.engagementAsyncOperationType + resourceId: String microsoft.graph.enrollmentConfigurationAssignment: value: target: @@ -772601,6 +781923,18 @@ components: '@odata.type': microsoft.graph.timeSlot responseType: '@odata.type': microsoft.graph.responseType + microsoft.graph.exchangeProtectionPolicy: + value: + mailboxInclusionRules: + - '@odata.type': microsoft.graph.mailboxProtectionRule + mailboxProtectionUnits: + - '@odata.type': microsoft.graph.mailboxProtectionUnit + microsoft.graph.exchangeRestoreSession: + value: + granularMailboxRestoreArtifacts: + - '@odata.type': microsoft.graph.granularMailboxRestoreArtifact + mailboxRestoreArtifacts: + - '@odata.type': microsoft.graph.mailboxRestoreArtifact microsoft.graph.extension: { } microsoft.graph.extensionProperty: value: @@ -772703,6 +782037,10 @@ components: microsoft.graph.governanceInsight: value: insightCreatedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.granularMailboxRestoreArtifact: + value: + artifactCount: '0' + searchResponseId: String microsoft.graph.group: value: acceptedSenders: @@ -773589,6 +782927,18 @@ components: '@odata.type': microsoft.graph.mailDestinationRoutingReason messageUri: String recipientEmail: String + microsoft.graph.mailboxProtectionRule: + value: + mailboxExpression: String + microsoft.graph.mailboxProtectionUnit: + value: + directoryObjectId: String + displayName: String + email: String + microsoft.graph.mailboxRestoreArtifact: + value: + restoredFolderId: String + restoredFolderName: String microsoft.graph.mailFolder: value: childFolderCount: '0' @@ -774248,6 +783598,16 @@ components: value: handler: '@odata.type': microsoft.graph.onAuthenticationMethodLoadStartHandler + microsoft.graph.oneDriveForBusinessProtectionPolicy: + value: + driveInclusionRules: + - '@odata.type': microsoft.graph.driveProtectionRule + driveProtectionUnits: + - '@odata.type': microsoft.graph.driveProtectionUnit + microsoft.graph.oneDriveForBusinessRestoreSession: + value: + driveRestoreArtifacts: + - '@odata.type': microsoft.graph.driveRestoreArtifact microsoft.graph.onenote: value: notebooks: @@ -775183,6 +784543,45 @@ components: microsoft.graph.pronounsSettings: value: isEnabledInOrganization: 'true' + microsoft.graph.protectionPolicyBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + displayName: String + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + retentionSettings: + - '@odata.type': microsoft.graph.retentionSetting + status: + '@odata.type': microsoft.graph.protectionPolicyStatus + microsoft.graph.protectionRuleBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + isAutoApplyEnabled: 'true' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.protectionRuleStatus + microsoft.graph.protectionUnitBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + policyId: String + status: + '@odata.type': microsoft.graph.protectionUnitStatus microsoft.graph.provisioningObjectSummary: value: activityDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -775305,6 +784704,39 @@ components: permission: String permissionType: String resourceAppId: String + microsoft.graph.restoreArtifactBase: + value: + completionDateTime: '0001-01-01T00:00:00.0000000+00:00' + destinationType: + '@odata.type': microsoft.graph.destinationType + error: + '@odata.type': microsoft.graph.publicError + restorePoint: + '@odata.type': microsoft.graph.restorePoint + startDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.artifactRestoreStatus + microsoft.graph.restorePoint: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + protectionDateTime: '0001-01-01T00:00:00.0000000+00:00' + protectionUnit: + '@odata.type': microsoft.graph.protectionUnitBase + tags: + '@odata.type': microsoft.graph.restorePointTags + microsoft.graph.restoreSessionBase: + value: + completedDateTime: '0001-01-01T00:00:00.0000000+00:00' + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.restoreSessionStatus microsoft.graph.richLongRunningOperation: value: error: @@ -775621,6 +785053,17 @@ components: lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' startDateTime: '0001-01-01T00:00:00.0000000+00:00' title: String + microsoft.graph.serviceApp: + value: + application: + '@odata.type': microsoft.graph.identity + effectiveDateTime: '0001-01-01T00:00:00.0000000+00:00' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + registrationDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.serviceAppStatus microsoft.graph.serviceHealth: value: issues: @@ -775849,6 +785292,16 @@ components: value: settings: '@odata.type': microsoft.graph.sharepointSettings + microsoft.graph.sharePointProtectionPolicy: + value: + siteInclusionRules: + - '@odata.type': microsoft.graph.siteProtectionRule + siteProtectionUnits: + - '@odata.type': microsoft.graph.siteProtectionUnit + microsoft.graph.sharePointRestoreSession: + value: + siteRestoreArtifacts: + - '@odata.type': microsoft.graph.siteRestoreArtifact microsoft.graph.sharepointSettings: value: allowedDomainGuidsForSyncApp: @@ -776061,6 +785514,19 @@ components: '@odata.type': microsoft.graph.titleArea webParts: - '@odata.type': microsoft.graph.webPart + microsoft.graph.siteProtectionRule: + value: + siteExpression: String + microsoft.graph.siteProtectionUnit: + value: + siteId: String + siteName: String + siteWebUrl: String + microsoft.graph.siteRestoreArtifact: + value: + restoredSiteId: String + restoredSiteName: String + restoredSiteWebUrl: String microsoft.graph.skypeForBusinessUserConversationMember: value: tenantId: String @@ -776106,6 +785572,8 @@ components: unknownUserCount: '0' microsoft.graph.solutionsRoot: value: + backupRestore: + '@odata.type': microsoft.graph.backupRestoreRoot bookingBusinesses: - '@odata.type': microsoft.graph.bookingBusiness bookingCurrencies: @@ -777495,6 +786963,8 @@ components: - '@odata.type': microsoft.graph.virtualEventPresenter sessions: - '@odata.type': microsoft.graph.virtualEventSession + settings: + '@odata.type': microsoft.graph.virtualEventSettings startDateTime: '@odata.type': microsoft.graph.dateTimeTimeZone status: @@ -779148,6 +788618,11 @@ components: printerName: String processingState: '@odata.type': microsoft.graph.printJobProcessingState + microsoft.graph.artifactQuery: + value: + artifactType: + '@odata.type': microsoft.graph.restorableArtifact + queryExpression: String microsoft.graph.assignedLabel: value: displayName: String @@ -782759,6 +792234,18 @@ components: '@odata.type': microsoft.graph.responseType time: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.restoreAction: { } + microsoft.graph.restorePointSearchResponse: + value: + noResultProtectionUnitIds: + - String + searchResponseId: String + searchResults: + - '@odata.type': microsoft.graph.restorePointSearchResult + microsoft.graph.restorePointSearchResult: + value: + artifactHitCount: '0' + restorePoint: + '@odata.type': microsoft.graph.restorePoint microsoft.graph.resultInfo: value: code: '0' @@ -782781,6 +792268,10 @@ components: isLabelUpdateAllowed: 'true' isMetadataUpdateAllowed: 'true' isRecordLocked: 'true' + microsoft.graph.retentionSetting: + value: + interval: String + period: Duration microsoft.graph.rgbColor: value: b: AA== @@ -783045,6 +792536,19 @@ components: microsoft.graph.serviceProvisioningXmlError: value: errorDetail: String + microsoft.graph.serviceStatus: + value: + backupServiceConsumer: + '@odata.type': microsoft.graph.backupServiceConsumer + disableReason: + '@odata.type': microsoft.graph.disableReason + gracePeriodDateTime: '0001-01-01T00:00:00.0000000+00:00' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + restoreAllowedTillDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.backupServiceStatus microsoft.graph.serviceUpdateMessageViewpoint: value: isArchived: 'true' @@ -783699,6 +793203,10 @@ components: microsoft.graph.timeOffItem: value: timeOffReasonId: String + microsoft.graph.timePeriod: + value: + endDateTime: '0001-01-01T00:00:00.0000000+00:00' + startDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.timeRange: value: endTime: TimeOfDay (timestamp) @@ -784041,6 +793549,9 @@ components: - String questionId: String value: String + microsoft.graph.virtualEventSettings: + value: + isAttendeeEmailNotificationEnabled: 'true' microsoft.graph.visualInfo: value: attribution: @@ -784810,6 +794321,7 @@ components: lastModifiedBy: '@odata.type': microsoft.graph.user lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.identityGovernance.insights: { } microsoft.graph.identityGovernance.lifecycleManagementSettings: value: emailSettings: @@ -784821,6 +794333,8 @@ components: - '@odata.type': microsoft.graph.identityGovernance.customTaskExtension deletedItems: '@odata.type': microsoft.graph.deletedItemContainer + insights: + '@odata.type': microsoft.graph.identityGovernance.insights settings: '@odata.type': microsoft.graph.identityGovernance.lifecycleManagementSettings taskDefinitions: @@ -784967,6 +794481,10 @@ components: microsoft.graph.identityGovernance.workflowVersion: value: versionNumber: '0' + microsoft.graph.identityGovernance.attributeChangeTrigger: + value: + triggerAttributes: + - '@odata.type': microsoft.graph.identityGovernance.triggerAttribute microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration: value: authorizedApps: @@ -784985,6 +794503,14 @@ components: '@odata.type': microsoft.graph.identityGovernance.taskProcessingResult workflow: '@odata.type': microsoft.graph.identityGovernance.workflow + microsoft.graph.identityGovernance.groupBasedSubjectSet: + value: + groups: + - '@odata.type': microsoft.graph.group + microsoft.graph.identityGovernance.membershipChangeTrigger: + value: + changeType: + '@odata.type': microsoft.graph.identityGovernance.membershipChangeType microsoft.graph.identityGovernance.onDemandExecutionOnly: { } microsoft.graph.identityGovernance.parameter: value: @@ -785015,12 +794541,38 @@ components: offsetInDays: '0' timeBasedAttribute: '@odata.type': microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute + microsoft.graph.identityGovernance.topTasksInsightsSummary: + value: + failedTasks: '0' + failedUsers: '0' + successfulTasks: '0' + successfulUsers: '0' + taskDefinitionDisplayName: String + taskDefinitionId: String + totalTasks: '0' + totalUsers: '0' + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + value: + failedRuns: '0' + failedUsers: '0' + successfulRuns: '0' + successfulUsers: '0' + totalRuns: '0' + totalUsers: '0' + workflowCategory: + '@odata.type': microsoft.graph.identityGovernance.lifecycleWorkflowCategory + workflowDisplayName: String + workflowId: String + workflowVersion: '0' microsoft.graph.identityGovernance.triggerAndScopeBasedConditions: value: scope: '@odata.type': microsoft.graph.subjectSet trigger: '@odata.type': microsoft.graph.identityGovernance.workflowExecutionTrigger + microsoft.graph.identityGovernance.triggerAttribute: + value: + name: String microsoft.graph.identityGovernance.usersProcessingSummary: value: failedTasks: '0' @@ -785037,6 +794589,28 @@ components: totalUsers: '0' microsoft.graph.identityGovernance.workflowExecutionConditions: { } microsoft.graph.identityGovernance.workflowExecutionTrigger: { } + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + value: + failedJoinerRuns: '0' + failedLeaverRuns: '0' + failedMoverRuns: '0' + successfulJoinerRuns: '0' + successfulLeaverRuns: '0' + successfulMoverRuns: '0' + totalJoinerRuns: '0' + totalLeaverRuns: '0' + totalMoverRuns: '0' + microsoft.graph.identityGovernance.workflowsInsightsSummary: + value: + failedRuns: '0' + failedTasks: '0' + failedUsers: '0' + successfulRuns: '0' + successfulTasks: '0' + successfulUsers: '0' + totalRuns: '0' + totalTasks: '0' + totalUsers: '0' microsoft.graph.partners.billing.azureUsage: value: billed: @@ -786797,6 +796371,8 @@ tags: x-ms-docs-toc-type: page - name: admin.peopleAdminSettings x-ms-docs-toc-type: page + - name: admin.adminReportSettings + x-ms-docs-toc-type: page - name: admin.serviceAnnouncement x-ms-docs-toc-type: page - name: admin.Functions @@ -787183,6 +796759,10 @@ tags: x-ms-docs-toc-type: page - name: employeeExperience.employeeExperience x-ms-docs-toc-type: page + - name: employeeExperience.community + x-ms-docs-toc-type: page + - name: employeeExperience.engagementAsyncOperation + x-ms-docs-toc-type: page - name: employeeExperience.learningCourseActivity x-ms-docs-toc-type: page - name: employeeExperience.learningProvider @@ -787655,10 +797235,12 @@ tags: x-ms-docs-toc-type: page - name: solutions.solutionsRoot x-ms-docs-toc-type: page - - name: solutions.bookingBusiness + - name: solutions.backupRestoreRoot x-ms-docs-toc-type: page - name: solutions.Actions x-ms-docs-toc-type: container + - name: solutions.bookingBusiness + x-ms-docs-toc-type: page - name: solutions.bookingCurrency x-ms-docs-toc-type: page - name: solutions.virtualEventsRoot diff --git a/openapi/v1.0/powershell_v2.yaml b/openapi/v1.0/powershell_v2.yaml index 9fd987d9..77457869 100644 --- a/openapi/v1.0/powershell_v2.yaml +++ b/openapi/v1.0/powershell_v2.yaml @@ -1548,6 +1548,91 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /admin/reportSettings: + description: Provides operations to manage the reportSettings property of the microsoft.graph.admin entity. + get: + tags: + - admin.adminReportSettings + summary: Get adminReportSettings + description: Get the tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0 + operationId: admin.GetReportSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - admin.adminReportSettings + summary: Update adminReportSettings + description: Update tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0 + operationId: admin.UpdateReportSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - admin.adminReportSettings + summary: Delete navigation property reportSettings for admin + operationId: admin.DeleteReportSettings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /admin/serviceAnnouncement: description: Provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity. get: @@ -7429,8 +7514,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -7809,8 +7894,8 @@ paths: get: tags: - applications.directoryObject - summary: List owners - description: Retrieve a list of owners for an application that are directoryObject objects. + summary: List owners of an application + description: Retrieve a list of owners for an application that are directoryObject types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 @@ -13941,11 +14026,11 @@ paths: get: tags: - chats.conversationMember - summary: Get conversationMember - description: Retrieve a conversationMember from a chat or channel. + summary: Get conversationMember in a chat + description: Retrieve a conversationMember from a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 operationId: chats.GetMembers parameters: - name: chat-id @@ -18391,7 +18476,7 @@ paths: tags: - communications.call summary: Create call - description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.' + description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0 @@ -19059,7 +19144,7 @@ paths: tags: - communications.Actions summary: Invoke action answer - description: 'Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.' + description: 'Enable a bot to answer an incoming call. The incoming call request can be an invitation from a participant in a group call or a peer-to-peer call. If an invitation to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. This API supports the following PSTN scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0 @@ -20330,10 +20415,10 @@ paths: tags: - communications.Actions summary: Invoke action invite - description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. ' + description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0 operationId: communications.calls.call.participants.invite parameters: - name: call-id @@ -21672,6 +21757,83 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communications.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -22105,6 +22267,83 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - communications.Functions + summary: Invoke function delta + operationId: communications.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/communications/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' /communications/onlineMeetings/$count: description: Provides operations to count the resources in the collection. get: @@ -22177,6 +22416,180 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/communications/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - communications.Functions + summary: Invoke function getAllRecordings + operationId: communications.onlineMeetings.getAllRecordings + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/communications/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - communications.Functions + summary: Invoke function getAllTranscripts + operationId: communications.onlineMeetings.getAllTranscripts + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore /communications/presences: description: Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity. get: @@ -27338,7 +27751,7 @@ paths: description: Read properties and relationships of the deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement parameters: - name: $select @@ -27378,7 +27791,7 @@ paths: description: Update the properties of a deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.UpdateDeviceAppManagement requestBody: description: New property values @@ -29538,11 +29951,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: List managedAppProtections - description: List properties and relationships of the managedAppProtection objects. + summary: List managedAppPolicies + description: List properties and relationships of the managedAppPolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppPolicies parameters: - $ref: '#/components/parameters/top' @@ -29616,11 +30029,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: Get targetedManagedAppProtection - description: Read properties and relationships of the targetedManagedAppProtection object. + summary: Get managedAppPolicy + description: Read properties and relationships of the managedAppPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetManagedAppPolicies parameters: - name: managedAppPolicy-id @@ -29723,7 +30136,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppPolicies.managedAppPolicy.targetApps parameters: - name: managedAppPolicy-id @@ -29775,11 +30188,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: List androidManagedAppRegistrations - description: List properties and relationships of the androidManagedAppRegistration objects. + summary: List managedAppRegistrations + description: List properties and relationships of the managedAppRegistration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppRegistrations parameters: - $ref: '#/components/parameters/top' @@ -30175,7 +30588,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.appliedPolicies.managedAppPolicy.targetApps parameters: - name: managedAppRegistration-id @@ -30456,7 +30869,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.intendedPolicies.managedAppPolicy.targetApps parameters: - name: managedAppRegistration-id @@ -31023,11 +31436,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: List iosVppEBooks - description: List properties and relationships of the iosVppEBook objects. + summary: List managedEBooks + description: List properties and relationships of the managedEBook objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedEBooks parameters: - $ref: '#/components/parameters/top' @@ -31277,11 +31690,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create iosVppEBookAssignment - description: Create a new iosVppEBookAssignment object. + summary: Create managedEBookAssignment + description: Create a new managedEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.CreateAssignments parameters: - name: managedEBook-id @@ -31313,11 +31726,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get managedEBookAssignment - description: Read properties and relationships of the managedEBookAssignment object. + summary: Get iosVppEBookAssignment + description: Read properties and relationships of the iosVppEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.GetAssignments parameters: - name: managedEBook-id @@ -33551,11 +33964,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: List managedDeviceMobileAppConfigurations - description: List properties and relationships of the managedDeviceMobileAppConfiguration objects. + summary: List iosMobileAppConfigurations + description: List properties and relationships of the iosMobileAppConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileAppConfigurations parameters: - $ref: '#/components/parameters/top' @@ -33633,11 +34046,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get iosMobileAppConfiguration - description: Read properties and relationships of the iosMobileAppConfiguration object. + summary: Get managedDeviceMobileAppConfiguration + description: Read properties and relationships of the managedDeviceMobileAppConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileAppConfigurations parameters: - name: managedDeviceMobileAppConfiguration-id @@ -34767,11 +35180,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: List managedApps - description: List properties and relationships of the managedApp objects. + summary: List windowsUniversalAppXs + description: List properties and relationships of the windowsUniversalAppX objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedapp-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileApps parameters: - $ref: '#/components/parameters/top' @@ -34821,11 +35234,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create managedAndroidLobApp - description: Create a new managedAndroidLobApp object. + summary: Create androidStoreApp + description: Create a new androidStoreApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateMobileApps requestBody: description: New navigation property @@ -34849,11 +35262,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get managedMobileLobApp - description: Read properties and relationships of the managedMobileLobApp object. + summary: Get managedAndroidLobApp + description: Read properties and relationships of the managedAndroidLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedmobilelobapp-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileApps parameters: - name: mobileApp-id @@ -34896,11 +35309,11 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update webApp - description: Update the properties of a webApp object. + summary: Update iosLobApp + description: Update the properties of a iosLobApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-webapp-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateMobileApps parameters: - name: mobileApp-id @@ -34930,11 +35343,11 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete win32LobApp - description: Deletes a win32LobApp. + summary: Delete windowsAppX + description: Deletes a windowsAppX. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteMobileApps parameters: - name: mobileApp-id @@ -56897,7 +57310,7 @@ paths: description: Read properties and relationships of the deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.GetDeviceManagement parameters: - name: $select @@ -56937,7 +57350,7 @@ paths: description: Update the properties of a deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.UpdateDeviceManagement requestBody: description: New property values @@ -58206,11 +58619,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: List deviceCompliancePolicies - description: List properties and relationships of the deviceCompliancePolicy objects. + summary: List androidCompliancePolicies + description: List properties and relationships of the androidCompliancePolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceCompliancePolicies parameters: - $ref: '#/components/parameters/top' @@ -58288,11 +58701,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get deviceCompliancePolicy - description: Read properties and relationships of the deviceCompliancePolicy object. + summary: Get windows10CompliancePolicy + description: Read properties and relationships of the windows10CompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -58335,11 +58748,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update windows81CompliancePolicy - description: Update the properties of a windows81CompliancePolicy object. + summary: Update macOSCompliancePolicy + description: Update the properties of a macOSCompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -58369,11 +58782,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete macOSCompliancePolicy - description: Deletes a macOSCompliancePolicy. + summary: Delete androidWorkProfileCompliancePolicy + description: Deletes a androidWorkProfileCompliancePolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceCompliancePolicies parameters: - name: deviceCompliancePolicy-id @@ -60882,11 +61295,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: List androidWorkProfileGeneralDeviceConfigurations - description: List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. + summary: List windowsDefenderAdvancedThreatProtectionConfigurations + description: List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceConfigurations parameters: - $ref: '#/components/parameters/top' @@ -60936,11 +61349,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create androidGeneralDeviceConfiguration - description: Create a new androidGeneralDeviceConfiguration object. + summary: Create windowsUpdateForBusinessConfiguration + description: Create a new windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDeviceConfigurations requestBody: description: New navigation property @@ -60964,11 +61377,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get iosCertificateProfile - description: Read properties and relationships of the iosCertificateProfile object. + summary: Get sharedPCConfiguration + description: Read properties and relationships of the sharedPCConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscertificateprofile-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -61011,11 +61424,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update iosUpdateConfiguration - description: Update the properties of a iosUpdateConfiguration object. + summary: Update windowsUpdateForBusinessConfiguration + description: Update the properties of a windowsUpdateForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -61045,11 +61458,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete windows81GeneralConfiguration - description: Deletes a windows81GeneralConfiguration. + summary: Delete iosUpdateConfiguration + description: Deletes a iosUpdateConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81generalconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceConfigurations parameters: - name: deviceConfiguration-id @@ -62402,11 +62815,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: List deviceEnrollmentWindowsHelloForBusinessConfigurations - description: List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + summary: List deviceEnrollmentPlatformRestrictionsConfigurations + description: List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceEnrollmentConfigurations parameters: - $ref: '#/components/parameters/top' @@ -62484,11 +62897,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentPlatformRestrictionsConfiguration - description: Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. + summary: Get deviceEnrollmentWindowsHelloForBusinessConfiguration + description: Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceEnrollmentConfigurations parameters: - name: deviceEnrollmentConfiguration-id @@ -62565,11 +62978,11 @@ paths: delete: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Delete deviceEnrollmentLimitConfiguration - description: Deletes a deviceEnrollmentLimitConfiguration. + summary: Delete deviceEnrollmentPlatformRestrictionsConfiguration + description: Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceEnrollmentConfigurations parameters: - name: deviceEnrollmentConfiguration-id @@ -69548,11 +69961,11 @@ paths: get: tags: - deviceManagement.roleDefinition - summary: Get roleDefinition - description: Read properties and relationships of the roleDefinition object. + summary: Get deviceAndAppManagementRoleDefinition + description: Read properties and relationships of the deviceAndAppManagementRoleDefinition object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0 operationId: deviceManagement.GetRoleDefinitions parameters: - name: roleDefinition-id @@ -144427,6 +144840,849 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /employeeExperience/communities: + description: Provides operations to manage the communities property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.community + summary: List communities + description: Get a list of the Viva Engage community objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/employeeexperience-list-communities?view=graph-rest-1.0 + operationId: employeeExperience.ListCommunities + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.communityCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - employeeExperience.community + summary: Create community + description: Create a new community in Viva Engage. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/employeeexperience-post-communities?view=graph-rest-1.0 + operationId: employeeExperience.CreateCommunities + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}': + description: Provides operations to manage the communities property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.community + summary: Get community + description: Read the properties and relationships of a community object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-get?view=graph-rest-1.0 + operationId: employeeExperience.GetCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - employeeExperience.community + summary: Update community + description: Update the properties of an existing Viva Engage community. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-update?view=graph-rest-1.0 + operationId: employeeExperience.UpdateCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.community' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - employeeExperience.community + summary: Delete community + description: 'Delete a Viva Engage community along with all associated Microsoft 365 content, including the connected Microsoft 365 group, OneNote notebook, and Planner plans. For more information, see What happens if I delete a Viva Engage community connected to Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/community-delete?view=graph-rest-1.0 + operationId: employeeExperience.DeleteCommunities + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/group': + description: Provides operations to manage the group property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get group from employeeExperience + description: The Microsoft 365 group that manages the membership of this community. + operationId: employeeExperience.communities.GetGroup + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.group' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/group/serviceProvisioningErrors': + get: + tags: + - employeeExperience.community + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: employeeExperience.communities.group.ListServiceProvisioningErrors + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/employeeExperience/communities/{community-id}/group/serviceProvisioningErrors/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.group.ServiceProvisioningErrors.GetCount-d8ef + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/employeeExperience/communities/{community-id}/owners': + description: Provides operations to manage the owners property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get owners from employeeExperience + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + operationId: employeeExperience.communities.ListOwners + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.userCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/owners/{user-id}': + description: Provides operations to manage the owners property of the microsoft.graph.community entity. + get: + tags: + - employeeExperience.community + summary: Get owners from employeeExperience + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + operationId: employeeExperience.communities.GetOwners + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/communities/{community-id}/owners/{user-id}/mailboxSettings': + get: + tags: + - employeeExperience.community + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: employeeExperience.communities.owners.GetMailboxSettings + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + patch: + tags: + - employeeExperience.community + summary: Update property mailboxSettings value. + operationId: employeeExperience.communities.owners.UpdateMailboxSettings + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + '/employeeExperience/communities/{community-id}/owners/{user-id}/serviceProvisioningErrors': + get: + tags: + - employeeExperience.community + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: employeeExperience.communities.owners.ListServiceProvisioningErrors + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/employeeExperience/communities/{community-id}/owners/{user-id}/serviceProvisioningErrors/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.owners.ServiceProvisioningErrors.GetCount-6b17 + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/employeeExperience/communities/{community-id}/owners/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.owners.GetCount-1d4e + parameters: + - name: community-id + in: path + description: The unique identifier of community + required: true + schema: + type: string + x-ms-docs-key-type: community + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /employeeExperience/communities/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.community + summary: Get the number of the resource + operationId: employeeExperience.communities.GetCount-6b75 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /employeeExperience/engagementAsyncOperations: + description: Provides operations to manage the engagementAsyncOperations property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.engagementAsyncOperation + summary: Get engagementAsyncOperation + description: Get an engagementAsyncOperation to track a long-running operation request. + operationId: employeeExperience.ListEngagementAsyncOperations + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.engagementAsyncOperationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - employeeExperience.engagementAsyncOperation + summary: Create new navigation property to engagementAsyncOperations for employeeExperience + operationId: employeeExperience.CreateEngagementAsyncOperations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/employeeExperience/engagementAsyncOperations/{engagementAsyncOperation-id}': + description: Provides operations to manage the engagementAsyncOperations property of the microsoft.graph.employeeExperience entity. + get: + tags: + - employeeExperience.engagementAsyncOperation + summary: Get engagementAsyncOperation + description: Get an engagementAsyncOperation to track a long-running operation request. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/engagementasyncoperation-get?view=graph-rest-1.0 + operationId: employeeExperience.GetEngagementAsyncOperations + parameters: + - name: engagementAsyncOperation-id + in: path + description: The unique identifier of engagementAsyncOperation + required: true + schema: + type: string + x-ms-docs-key-type: engagementAsyncOperation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - employeeExperience.engagementAsyncOperation + summary: Update the navigation property engagementAsyncOperations in employeeExperience + operationId: employeeExperience.UpdateEngagementAsyncOperations + parameters: + - name: engagementAsyncOperation-id + in: path + description: The unique identifier of engagementAsyncOperation + required: true + schema: + type: string + x-ms-docs-key-type: engagementAsyncOperation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - employeeExperience.engagementAsyncOperation + summary: Delete navigation property engagementAsyncOperations for employeeExperience + operationId: employeeExperience.DeleteEngagementAsyncOperations + parameters: + - name: engagementAsyncOperation-id + in: path + description: The unique identifier of engagementAsyncOperation + required: true + schema: + type: string + x-ms-docs-key-type: engagementAsyncOperation + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /employeeExperience/engagementAsyncOperations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - employeeExperience.engagementAsyncOperation + summary: Get the number of the resource + operationId: employeeExperience.engagementAsyncOperations.GetCount-6cef + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /employeeExperience/learningCourseActivities: description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. get: @@ -157840,7 +159096,7 @@ paths: description: Delete conversation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0 operationId: groups.DeleteConversations parameters: - name: group-id @@ -158127,10 +159383,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.conversations.conversation.threads.conversationThread.reply parameters: - name: group-id @@ -285011,11 +286267,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversationThread + summary: Delete conversation thread description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 operationId: groups.DeleteThreads parameters: - name: group-id @@ -285049,10 +286305,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.threads.conversationThread.reply parameters: - name: group-id @@ -285096,11 +286352,11 @@ paths: get: tags: - groups.conversationThread - summary: Get post - description: "Get the properties and relationships of a post in a specified thread. You can specify both the parent \nconversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance." + summary: List posts + description: "Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,\nyou can specify the thread without referencing the parent conversation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0 operationId: groups.threads.ListPosts parameters: - name: group-id @@ -291306,7 +292562,7 @@ paths: tags: - identity.authenticationEventsFlow summary: Add attribute (to user flow) - description: 'Add an attribute to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. Prerequisite: PATCH the user flow with the updated onAttributeCollection event that includes the new attribute.' + description: 'Add an attribute to an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. The attribute is added to both the attributeCollection> attributes and attributeCollection> attributeCollectionPage > views collections on the user flow. In the views collection, the attribute is assigned the default settings. You can PATCH the user flow to customize the settings of the attribute on the views object, for example, marking it as required or updating the allowed input types.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0 @@ -295277,11 +296533,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get countryNamedLocation - description: Retrieve the properties and relationships of a countryNamedLocation object. + summary: Get namedLocation + description: Retrieve the properties and relationships of a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0 operationId: identity.conditionalAccess.GetNamedLocations parameters: - name: namedLocation-id @@ -295324,11 +296580,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update countryNamedLocation - description: Update the properties of a countryNamedLocation object. + summary: Update ipNamedlocation + description: Update the properties of an ipNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0 operationId: identity.conditionalAccess.UpdateNamedLocations parameters: - name: namedLocation-id @@ -295358,11 +296614,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete countryNamedLocation - description: Delete a countryNamedLocation object. + summary: Delete namedLocation + description: Delete a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess.DeleteNamedLocations parameters: - name: namedLocation-id @@ -301989,11 +303245,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackage - description: Retrieve the properties and relationships of an accessPackage object. + summary: List resourceRoleScopes + description: Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetAccessPackages parameters: - name: accessPackage-id @@ -308570,7 +309826,7 @@ paths: tags: - identityGovernance.Actions summary: Invoke action resume - description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' + description: 'Resume a user''s access package request after waiting for a callback from a custom extension. In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It''s performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0 @@ -309804,11 +311060,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentRequestWorkflowExtension - description: Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + summary: Get accessPackageAssignmentWorkflowExtension + description: Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.GetCustomWorkflowExtensions parameters: - name: accessPackageCatalog-id @@ -309899,11 +311155,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete accessPackageAssignmentWorkflowExtension - description: 'Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' + summary: Delete accessPackageAssignmentRequestWorkflowExtension + description: 'Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.DeleteCustomWorkflowExtensions parameters: - name: accessPackageCatalog-id @@ -342492,17 +343748,14 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /identityGovernance/lifecycleWorkflows/settings: - description: Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + /identityGovernance/lifecycleWorkflows/insights: + description: Provides operations to manage the insights property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get lifecycleManagementSettings - description: Read the properties and relationships of a lifecycleManagementSettings object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.GetSettings + summary: Get insights from identityGovernance + description: The insight container holding workflow insight summaries for a tenant. + operationId: identityGovernance.lifecycleWorkflows.GetInsights parameters: - name: $select in: query @@ -342530,25 +343783,21 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Update lifecycleManagementSettings - description: Update the properties of a lifecycleManagementSettings object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.UpdateSettings + summary: Update the navigation property insights in identityGovernance + operationId: identityGovernance.lifecycleWorkflows.UpdateInsights requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' required: true responses: 2XX: @@ -342556,157 +343805,432 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /identityGovernance/lifecycleWorkflows/taskDefinitions: - description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. - get: + delete: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskDefinitions - description: Get a list of the taskDefinition objects and their properties. + summary: Delete navigation property insights for identityGovernance + operationId: identityGovernance.lifecycleWorkflows.DeleteInsights + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the topTasksProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function topTasksProcessedSummary + description: 'Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.ListTaskDefinitions + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.topTasksProcessedSummary parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topTasksInsightsSummary' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the topWorkflowsProcessedSummary method. + get: + tags: + - identityGovernance.Functions + summary: Invoke function topWorkflowsProcessedSummary + description: 'Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.topWorkflowsProcessedSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true schema: - uniqueItems: true - type: array - items: - type: string + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' responses: 2XX: - $ref: '#/components/responses/microsoft.graph.identityGovernance.taskDefinitionCollectionResponse' + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.topWorkflowsInsightsSummary' + '@odata.nextLink': + type: string + nullable: true default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - '/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}': - description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the workflowsProcessedByCategory method. get: tags: - - identityGovernance.lifecycleWorkflowsContainer - summary: Get taskDefinition - description: Read the details of a built-in workflow task. + - identityGovernance.Functions + summary: Invoke function workflowsProcessedByCategory + description: 'Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.GetTaskDefinitions + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.workflowsProcessedByCategory parameters: - - name: taskDefinition-id + - name: startDateTime in: path - description: The unique identifier of taskDefinition + description: 'Usage: startDateTime={startDateTime}' required: true schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - x-ms-docs-key-type: taskDefinition - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true schema: - uniqueItems: true - type: array - items: - type: string + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsByCategory' + - type: object + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /identityGovernance/lifecycleWorkflows/taskDefinitions/$count: - description: Provides operations to count the resources in the collection. + x-ms-docs-operation-type: function + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + description: Provides operations to call the workflowsProcessedSummary method. get: tags: - - identityGovernance.lifecycleWorkflowsContainer - summary: Get the number of the resource - operationId: identityGovernance.lifecycleWorkflows.taskDefinitions.GetCount-36f9 + - identityGovernance.Functions + summary: Invoke function workflowsProcessedSummary + description: 'Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.insights.workflowsProcessedSummary parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsSummary' + - type: object + nullable: true default: $ref: '#/components/responses/error' - /identityGovernance/lifecycleWorkflows/workflows: - description: Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + x-ms-docs-operation-type: function + /identityGovernance/lifecycleWorkflows/settings: + description: Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List workflows - description: Get a list of workflow resources that are associated with lifecycle workflows. + summary: Get lifecycleManagementSettings + description: Read the properties and relationships of a lifecycleManagementSettings object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0 - operationId: identityGovernance.lifecycleWorkflows.ListWorkflows + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.GetSettings parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Update lifecycleManagementSettings + description: Update the properties of a lifecycleManagementSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.UpdateSettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /identityGovernance/lifecycleWorkflows/taskDefinitions: + description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: List taskDefinitions + description: Get a list of the taskDefinition objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.ListTaskDefinitions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.identityGovernance.taskDefinitionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}': + description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get taskDefinition + description: Read the details of a built-in workflow task. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.GetTaskDefinitions + parameters: + - name: taskDefinition-id + in: path + description: The unique identifier of taskDefinition + required: true + schema: + type: string + x-ms-docs-key-type: taskDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /identityGovernance/lifecycleWorkflows/taskDefinitions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get the number of the resource + operationId: identityGovernance.lifecycleWorkflows.taskDefinitions.GetCount-36f9 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /identityGovernance/lifecycleWorkflows/workflows: + description: Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: List workflows + description: Get a list of workflow resources that are associated with lifecycle workflows. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0 + operationId: identityGovernance.lifecycleWorkflows.ListWorkflows + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -359474,11 +360998,11 @@ paths: patch: tags: - me.userActivity - summary: Create or replace an activityHistoryItem - description: Create a new or replace an existing history item for an existing user activity. + summary: Delete an activityHistoryItem + description: Delete an existing history item for an existing user activity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 operationId: me.activities.UpdateHistoryItems parameters: - name: userActivity-id @@ -364388,6 +365912,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/calendarView/{event-id}/microsoft.graph.accept': @@ -364920,6 +366446,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/calendar/events: @@ -367169,6 +368697,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/events/{event-id}/microsoft.graph.accept': @@ -367689,6 +369219,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendar/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -371228,6 +372760,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': @@ -371874,6 +373408,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events': @@ -374709,6 +376245,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': @@ -375355,6 +376893,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -378416,6 +379956,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': @@ -378999,6 +380541,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/events': @@ -381544,6 +383088,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': @@ -382127,6 +383673,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User=''{User}'')': @@ -384455,6 +386003,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/calendarView/{event-id}/microsoft.graph.accept': @@ -384987,6 +386537,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/chats: @@ -387798,6 +389350,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/chats/{chat-id}/messages/$count': @@ -387939,6 +389493,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/chats/{chat-id}/microsoft.graph.hideForUser': @@ -390760,6 +392316,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/contactFolders/{contactFolder-id}/childFolders/$count': @@ -390901,6 +392459,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/contactFolders/{contactFolder-id}/contacts': @@ -391736,6 +393296,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/contactFolders/$count: @@ -391863,6 +393425,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/contacts: @@ -392578,6 +394142,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/createdObjects: @@ -399166,6 +400732,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')': @@ -399295,6 +400863,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels': @@ -406320,6 +407890,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')': @@ -406442,6 +408014,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/list/lastModifiedByUser': @@ -411408,6 +412982,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')': @@ -411530,6 +413106,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels': @@ -416213,6 +417791,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/events/{event-id}/microsoft.graph.accept': @@ -416733,6 +418313,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/extensions: @@ -421391,6 +422973,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': @@ -421546,6 +423130,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/microsoft.graph.archive': @@ -426998,6 +428584,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/primaryChannel/messages/$count': @@ -427139,6 +428727,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/joinedTeams/{team-id}/primaryChannel/microsoft.graph.archive': @@ -431403,11 +432993,11 @@ paths: patch: tags: - me.mailFolder - summary: Update mailSearchFolder - description: Update the writable properties of a mailSearchFolder object. + summary: Update mailfolder + description: Update the properties of mailfolder object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailsearchfolder-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0 operationId: me.UpdateMailFolders parameters: - name: mailFolder-id @@ -433728,6 +435318,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.copy': @@ -433984,6 +435576,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/messageRules': @@ -435793,6 +437387,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() '/me/mailFolders/{mailFolder-id}/microsoft.graph.copy': @@ -436021,6 +437617,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/managedAppRegistrations: @@ -438805,11 +440403,11 @@ paths: get: tags: - me.message - summary: Get eventMessage - description: 'Get the properties and relationships of the eventMessage object. Apply the $expand parameter on the event navigation property to get the associated event in an attendee''s calendar. Currently, this operation returns event message bodies in only HTML format.' + summary: Get open extension + description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: me.GetMessages parameters: - name: message-id @@ -439008,10 +440606,10 @@ paths: tags: - me.message summary: List attachments - description: Retrieve a list of attachment objects. + description: Retrieve a list of attachment objects attached to a message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 operationId: me.messages.ListAttachments parameters: - name: message-id @@ -440096,6 +441694,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/microsoft.graph.assignLicense: @@ -440123,7 +441723,7 @@ paths: tags: - me.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 @@ -449204,6 +450804,123 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.Functions + summary: Invoke function delta + operationId: me.onlineMeetings.onlineMeeting.recordings.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/calendarView/microsoft.graph.delta() + - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/events/microsoft.graph.delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendarView/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - /me/contactFolders/microsoft.graph.delta() + - /me/contacts/microsoft.graph.delta() + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/root/microsoft.graph.delta()' + - '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/me/events/{event-id}/instances/microsoft.graph.delta()' + - /me/events/microsoft.graph.delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - /me/mailFolders/microsoft.graph.delta() + - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - /me/todo/lists/microsoft.graph.delta() '/me/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -449640,6 +451357,123 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - me.Functions + summary: Invoke function delta + operationId: me.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/me/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/calendarView/microsoft.graph.delta() + - '/me/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - /me/calendar/events/microsoft.graph.delta() + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/me/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/me/calendarView/{event-id}/instances/microsoft.graph.delta()' + - /me/calendarView/microsoft.graph.delta() + - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - /me/contactFolders/microsoft.graph.delta() + - /me/contacts/microsoft.graph.delta() + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/me/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/me/drives/{drive-id}/root/microsoft.graph.delta()' + - '/me/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/me/events/{event-id}/instances/microsoft.graph.delta()' + - /me/events/microsoft.graph.delta() + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/me/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - /me/mailFolders/microsoft.graph.delta() + - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - /me/todo/lists/microsoft.graph.delta() /me/onlineMeetings/$count: description: Provides operations to count the resources in the collection. get: @@ -449712,6 +451546,180 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/me/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - me.Functions + summary: Invoke function getAllRecordings + operationId: me.onlineMeetings.getAllRecordings + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/me/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - me.Functions + summary: Invoke function getAllTranscripts + operationId: me.onlineMeetings.getAllTranscripts + parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore /me/outlook: description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: @@ -460108,6 +462116,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - /me/todo/lists/microsoft.graph.delta() /me/todo/lists/$count: description: Provides operations to count the resources in the collection. @@ -460235,6 +462245,8 @@ paths: - '/me/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - /me/mailFolders/microsoft.graph.delta() - /me/messages/microsoft.graph.delta() + - '/me/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/me/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/me/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' /me/transitiveMemberOf: description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.user entity. @@ -461074,10 +463086,10 @@ paths: tags: - organization.organization summary: List organizations - description: Retrieve a list of organization objects. There's only one organization object in the collection. + description: List properties and relationships of the organization objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0 operationId: organization.organization.ListOrganization parameters: - $ref: '#/components/parameters/top' @@ -461152,10 +463164,10 @@ paths: tags: - organization.organization summary: Get organization - description: Read properties and relationships of the organization object. + description: 'Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0 operationId: organization.organization.GetOrganization parameters: - name: organization-id @@ -462369,11 +464381,11 @@ paths: get: tags: - organization.organizationalBranding - summary: Get organizationalBrandingLocalization - description: 'Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.' + summary: Get organizationalBranding + description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization.branding.GetLocalizationsBannerLogo parameters: - name: organization-id @@ -524168,499 +526180,493 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. + summary: Get owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' + operationId: servicePrincipals.ListOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref': + description: Provides operations to manage the collection of servicePrincipal entities. + delete: + tags: + - servicePrincipals.directoryObject + summary: Remove service principal owner + description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 - operationId: servicePrincipals.ListOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref': - description: Provides operations to manage the collection of servicePrincipal entities. - delete: - tags: - - servicePrincipals.directoryObject - summary: Remove service principal owner - description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 - operationId: servicePrincipals.owners.DeleteRefDirectoryObject - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.appRoleAssignment': - description: Casts the previous resource to appRoleAssignment. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment - operationId: servicePrincipals.GetOwners.AsAppRoleAssignment - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.endpoint': - description: Casts the previous resource to endpoint. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint - operationId: servicePrincipals.GetOwners.AsEndpoint - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.endpoint' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.servicePrincipal': - description: Casts the previous resource to servicePrincipal. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal - operationId: servicePrincipals.GetOwners.AsServicePrincipal - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.user': - description: Casts the previous resource to user. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user - operationId: servicePrincipals.GetOwners.AsUser - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: directoryObject-id - in: path - description: The unique identifier of directoryObject - required: true - schema: - type: string - x-ms-docs-key-type: directoryObject - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the number of the resource - operationId: servicePrincipals.owners.GetCount-ec9a - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/servicePrincipals/{servicePrincipal-id}/owners/$ref': - description: Provides operations to manage the collection of servicePrincipal entities. - get: - tags: - - servicePrincipals.directoryObject - summary: 'servicePrincipals: List owners' - description: Retrieve a list of owners of the servicePrincipal. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 - operationId: servicePrincipals.ListRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/StringCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - servicePrincipals.directoryObject - summary: 'servicePrincipal: Add owner' - description: 'Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0 - operationId: servicePrincipals.CreateRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - requestBody: - $ref: '#/components/requestBodies/refPostBody' - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - servicePrincipals.directoryObject - summary: Remove service principal owner - description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 - operationId: servicePrincipals.DeleteRefOwners - parameters: - - name: servicePrincipal-id - in: path - description: The unique identifier of servicePrincipal - required: true - schema: - type: string - x-ms-docs-key-type: servicePrincipal - - name: If-Match - in: header - description: ETag - schema: - type: string - - name: '@id' - in: query - description: The delete Uri - required: true - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/servicePrincipals/{servicePrincipal-id}/owners/microsoft.graph.appRoleAssignment': - description: Casts the previous resource to appRoleAssignment. - get: - tags: - - servicePrincipals.directoryObject - summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection - operationId: servicePrincipals.ListOwners.AsAppRoleAssignment + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 + operationId: servicePrincipals.owners.DeleteRefDirectoryObject + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.appRoleAssignment': + description: Casts the previous resource to appRoleAssignment. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment + operationId: servicePrincipals.GetOwners.AsAppRoleAssignment + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.endpoint': + description: Casts the previous resource to endpoint. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint + operationId: servicePrincipals.GetOwners.AsEndpoint + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.endpoint' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.servicePrincipal': + description: Casts the previous resource to servicePrincipal. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal + operationId: servicePrincipals.GetOwners.AsServicePrincipal + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/microsoft.graph.user': + description: Casts the previous resource to user. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user + operationId: servicePrincipals.GetOwners.AsUser + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: directoryObject-id + in: path + description: The unique identifier of directoryObject + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the number of the resource + operationId: servicePrincipals.owners.GetCount-ec9a + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/servicePrincipals/{servicePrincipal-id}/owners/$ref': + description: Provides operations to manage the collection of servicePrincipal entities. + get: + tags: + - servicePrincipals.directoryObject + summary: Get ref of owners from servicePrincipals + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' + operationId: servicePrincipals.ListRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: ConsistencyLevel + in: header + description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' + schema: + type: string + examples: + example-1: + description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. + value: eventual + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/StringCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - servicePrincipals.directoryObject + summary: 'servicePrincipal: Add owner' + description: 'Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0 + operationId: servicePrincipals.CreateRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + requestBody: + $ref: '#/components/requestBodies/refPostBody' + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - servicePrincipals.directoryObject + summary: Remove service principal owner + description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 + operationId: servicePrincipals.DeleteRefOwners + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: If-Match + in: header + description: ETag + schema: + type: string + - name: '@id' + in: query + description: The delete Uri + required: true + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/owners/microsoft.graph.appRoleAssignment': + description: Casts the previous resource to appRoleAssignment. + get: + tags: + - servicePrincipals.directoryObject + summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection + operationId: servicePrincipals.ListOwners.AsAppRoleAssignment parameters: - name: servicePrincipal-id in: path @@ -541519,11 +543525,11 @@ paths: get: tags: - sites.list - summary: Get metadata for a list - description: Returns the metadata for a list. + summary: List operations on a list + description: Get a list of rich long-running operations associated with a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 operationId: sites.GetLists parameters: - name: site-id @@ -597849,128 +599855,5863 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' + - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' + '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.terms.GetCount-26b6 + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + schema: + type: string + x-ms-docs-key-type: set + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/termStores/{store-id}/sets/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.sets.GetCount-07f9 + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + schema: + type: string + x-ms-docs-key-type: store + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/termStores/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.store + summary: Get the number of the resource + operationId: sites.termStores.GetCount-00cb + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + schema: + type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /sites/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - sites.site + summary: Get the number of the resource + operationId: sites.GetCount-6254 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /sites/microsoft.graph.add: + description: Provides operations to call the add method. + post: + tags: + - sites.Actions + summary: Invoke action add + description: Follow a user's site or multiple sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 + operationId: sites.add + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /sites/microsoft.graph.delta(): + description: Provides operations to call the delta method. + get: + tags: + - sites.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 + operationId: sites.delta + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()' + - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')' + /sites/microsoft.graph.getAllSites(): + description: Provides operations to call the getAllSites method. + get: + tags: + - sites.Functions + summary: Invoke function getAllSites + description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 + operationId: sites.getAllSites + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /sites/microsoft.graph.remove: + description: Provides operations to call the remove method. + post: + tags: + - sites.Actions + summary: Invoke action remove + description: Unfollow a user's site or multiple sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 + operationId: sites.remove + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of site + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /solutions: + description: Provides operations to manage the solutionsRoot singleton. + get: + tags: + - solutions.solutionsRoot + summary: Get solutions + operationId: solutions.solutionsRoot.GetSolutionsRoot + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.solutionsRoot + summary: Update solutions + operationId: solutions.solutionsRoot.UpdateSolutionsRoot + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore: + description: Provides operations to manage the backupRestore property of the microsoft.graph.solutionsRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get backupRestoreRoot + description: Get the serviceStatus of the Microsoft 365 Backup Storage service in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-1.0 + operationId: solutions.GetBackupRestore + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property backupRestore in solutions + operationId: solutions.UpdateBackupRestore + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property backupRestore for solutions + operationId: solutions.DeleteBackupRestore + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveInclusionRules: + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListDriveInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveInclusionRules for solutions + operationId: solutions.backupRestore.CreateDriveInclusionRules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveInclusionRules in solutions + operationId: solutions.backupRestore.UpdateDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveInclusionRules for solutions + operationId: solutions.backupRestore.DeleteDriveInclusionRules + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveInclusionRules/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.driveInclusionRules.GetCount-d025 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/driveProtectionUnits: + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListDriveProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveProtectionUnits for solutions + operationId: solutions.backupRestore.CreateDriveProtectionUnits + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: The list of drive protection units in the tenant. + operationId: solutions.backupRestore.GetDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteDriveProtectionUnits + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/driveProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.driveProtectionUnits.GetCount-d596 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies: + description: Provides operations to manage the exchangeProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solutions.backupRestore.ListExchangeProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create exchangeProtectionPolicy + description: Create a protection policy for the Exchange service in a Microsoft 365 tenant. The policy is set to inactive when it is created. Users can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateExchangeProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}': + description: Provides operations to manage the exchangeProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solutions.backupRestore.GetExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeProtectionPolicy + description: Update an Exchange protection policy. This method adds a mailboxprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteExchangeProtectionPolicies + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxInclusionRules + description: 'Get a list of mailboxProtectionRule objects associated with an exchangeProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxInclusionRules + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxInclusionRules + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.mailboxInclusionRules.GetCount-2c50 + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxProtectionUnits + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxProtectionUnits + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.mailboxProtectionUnits.GetCount-555b + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetCount-f24d + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions: + description: Provides operations to manage the exchangeRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solutions.backupRestore.ListExchangeRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.exchangeRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to exchangeRestoreSessions for solutions + operationId: solutions.backupRestore.CreateExchangeRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}': + description: Provides operations to manage the exchangeRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solutions.backupRestore.GetExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeRestoreSession + description: Update the properties of an exchangeRestoreSession. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteExchangeRestoreSessions + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts': + description: Provides operations to manage the granularMailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.ListGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to granularMailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.CreateGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}': + description: Provides operations to manage the granularMailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get granularMailboxRestoreArtifacts from solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.GetGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property granularMailboxRestoreArtifacts in solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.UpdateGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property granularMailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.DeleteGranularMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.exchangeRestoreSessions.granularMailboxRestoreArtifacts.GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: granularMailboxRestoreArtifact-id + in: path + description: The unique identifier of granularMailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: granularMailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeRestoreSessions.granularMailboxRestoreArtifacts.GetCount-4d23 + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts': + description: Provides operations to manage the mailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxRestoreArtifacts + description: Get a list of the mailboxRestoreArtifact objects that are associated with an exchangeRestoreSession in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.exchangeRestoreSessions.ListMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.CreateMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}': + description: Provides operations to manage the mailboxRestoreArtifacts property of the microsoft.graph.exchangeRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + operationId: solutions.backupRestore.exchangeRestoreSessions.GetMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxRestoreArtifacts in solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.UpdateMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxRestoreArtifacts for solutions + operationId: solutions.backupRestore.exchangeRestoreSessions.DeleteMailboxRestoreArtifacts + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.exchangeRestoreSessions.mailboxRestoreArtifacts.GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeRestoreSessions.mailboxRestoreArtifacts.GetCount-5e6f + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeRestoreSessions.GetCount-155a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxInclusionRules: + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListMailboxInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxInclusionRules for solutions + operationId: solutions.backupRestore.CreateMailboxInclusionRules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}': + description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxInclusionRules in solutions + operationId: solutions.backupRestore.UpdateMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxInclusionRules for solutions + operationId: solutions.backupRestore.DeleteMailboxInclusionRules + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/mailboxInclusionRules/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.mailboxInclusionRules.GetCount-d80a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxProtectionUnits: + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxProtectionUnits + description: Get a list of mailboxProtectionUnit objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListMailboxProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxProtectionUnits for solutions + operationId: solutions.backupRestore.CreateMailboxProtectionUnits + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + description: Provides operations to manage the mailboxProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The list of mailbox protection units in the tenant. + operationId: solutions.backupRestore.GetMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteMailboxProtectionUnits + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/mailboxProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.mailboxProtectionUnits.GetCount-f991 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/microsoft.graph.enable: + description: Provides operations to call the enable method. + post: + tags: + - solutions.Actions + summary: Invoke action enable + description: Enable the Microsoft 365 Backup Storage service for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-1.0 + operationId: solutions.backupRestore.enable + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + appOwnerTenantId: + type: string + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceStatus' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies: + description: Provides operations to manage the oneDriveForBusinessProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solutions.backupRestore.ListOneDriveForBusinessProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create oneDriveForBusinessProtectionPolicy + description: 'Create a protection policy for the OneDrive service in Microsoft 365. When the policy is created, its state is set to inactive. Users can also provide a list of protection units under the policy.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateOneDriveForBusinessProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}': + description: Provides operations to manage the oneDriveForBusinessProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solutions.backupRestore.GetOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessProtectionPolicy + description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveInclusionRules + description: 'Get a list of the driveProtectionRule objects that are associated with a OneDrive for Business protection policy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveInclusionRules + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}': + description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveInclusionRules + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.driveInclusionRules.GetCount-49f5 + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveProtectionUnits + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}': + description: Provides operations to manage the driveProtectionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: Contains the protection units associated with a OneDrive for Business protection policy. + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveProtectionUnits + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.driveProtectionUnits.GetCount-2f14 + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetCount-4e8f + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessRestoreSessions: + description: Provides operations to manage the oneDriveForBusinessRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solutions.backupRestore.ListOneDriveForBusinessRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to oneDriveForBusinessRestoreSessions for solutions + operationId: solutions.backupRestore.CreateOneDriveForBusinessRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}': + description: Provides operations to manage the oneDriveForBusinessRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solutions.backupRestore.GetOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessRestoreSession + description: Update the properties of a oneDriveForBusinessRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteOneDriveForBusinessRestoreSessions + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts': + description: Provides operations to manage the driveRestoreArtifacts property of the microsoft.graph.oneDriveForBusinessRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List driveRestoreArtifacts + description: Get a list of the driveRestoreArtifact objects and their properties for a oneDriveForBusinessRestoreSession for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.ListDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveRestoreArtifacts for solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.CreateDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}': + description: Provides operations to manage the driveRestoreArtifacts property of the microsoft.graph.oneDriveForBusinessRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.GetDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveRestoreArtifacts in solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.UpdateDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveRestoreArtifacts for solutions + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.DeleteDriveRestoreArtifacts + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.driveRestoreArtifacts.GetRestorePoint + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.driveRestoreArtifacts.GetCount-9e6d + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessRestoreSessions.GetCount-8c80 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionPolicies: + description: Provides operations to manage the protectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solutions.backupRestore.ListProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.protectionPolicyBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to protectionPolicies for solutions + operationId: solutions.backupRestore.CreateProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}': + description: Provides operations to manage the protectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solutions.backupRestore.GetProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property protectionPolicies in solutions + operationId: solutions.backupRestore.UpdateProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete protectionPolicyBase + description: Delete a protection policy. Read the properties and relationships of a protectionPolicyBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteProtectionPolicies + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.protectionPolicies.protectionPolicyBase.activate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate' + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate': + description: Provides operations to call the deactivate method. + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-1.0 + operationId: solutions.backupRestore.protectionPolicies.protectionPolicyBase.deactivate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate' + /solutions/backupRestore/protectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.protectionPolicies.GetCount-4cd1 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionUnits: + description: Provides operations to manage the protectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + operationId: solutions.backupRestore.ListProtectionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.protectionUnitBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}': + description: Provides operations to manage the protectionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetProtectionUnits + parameters: + - name: protectionUnitBase-id + in: path + description: The unique identifier of protectionUnitBase + required: true + schema: + type: string + x-ms-docs-key-type: protectionUnitBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/protectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.protectionUnits.GetCount-2032 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/restorePoints: + description: Provides operations to manage the restorePoints property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solutions.backupRestore.ListRestorePoints + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.restorePointCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restorePoints for solutions + operationId: solutions.backupRestore.CreateRestorePoints + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}': + description: Provides operations to manage the restorePoints property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solutions.backupRestore.GetRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restorePoints in solutions + operationId: solutions.backupRestore.UpdateRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property restorePoints for solutions + operationId: solutions.backupRestore.DeleteRestorePoints + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit': + description: Provides operations to manage the protectionUnit property of the microsoft.graph.restorePoint entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnit from solutions + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + operationId: solutions.backupRestore.restorePoints.GetProtectionUnit + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/restorePoints/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.restorePoints.GetCount-ca20 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/restorePoints/microsoft.graph.search: + description: Provides operations to call the search method. + post: + tags: + - solutions.Actions + summary: Invoke action search + description: Search for the restorePoint objects associated with a protectionUnit. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-1.0 + operationId: solutions.backupRestore.restorePoints.search + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + protectionUnitIds: + type: array + items: + type: string + nullable: true + protectionTimePeriod: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.timePeriod' + - type: object + nullable: true + restorePointPreference: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointPreference' + - type: object + nullable: true + tags: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointTags' + - type: object + nullable: true + artifactQuery: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.artifactQuery' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointSearchResponse' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/backupRestore/restoreSessions: + description: Provides operations to manage the restoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List restoreSessionBase objects + description: Get a list of restoreSession objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.restoreSessionBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restoreSessions for solutions + operationId: solutions.backupRestore.CreateRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}': + description: Provides operations to manage the restoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restoreSessionBase + description: Get the properties of a restoreSession object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restoreSessions in solutions + operationId: solutions.backupRestore.UpdateRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete restoreSessionBase + description: Delete a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteRestoreSessions + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.restoreSessions.restoreSessionBase.activate + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate' + /solutions/backupRestore/restoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.restoreSessions.GetCount-d907 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/serviceApps: + description: Provides operations to manage the serviceApps property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List serviceApps + description: Get a list of serviceApp objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListServiceApps + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.serviceAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create serviceApp + description: Create a new serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateServiceApps + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}': + description: Provides operations to manage the serviceApps property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get serviceApp + description: Read the properties and relationships of a serviceApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.GetServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property serviceApps in solutions + operationId: solutions.backupRestore.UpdateServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete serviceApp + description: Delete a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0 + operationId: solutions.backupRestore.DeleteServiceApps + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-1.0 + operationId: solutions.backupRestore.serviceApps.serviceApp.activate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceApp' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate' + - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate' + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate': + description: Provides operations to call the deactivate method. + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-1.0 + operationId: solutions.backupRestore.serviceApps.serviceApp.deactivate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + schema: + type: string + x-ms-docs-key-type: serviceApp + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceApp' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate' + /solutions/backupRestore/serviceApps/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.serviceApps.GetCount-ef36 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies: + description: Provides operations to manage the sharePointProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solutions.backupRestore.ListSharePointProtectionPolicies + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointProtectionPolicy + description: Create a protection policy for a M365 service SharePoint. Policy will be created in inactive state. User can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateSharePointProtectionPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}': + description: Provides operations to manage the sharePointProtectionPolicies property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solutions.backupRestore.GetSharePointProtectionPolicies + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update sharePointProtectionPolicy + description: Update a SharePoint protection policy. This method adds a siteprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-1.0 + operationId: solutions.backupRestore.UpdateSharePointProtectionPolicies + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteSharePointProtectionPolicies + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteInclusionRules + description: 'Get a list of siteProtectionRule objects associated with a sharePointProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteInclusionRules + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteInclusionRules + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.siteInclusionRules.GetCount-84d3 + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteProtectionUnits + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The protection units (sites) that are protected under the site protection policy. + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteProtectionUnits + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.siteProtectionUnits.GetCount-e896 + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetCount-9529 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions: + description: Provides operations to manage the sharePointRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solutions.backupRestore.ListSharePointRestoreSessions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.sharePointRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointRestoreSession + description: Create a new sharePointRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-1.0 + operationId: solutions.backupRestore.CreateSharePointRestoreSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}': + description: Provides operations to manage the sharePointRestoreSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solutions.backupRestore.GetSharePointRestoreSessions + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property sharePointRestoreSessions in solutions + operationId: solutions.backupRestore.UpdateSharePointRestoreSessions + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointRestoreSessions for solutions + operationId: solutions.backupRestore.DeleteSharePointRestoreSessions + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts': + description: Provides operations to manage the siteRestoreArtifacts property of the microsoft.graph.sharePointRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: List siteRestoreArtifacts + description: List all the siteRestoreArtifact objects for a sharePointRestoreSession for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-1.0 + operationId: solutions.backupRestore.sharePointRestoreSessions.ListSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteRestoreArtifacts for solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.CreateSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}': + description: Provides operations to manage the siteRestoreArtifacts property of the microsoft.graph.sharePointRestoreSession entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + operationId: solutions.backupRestore.sharePointRestoreSessions.GetSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteRestoreArtifacts in solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.UpdateSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteRestoreArtifacts for solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.DeleteSiteRestoreArtifacts + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint': + description: Provides operations to manage the restorePoint property of the microsoft.graph.restoreArtifactBase entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solutions.backupRestore.sharePointRestoreSessions.siteRestoreArtifacts.GetRestorePoint + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint' + - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint' + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointRestoreSessions.siteRestoreArtifacts.GetCount-1a1d + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointRestoreSessions.GetCount-3343 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/siteInclusionRules: + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solutions.backupRestore.ListSiteInclusionRules + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteInclusionRules for solutions + operationId: solutions.backupRestore.CreateSiteInclusionRules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}': + description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solutions.backupRestore.GetSiteInclusionRules + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': - description: Provides operations to count the resources in the collection. - get: + patch: tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.terms.GetCount-26b6 + - solutions.backupRestoreRoot + summary: Update the navigation property siteInclusionRules in solutions + operationId: solutions.backupRestore.UpdateSiteInclusionRules parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - name: set-id + - name: siteProtectionRule-id in: path - description: The unique identifier of set + description: The unique identifier of siteProtectionRule required: true schema: type: string - x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: siteProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' default: $ref: '#/components/responses/error' - '/sites/{site-id}/termStores/{store-id}/sets/$count': - description: Provides operations to count the resources in the collection. - get: + x-ms-docs-operation-type: operation + delete: tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.sets.GetCount-07f9 + - solutions.backupRestoreRoot + summary: Delete navigation property siteInclusionRules for solutions + operationId: solutions.backupRestore.DeleteSiteInclusionRules parameters: - - name: site-id + - name: siteProtectionRule-id in: path - description: The unique identifier of site + description: The unique identifier of siteProtectionRule required: true schema: type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - schema: - type: string - x-ms-docs-key-type: store - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/termStores/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - sites.store - summary: Get the number of the resource - operationId: sites.termStores.GetCount-00cb - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true + x-ms-docs-key-type: siteProtectionRule + - name: If-Match + in: header + description: ETag schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' + '204': + description: Success default: $ref: '#/components/responses/error' - /sites/$count: + x-ms-docs-operation-type: operation + /solutions/backupRestore/siteInclusionRules/$count: description: Provides operations to count the resources in the collection. get: tags: - - sites.site + - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: sites.GetCount-6254 + operationId: solutions.backupRestore.siteInclusionRules.GetCount-66cd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -597979,78 +605720,23 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /sites/microsoft.graph.add: - description: Provides operations to call the add method. - post: - tags: - - sites.Actions - summary: Invoke action add - description: Follow a user's site or multiple sites. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 - operationId: sites.add - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of site - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - '@odata.nextLink': - type: string - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /sites/microsoft.graph.delta(): - description: Provides operations to call the delta method. + /solutions/backupRestore/siteProtectionUnits: + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - sites.Functions - summary: Invoke function delta - description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 - operationId: sites.delta + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0 + operationId: solutions.backupRestore.ListSiteProtectionUnits parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $orderby in: query description: Order items by property values @@ -598061,61 +605747,6 @@ paths: type: array items: type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of site - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - '@odata.nextLink': - type: string - nullable: true - '@odata.deltaLink': - type: string - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()' - - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')' - /sites/microsoft.graph.getAllSites(): - description: Provides operations to call the getAllSites method. - get: - tags: - - sites.Functions - summary: Invoke function getAllSites - description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 - operationId: sites.getAllSites - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -598126,16 +605757,6 @@ paths: type: array items: type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $expand in: query description: Expand related entities @@ -598148,79 +605769,51 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of site - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - '@odata.nextLink': - type: string - nullable: true + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /sites/microsoft.graph.remove: - description: Provides operations to call the remove method. + x-ms-docs-operation-type: operation post: tags: - - sites.Actions - summary: Invoke action remove - description: Unfollow a user's site or multiple sites. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 - operationId: sites.remove + - solutions.backupRestoreRoot + summary: Create new navigation property to siteProtectionUnits for solutions + operationId: solutions.backupRestore.CreateSiteProtectionUnits requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - title: Collection of site - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.site' - '@odata.nextLink': - type: string - nullable: true + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - /solutions: - description: Provides operations to manage the solutionsRoot singleton. + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}': + description: Provides operations to manage the siteProtectionUnits property of the microsoft.graph.backupRestoreRoot entity. get: tags: - - solutions.solutionsRoot - summary: Get solutions - operationId: solutions.solutionsRoot.GetSolutionsRoot + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The list of site protection units in the tenant. + operationId: solutions.backupRestore.GetSiteProtectionUnits parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit - name: $select in: query description: Select properties to be returned @@ -598243,25 +605836,33 @@ paths: type: string responses: 2XX: - description: Retrieved entity + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.solutionsRoot - summary: Update solutions - operationId: solutions.solutionsRoot.UpdateSolutionsRoot + - solutions.backupRestoreRoot + summary: Update the navigation property siteProtectionUnits in solutions + operationId: solutions.backupRestore.UpdateSiteProtectionUnits + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' required: true responses: 2XX: @@ -598269,10 +605870,49 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.solutionsRoot' + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteProtectionUnits for solutions + operationId: solutions.backupRestore.DeleteSiteProtectionUnits + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/siteProtectionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.siteProtectionUnits.GetCount-bcec + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /solutions/bookingBusinesses: description: Provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity. get: @@ -607911,11 +615551,11 @@ paths: post: tags: - teams.channel - summary: Add member to channel - description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Add conversationMember + description: Add a conversationMember to a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: teams.channels.CreateMembers parameters: - name: team-id @@ -608065,11 +615705,11 @@ paths: delete: tags: - teams.channel - summary: Remove member from channel - description: Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Delete conversationMember + description: Delete a conversationMember from a channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 operationId: teams.channels.DeleteMembers parameters: - name: team-id @@ -608270,11 +615910,11 @@ paths: post: tags: - teams.channel - summary: Send chatMessage in channel - description: Send a new chatMessage in the specified channel. + summary: Send chatMessage in a channel or a chat + description: Send a new chatMessage in the specified channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: teams.channels.CreateMessages parameters: - name: team-id @@ -609198,11 +616838,11 @@ paths: post: tags: - teams.channel - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. + summary: Reply to a message in a channel + description: Create a new reply to a chatMessage in a specified channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 operationId: teams.channels.messages.CreateReplies parameters: - name: team-id @@ -626712,11 +634352,11 @@ paths: patch: tags: - tenantRelationships.multiTenantOrganization - summary: Create multiTenantOrganization - description: 'Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization.' + summary: Update multiTenantOrganization + description: Update the properties of a multitenant organization. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0 operationId: tenantRelationships.UpdateMultiTenantOrganization requestBody: description: New navigation property values @@ -627183,11 +634823,11 @@ paths: delete: tags: - users.user - summary: Delete user - description: Deletes a user. + summary: Delete a user + description: 'Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 operationId: users.user.DeleteUser parameters: - name: user-id @@ -628065,7 +635705,7 @@ paths: tags: - users.appRoleAssignment summary: Grant an appRoleAssignment to a user - description: 'Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers:' + description: 'Assign an app role to a user, creating an appRoleAssignment object. To grant an app role assignment to a user, you need three identifiers:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0 @@ -633365,6 +641005,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -633950,6 +641592,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -636493,6 +644137,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -637078,6 +644724,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -640995,6 +648643,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -641706,6 +649356,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -644837,6 +652489,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -645548,6 +653202,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -648983,6 +656639,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -649631,6 +657289,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -652468,6 +660128,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -653116,6 +660778,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -655737,6 +663401,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -656322,6 +663988,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -659575,6 +667243,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -659732,6 +667402,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -662988,6 +670660,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -663145,6 +670819,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -664101,6 +671777,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -664244,6 +671922,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -665070,6 +672750,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -672644,6 +680326,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -672782,6 +680466,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -680838,6 +688524,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -680969,6 +688657,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -686749,6 +694439,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -686880,6 +694572,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -692235,6 +699929,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -692820,6 +700516,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -698200,6 +705898,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -698371,6 +706071,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -704679,6 +712381,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -704836,6 +712540,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -712465,6 +720171,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -712746,6 +720454,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -714788,6 +722498,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -715041,6 +722753,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -719836,6 +727550,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -719873,7 +727589,7 @@ paths: tags: - users.Actions summary: Invoke action changePassword - description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. + description: Update the signed-in user's password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 @@ -730305,29 +738021,68 @@ paths: schema: type: string x-ms-docs-key-type: callRecording - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecording' + default: + $ref: '#/components/responses/error' + delete: + tags: + - users.onlineMeeting + summary: Delete content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: users.onlineMeetings.DeleteRecordingsContent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + schema: + type: string responses: - 2XX: + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.callRecording' default: $ref: '#/components/responses/error' - delete: + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count': + description: Provides operations to count the resources in the collection. + get: tags: - users.onlineMeeting - summary: Delete content for the navigation property recordings in users - description: The content of the recording. Read-only. - operationId: users.onlineMeetings.DeleteRecordingsContent + summary: Get the number of the resource + operationId: users.onlineMeetings.recordings.GetCount-6c9a parameters: - name: user-id in: path @@ -730343,30 +738098,20 @@ paths: schema: type: string x-ms-docs-key-type: onlineMeeting - - name: callRecording-id - in: path - description: The unique identifier of callRecording - required: true - schema: - type: string - x-ms-docs-key-type: callRecording - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + 2XX: + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count': - description: Provides operations to count the resources in the collection. + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()': + description: Provides operations to call the delta method. get: tags: - - users.onlineMeeting - summary: Get the number of the resource - operationId: users.onlineMeetings.recordings.GetCount-6c9a + - users.Functions + summary: Invoke function delta + operationId: users.user.onlineMeetings.onlineMeeting.recordings.delta parameters: - name: user-id in: path @@ -730382,13 +738127,110 @@ paths: schema: type: string x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/microsoft.graph.delta()' + - '/users/{user-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/microsoft.graph.delta()' + - /users/microsoft.graph.delta() + - /users/microsoft.graph.delta() '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: @@ -730918,6 +738760,132 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()': + description: Provides operations to call the delta method. + get: + tags: + - users.Functions + summary: Invoke function delta + operationId: users.user.onlineMeetings.onlineMeeting.transcripts.delta + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-grouped-path: + - '/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendar/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/calendarView/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/chats/{chat-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/contactFolders/microsoft.graph.delta()' + - '/users/{user-id}/contacts/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta()' + - '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.delta(token=''{token}'')' + - '/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()' + - '/users/{user-id}/events/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()' + - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/mailFolders/microsoft.graph.delta()' + - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' + - '/users/{user-id}/todo/lists/microsoft.graph.delta()' + - /users/microsoft.graph.delta() + - /users/microsoft.graph.delta() '/users/{user-id}/onlineMeetings/$count': description: Provides operations to count the resources in the collection. get: @@ -731005,6 +738973,194 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllRecordings method. + get: + tags: + - users.Functions + summary: Invoke function getAllRecordings + operationId: users.user.onlineMeetings.getAllRecordings + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callRecording + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callRecording' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': + description: Provides operations to call the getAllTranscripts method. + get: + tags: + - users.Functions + summary: Invoke function getAllTranscripts + operationId: users.user.onlineMeetings.getAllTranscripts + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + schema: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of callTranscript + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.callTranscript' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/users/{user-id}/outlook': description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: @@ -736834,11 +744990,11 @@ paths: get: tags: - users.presence - summary: Get presence - description: Get a user's presence information. + summary: 'presence: setStatusMessage' + description: Set a presence status message for a user. An optional expiration date and time can be supplied. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 operationId: users.GetPresence parameters: - name: user-id @@ -743150,6 +751306,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() @@ -743293,6 +751451,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - /users/microsoft.graph.delta() - /users/microsoft.graph.delta() @@ -744070,6 +752230,8 @@ paths: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()' - '/users/{user-id}/mailFolders/microsoft.graph.delta()' - '/users/{user-id}/messages/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/microsoft.graph.delta()' + - '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()' - '/users/{user-id}/todo/lists/microsoft.graph.delta()' - /users/microsoft.graph.delta() @@ -745458,6 +753620,13 @@ components: nullable: true description: Represents a setting to control people-related admin settings in the tenant. x-ms-navigationProperty: true + reportSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.adminReportSettings' + - type: object + nullable: true + description: A container for administrative resources to manage reports. + x-ms-navigationProperty: true serviceAnnouncement: anyOf: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' @@ -745552,6 +753721,15 @@ components: nullable: true description: A container for tenant-level settings for Microsoft 365 applications. x-ms-navigationProperty: true + microsoft.graph.adminReportSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adminReportSettings + type: object + properties: + displayConcealedNames: + type: boolean + description: 'If set to true, all reports conceal user information such as usernames, groups, and sites. If false, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.' microsoft.graph.agreement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -747895,6 +756073,120 @@ components: items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' x-ms-navigationProperty: true + microsoft.graph.backupRestoreRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: backupRestoreRoot + type: object + properties: + serviceStatus: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceStatus' + - type: object + nullable: true + description: Represents the tenant-level status of the Backup Storage service. + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: The list of drive inclusion rules applied to the tenant. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: The list of drive protection units in the tenant. + x-ms-navigationProperty: true + exchangeProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + description: The list of Exchange protection policies in the tenant. + x-ms-navigationProperty: true + exchangeRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + description: The list of Exchange restore sessions available in the tenant. + x-ms-navigationProperty: true + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The list of mailbox inclusion rules applied to the tenant. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The list of mailbox protection units in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + description: The list of OneDrive for Business protection policies in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + description: The list of OneDrive for Business restore sessions available in the tenant. + x-ms-navigationProperty: true + protectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + description: List of protection policies in the tenant. + x-ms-navigationProperty: true + protectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + description: List of protection units in the tenant. + x-ms-navigationProperty: true + restorePoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + description: List of restore points in the tenant. + x-ms-navigationProperty: true + restoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + description: List of restore sessions in the tenant. + x-ms-navigationProperty: true + serviceApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + description: List of Backup Storage apps in the tenant. + x-ms-navigationProperty: true + sharePointProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + description: The list of SharePoint protection policies in the tenant. + x-ms-navigationProperty: true + sharePointRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + description: The list of SharePoint restore sessions available in the tenant. + x-ms-navigationProperty: true + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The list of site inclusion rules applied to the tenant. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The list of site protection units in the tenant. + x-ms-navigationProperty: true microsoft.graph.baseItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -749046,17 +757338,31 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. @@ -749077,17 +757383,31 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. @@ -750230,6 +758550,37 @@ components: description: The result information. Read-only. status: $ref: '#/components/schemas/microsoft.graph.operationStatus' + microsoft.graph.community: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: community + type: object + properties: + description: + type: string + description: 'The description of the community. The maximum length is 1,024 characters.' + displayName: + type: string + description: The name of the community. The maximum length is 255 characters. + groupId: + type: string + description: The ID of the Microsoft 365 group that manages the membership of this community. + nullable: true + privacy: + $ref: '#/components/schemas/microsoft.graph.communityPrivacy' + group: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.group' + - type: object + nullable: true + description: The Microsoft 365 group that manages the membership of this community. + x-ms-navigationProperty: true + owners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.user' + description: 'The admins of the community. Limited to 100 users. If this property isn''t specified when you create the community, the calling user is automatically assigned as the community owner.' + x-ms-navigationProperty: true microsoft.graph.companySubscription: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -754279,6 +762630,56 @@ components: description: Indicates the size of the content stream for this version of the item. format: int64 nullable: true + microsoft.graph.driveProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: driveProtectionRule + type: object + properties: + driveExpression: + type: string + description: 'Contains a drive expression. For examples, see driveExpression examples.' + nullable: true + microsoft.graph.driveProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: driveProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email associated with the directory object. + nullable: true + readOnly: true + microsoft.graph.driveRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: driveRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true microsoft.graph.eBookInstallSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -755449,6 +763850,18 @@ components: title: employeeExperience type: object properties: + communities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.community' + description: A collection of communities in Viva Engage. + x-ms-navigationProperty: true + engagementAsyncOperations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + description: 'A collection of long-running, asynchronous operations related to Viva Engage.' + x-ms-navigationProperty: true learningCourseActivities: type: array items: @@ -755581,6 +763994,22 @@ components: subject: type: string description: Mail subject. + microsoft.graph.engagementAsyncOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + - title: engagementAsyncOperation + type: object + properties: + operationType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperationType' + - type: object + nullable: true + description: 'The type of the long-running operation. The possible values are: createCommunity, unknownFutureValue.' + resourceId: + type: string + description: The ID of the object created or modified as a result of this async operation. + nullable: true microsoft.graph.enrollmentConfigurationAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -756100,6 +764529,41 @@ components: - type: object nullable: true description: 'Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' + microsoft.graph.exchangeProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: exchangeProtectionPolicy + type: object + properties: + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The rules associated with the Exchange protection policy. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + x-ms-navigationProperty: true + microsoft.graph.exchangeRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: exchangeRestoreSession + type: object + properties: + granularMailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + x-ms-navigationProperty: true + mailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + x-ms-navigationProperty: true microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -756420,6 +764884,22 @@ components: description: Indicates when the insight was created. format: date-time nullable: true + microsoft.graph.granularMailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + - title: granularMailboxRestoreArtifact + type: object + properties: + artifactCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: . + format: int32 + nullable: true + searchResponseId: + type: string + description: . microsoft.graph.group: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -759033,13 +767513,13 @@ components: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The start time of the operation. 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.' + description: 'The start time of the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true lastActionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The time of the last action in the operation. 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.' + description: 'The time of the last action in the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true resourceLocation: @@ -759354,6 +767834,51 @@ components: recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. + microsoft.graph.mailboxProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: mailboxProtectionRule + type: object + properties: + mailboxExpression: + type: string + description: 'Contains a mailbox expression. For examples, see mailboxExpression examples.' + nullable: true + microsoft.graph.mailboxProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: mailboxProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: The ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email address associated with the directory object. + nullable: true + readOnly: true + microsoft.graph.mailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: mailboxRestoreArtifact + type: object + properties: + restoredFolderId: + type: string + description: The new restored folder identifier for the user. + nullable: true + restoredFolderName: + type: string + description: The new restored folder name. + nullable: true + readOnly: true microsoft.graph.mailFolder: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -761646,6 +770171,36 @@ components: - type: object nullable: true description: Required. Configuration for what to invoke if the event resolves to this listener. This lets us define potential handler configurations per-event. + microsoft.graph.oneDriveForBusinessProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: oneDriveForBusinessProtectionPolicy + type: object + properties: + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: Contains the details of the Onedrive for Business protection rule. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: Contains the protection units associated with a OneDrive for Business protection policy. + x-ms-navigationProperty: true + microsoft.graph.oneDriveForBusinessRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: oneDriveForBusinessRestoreSession + type: object + properties: + driveRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + x-ms-navigationProperty: true microsoft.graph.onenote: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -764719,6 +773274,143 @@ components: isEnabledInOrganization: type: boolean description: 'true to enable pronouns in the organization; otherwise, false. The default value is false, and pronouns are disabled.' + microsoft.graph.protectionPolicyBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionPolicyBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the policy. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the policy. + format: date-time + nullable: true + displayName: + type: string + description: The name of the policy to be created. + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of the person who last modified the policy. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The timestamp of the last modification of the policy. + format: date-time + nullable: true + retentionSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' + description: Contains the retention setting details for the policy. + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyStatus' + - type: object + nullable: true + description: 'The aggregated status of the protection units associated with the policy. The possible values are: inactive, activeWithErrors, updating, active, unknownFutureValue.' + microsoft.graph.protectionRuleBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionRuleBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the rule. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the rule. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if an operation on a rule fails. + isAutoApplyEnabled: + type: boolean + description: Indicates whether the protection rule is static or dynamic. + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of the person who last modified the rule. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification made to the rule. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' + - type: object + nullable: true + description: 'The status of the protection rule. The possible values are: draft, active, completed, completedWithErrors, unknownFutureValue.' + microsoft.graph.protectionUnitBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionUnitBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the protection unit. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the protection unit. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if an error occurred while creating a protection unit. + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who last modified the protection unit. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of this protection unit. + format: date-time + nullable: true + policyId: + type: string + description: The unique identifier of the protection policy based on which protection unit was created. + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitStatus' + - type: object + nullable: true + description: 'The status of the protection unit. The possible values are: protectRequested, protected, unprotectRequested, unprotected, removeRequested, unknownFutureValue.' microsoft.graph.provisioningObjectSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -765117,6 +773809,128 @@ components: type: string description: ID of the Microsoft Entra app that is hosting the resource. Read-only. nullable: true + microsoft.graph.restoreArtifactBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreArtifactBase + type: object + properties: + completionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when restoration of restore artifact is completed. + format: date-time + nullable: true + destinationType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.destinationType' + - type: object + nullable: true + description: 'Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue.' + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if the restore session fails or completes with an error. + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time when restoration of restore artifact is started. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.artifactRestoreStatus' + - type: object + nullable: true + description: 'The individual restoration status of the restore artifact. The possible values are: added, scheduling, scheduled, inProgress, succeeded, failed, unknownFutureValue.' + restorePoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePoint' + - type: object + nullable: true + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + x-ms-navigationProperty: true + microsoft.graph.restorePoint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restorePoint + type: object + properties: + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Expiration date time of the restore point. + format: date-time + nullable: true + protectionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date time when the restore point was created. + format: date-time + nullable: true + tags: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePointTags' + - type: object + nullable: true + description: 'The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue.' + protectionUnit: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - type: object + nullable: true + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + x-ms-navigationProperty: true + microsoft.graph.restoreSessionBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreSessionBase + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of completion of the restore session. + format: date-time + nullable: true + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: The identity of person who created the restore session. + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of creation of the restore session. + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + description: Contains error details if the restore session fails or completes with an error. + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the restore session. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the restore session. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionStatus' + - type: object + nullable: true + description: 'Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.' microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -766199,6 +775013,48 @@ components: title: type: string description: The title of the service event. + microsoft.graph.serviceApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: serviceApp + type: object + properties: + application: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - type: object + nullable: true + description: The Entra ID application ID. + effectiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the effective activation of the service app. + format: date-time + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the entity. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + registrationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the creation of the service app entity. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.serviceAppStatus' + - type: object + nullable: true + description: 'The status of the service app. This value indicates whether or not the application can be used to control the backup service. The possible values are: inactive, active, pendingActive, pendingInactive, unknownFutureValue.' microsoft.graph.serviceHealth: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -766930,6 +775786,36 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.sharePointProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: sharePointProtectionPolicy + type: object + properties: + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The rules associated with the SharePoint Protection policy. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The protection units (sites) that are protected under the site protection policy. + x-ms-navigationProperty: true + microsoft.graph.sharePointRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: sharePointRestoreSession + type: object + properties: + siteRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + x-ms-navigationProperty: true microsoft.graph.sharepointSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -767659,6 +776545,56 @@ components: $ref: '#/components/schemas/microsoft.graph.webPart' description: Collection of webparts on the SharePoint page. x-ms-navigationProperty: true + microsoft.graph.siteProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: siteProtectionRule + type: object + properties: + siteExpression: + type: string + description: 'Contains a site expression. For examples, see siteExpression example.' + nullable: true + microsoft.graph.siteProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: siteProtectionUnit + type: object + properties: + siteId: + type: string + description: Unique identifier of the SharePoint site. + nullable: true + siteName: + type: string + description: Name of the SharePoint site. + nullable: true + readOnly: true + siteWebUrl: + type: string + description: The web URL of the SharePoint site. + nullable: true + readOnly: true + microsoft.graph.siteRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: siteRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true microsoft.graph.skypeForBusinessUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' @@ -767842,6 +776778,12 @@ components: title: solutionsRoot type: object properties: + backupRestore: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + - type: object + nullable: true + x-ms-navigationProperty: true bookingBusinesses: type: array items: @@ -768836,7 +777778,7 @@ components: description: Indicates whether Microsoft Teams is enabled for the organization. region: type: string - description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true deletedChats: type: array @@ -772678,7 +781620,7 @@ components: nullable: true region: type: string - description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -772786,6 +781728,12 @@ components: - type: object nullable: true description: 'The end time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.' + settings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' + - type: object + nullable: true + description: The virtual event settings. startDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' @@ -778174,6 +787122,20 @@ components: nullable: true processingState: $ref: '#/components/schemas/microsoft.graph.printJobProcessingState' + microsoft.graph.artifactQuery: + title: artifactQuery + type: object + properties: + artifactType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorableArtifact' + - type: object + nullable: true + description: 'The type of artifact to search. The possible values are: message, unknownFutureValue.' + queryExpression: + type: string + description: Specifies criteria to retrieve artifacts. + nullable: true microsoft.graph.assignedLabel: title: assignedLabel type: object @@ -789564,6 +798526,42 @@ components: microsoft.graph.restoreAction: title: restoreAction type: object + microsoft.graph.restorePointSearchResponse: + title: restorePointSearchResponse + type: object + properties: + noResultProtectionUnitIds: + type: array + items: + type: string + nullable: true + description: Contains alist of protection units with no restore points. + searchResponseId: + type: string + description: The unique identifier of the search response. + nullable: true + searchResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' + description: Contains a collection of restore points. + microsoft.graph.restorePointSearchResult: + title: restorePointSearchResult + type: object + properties: + artifactHitCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of artifacts restored. + format: int32 + nullable: true + restorePoint: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.restorePoint' + - type: object + nullable: true + x-ms-navigationProperty: true microsoft.graph.resultInfo: title: resultInfo type: object @@ -789637,6 +798635,20 @@ components: type: boolean description: Specifies whether the item is locked. Read-write. nullable: true + microsoft.graph.retentionSetting: + title: retentionSetting + type: object + properties: + interval: + type: string + description: The frequency of the backup. + nullable: true + period: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The period of time to retain the protected data for a single Microsoft 365 service. + format: duration + nullable: true microsoft.graph.rgbColor: title: rgbColor type: object @@ -790447,6 +799459,52 @@ components: type: string description: Error Information published by the Federated Service as an xml string. nullable: true + microsoft.graph.serviceStatus: + title: serviceStatus + type: object + properties: + backupServiceConsumer: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' + - type: object + nullable: true + description: 'The type of consumer. The possible values are: unknown, firstparty, thirdparty, unknownFutureValue.' + disableReason: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.disableReason' + - type: object + nullable: true + description: 'The reason the service is disabled. The possible values are: none, controllerServiceAppDeleted, invalidBillingProfile, userRequested, unknownFutureValue.' + gracePeriodDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the grace period. + format: date-time + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + description: Identity of the person who last modified the entity. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Timestamp of the last modification of the entity. + format: date-time + nullable: true + restoreAllowedTillDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the restoration allowed period. + format: date-time + nullable: true + status: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' + - type: object + nullable: true + description: 'Status of the service. This value indicates what capabilities can be used. The possible values are: disabled, enabled, protectionChangeLocked, restoreLocked, unknownFutureValue.' microsoft.graph.serviceUpdateMessageViewpoint: title: serviceUpdateMessageViewpoint type: object @@ -792620,6 +801678,22 @@ components: type: string description: ID of the timeOffReason for this timeOffItem. Required. nullable: true + microsoft.graph.timePeriod: + title: timePeriod + type: object + properties: + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the end of the time period. + format: date-time + nullable: true + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date time of the start of the time period. + format: date-time + nullable: true microsoft.graph.timeRange: title: timeRange type: object @@ -793767,6 +802841,14 @@ components: type: string description: 'Text answer of the virtual event registration question. Appears when answerInputType is text, multilineText or singleChoice.' nullable: true + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true microsoft.graph.visualInfo: title: visualInfo type: object @@ -794723,37 +803805,37 @@ components: properties: allowAutoFilter: type: boolean - description: Represents the worksheet protection option of allowing using auto filter feature. + description: Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. allowDeleteColumns: type: boolean - description: Represents the worksheet protection option of allowing deleting columns. + description: Indicates whether the worksheet protection option to allow deleting columns is enabled. allowDeleteRows: type: boolean - description: Represents the worksheet protection option of allowing deleting rows. + description: Indicates whether the worksheet protection option to allow deleting rows is enabled. allowFormatCells: type: boolean - description: Represents the worksheet protection option of allowing formatting cells. + description: Indicates whether the worksheet protection option to allow formatting cells is enabled. allowFormatColumns: type: boolean - description: Represents the worksheet protection option of allowing formatting columns. + description: Indicates whether the worksheet protection option to allow formatting columns is enabled. allowFormatRows: type: boolean - description: Represents the worksheet protection option of allowing formatting rows. + description: Indicates whether the worksheet protection option to allow formatting rows is enabled. allowInsertColumns: type: boolean - description: Represents the worksheet protection option of allowing inserting columns. + description: Indicates whether the worksheet protection option to allow inserting columns is enabled. allowInsertHyperlinks: type: boolean - description: Represents the worksheet protection option of allowing inserting hyperlinks. + description: Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. allowInsertRows: type: boolean - description: Represents the worksheet protection option of allowing inserting rows. + description: Indicates whether the worksheet protection option to allow inserting rows is enabled. allowPivotTables: type: boolean - description: Represents the worksheet protection option of allowing using pivot table feature. + description: Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. allowSort: type: boolean - description: Represents the worksheet protection option of allowing using sort feature. + description: Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. microsoft.graph.workforceIntegrationEncryption: title: workforceIntegrationEncryption type: object @@ -795505,6 +804587,17 @@ components: - semiAnnual - unknownFutureValue type: string + microsoft.graph.artifactRestoreStatus: + title: artifactRestoreStatus + enum: + - added + - scheduling + - scheduled + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string microsoft.graph.assignmentScheduleFilterByCurrentUserOptions: title: assignmentScheduleFilterByCurrentUserOptions enum: @@ -795794,6 +804887,23 @@ components: - defaultConfiguredIdp - unknownFutureValue type: string + microsoft.graph.backupServiceConsumer: + title: backupServiceConsumer + enum: + - unknown + - firstparty + - thirdparty + - unknownFutureValue + type: string + microsoft.graph.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string microsoft.graph.baseAuthenticationMethod: title: baseAuthenticationMethod enum: @@ -796635,6 +805745,13 @@ components: - approvalStatus - unknownFutureValue type: string + microsoft.graph.communityPrivacy: + title: communityPrivacy + enum: + - public + - private + - unknownFutureValue + type: string microsoft.graph.complianceState: title: complianceState enum: @@ -797089,6 +806206,13 @@ components: - sendToDelegateAndPrincipal - sendToDelegateOnly type: string + microsoft.graph.destinationType: + title: destinationType + enum: + - new + - inPlace + - unknownFutureValue + type: string microsoft.graph.detectedAppPlatformType: title: detectedAppPlatformType enum: @@ -797833,6 +806957,14 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.disableReason: + title: disableReason + enum: + - none + - invalidBillingProfile + - userRequested + - unknownFutureValue + type: string microsoft.graph.diskType: title: diskType enum: @@ -798091,6 +807223,12 @@ components: - trainingReminder - unknownFutureValue type: string + microsoft.graph.engagementAsyncOperationType: + title: engagementAsyncOperationType + enum: + - createCommunity + - unknownFutureValue + type: string microsoft.graph.enrollmentState: title: enrollmentState enum: @@ -801032,6 +810170,34 @@ components: - disabled - unknownFutureValue type: string + microsoft.graph.protectionPolicyStatus: + title: protectionPolicyStatus + enum: + - inactive + - activeWithErrors + - updating + - active + - unknownFutureValue + type: string + microsoft.graph.protectionRuleStatus: + title: protectionRuleStatus + enum: + - draft + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string + microsoft.graph.protectionUnitStatus: + title: protectionUnitStatus + enum: + - protectRequested + - protected + - unprotectRequested + - unprotected + - removeRequested + - unknownFutureValue + type: string microsoft.graph.provisioningAction: title: provisioningAction enum: @@ -801916,6 +811082,39 @@ components: - declined - notResponded type: string + microsoft.graph.restorableArtifact: + title: restorableArtifact + enum: + - message + - unknownFutureValue + type: string + microsoft.graph.restorePointPreference: + title: restorePointPreference + enum: + - latest + - oldest + - unknownFutureValue + type: string + microsoft.graph.restorePointTags: + title: restorePointTags + enum: + - none + - fastRestore + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.restoreSessionStatus: + title: restoreSessionStatus + enum: + - draft + - activating + - active + - completedWithError + - completed + - unknownFutureValue + - failed + type: string microsoft.graph.riskDetail: title: riskDetail enum: @@ -802237,6 +811436,15 @@ components: - auto - unknownFutureValue type: string + microsoft.graph.serviceAppStatus: + title: serviceAppStatus + enum: + - inactive + - active + - pendingActive + - pendingInactive + - unknownFutureValue + type: string microsoft.graph.serviceHealthClassificationType: title: serviceHealthClassificationType enum: @@ -806640,6 +815848,11 @@ components: nullable: true description: 'The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.' x-ms-navigationProperty: true + microsoft.graph.identityGovernance.insights: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: insights + type: object microsoft.graph.identityGovernance.lifecycleManagementSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -806673,6 +815886,13 @@ components: nullable: true description: Deleted workflows in your lifecycle workflows instance. x-ms-navigationProperty: true + insights: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + - type: object + nullable: true + description: The insight container holding workflow insight summaries for a tenant. + x-ms-navigationProperty: true settings: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' taskDefinitions: @@ -807152,6 +816372,17 @@ components: type: integer description: 'The version of the workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.' format: int32 + microsoft.graph.identityGovernance.attributeChangeTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: attributeChangeTrigger + type: object + properties: + triggerAttributes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute' + description: The trigger attribute being changed that triggers the workflowexecutiontrigger of a workflow.) microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration' @@ -807205,6 +816436,25 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.identityGovernance.groupBasedSubjectSet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.subjectSet' + - title: groupBasedSubjectSet + type: object + properties: + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.group' + x-ms-navigationProperty: true + microsoft.graph.identityGovernance.membershipChangeTrigger: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger' + - title: membershipChangeTrigger + type: object + properties: + changeType: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.membershipChangeType' microsoft.graph.identityGovernance.onDemandExecutionOnly: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions' @@ -807316,6 +816566,106 @@ components: format: int32 timeBasedAttribute: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute' + microsoft.graph.identityGovernance.topTasksInsightsSummary: + title: topTasksInsightsSummary + type: object + properties: + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs of the task. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed by the task. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the task. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the task. + format: int32 + taskDefinitionDisplayName: + type: string + description: The name of the task. + taskDefinitionId: + type: string + description: The task ID. + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of the task. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by the task. + format: int32 + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + title: topWorkflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs for workflow. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the workflow. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the workflow. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of workflow. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of users processed by the workflow. + format: int32 + workflowCategory: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowCategory' + workflowDisplayName: + type: string + description: The name of the workflow. + workflowId: + type: string + description: The workflow ID. + workflowVersion: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The version of the workflow that was a top workflow ran. + format: int32 microsoft.graph.identityGovernance.triggerAndScopeBasedConditions: allOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions' @@ -807334,6 +816684,13 @@ components: - type: object nullable: true description: What triggers a workflow to run. + microsoft.graph.identityGovernance.triggerAttribute: + title: triggerAttribute + type: object + properties: + name: + type: string + description: The name of the trigger attribute that is changed to trigger an attributeChangeTrigger workflow. microsoft.graph.identityGovernance.usersProcessingSummary: title: usersProcessingSummary type: object @@ -807403,6 +816760,122 @@ components: microsoft.graph.identityGovernance.workflowExecutionTrigger: title: workflowExecutionTrigger type: object + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + title: workflowsInsightsByCategory + type: object + properties: + failedJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Joiner' workflows processed in a tenant. + format: int32 + failedLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Leaver' workflows processed in a tenant. + format: int32 + failedMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Mover' workflows processed in a tenant. + format: int32 + successfulJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Joiner' workflows processed in a tenant. + format: int32 + successfulLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Leaver' workflows processed in a tenant. + format: int32 + successfulMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Mover' workflows processed in a tenant. + format: int32 + totalJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Joiner' workflows processed in a tenant. + format: int32 + totalLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Leaver' workflows processed in a tenant. + format: int32 + totalMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Mover' workflows processed in a tenant. + format: int32 + microsoft.graph.identityGovernance.workflowsInsightsSummary: + title: workflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed workflow runs processed in the tenant. + format: int32 + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed tasks processed in the tenant. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users processed by workflows in the tenant. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful workflow runs processed in the tenant. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful tasks processed in the tenant. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by workflows in the tenant. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total workflows processed in the tenant. + format: int32 + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total tasks processed by workflows in the tenant. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by workflows in the tenant. + format: int32 microsoft.graph.identityGovernance.customTaskExtensionOperationStatus: title: customTaskExtensionOperationStatus enum: @@ -807439,6 +816912,13 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.identityGovernance.membershipChangeType: + title: membershipChangeType + enum: + - add + - remove + - unknownFutureValue + type: string microsoft.graph.identityGovernance.valueType: title: valueType enum: @@ -807936,7 +817416,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' evidence: type: array items: @@ -814433,6 +823913,193 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.driveProtectionRuleCollectionResponse: + title: Collection of driveProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.driveProtectionUnitCollectionResponse: + title: Collection of driveProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + title: Collection of exchangeProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.exchangeRestoreSessionCollectionResponse: + title: Collection of exchangeRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.mailboxProtectionRuleCollectionResponse: + title: Collection of mailboxProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.mailboxProtectionUnitCollectionResponse: + title: Collection of mailboxProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + title: Collection of oneDriveForBusinessProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + title: Collection of oneDriveForBusinessRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.protectionPolicyBaseCollectionResponse: + title: Collection of protectionPolicyBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.protectionUnitBaseCollectionResponse: + title: Collection of protectionUnitBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.restorePointCollectionResponse: + title: Collection of restorePoint + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.restoreSessionBaseCollectionResponse: + title: Collection of restoreSessionBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.serviceAppCollectionResponse: + title: Collection of serviceApp + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + title: Collection of sharePointProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.sharePointRestoreSessionCollectionResponse: + title: Collection of sharePointRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.siteProtectionRuleCollectionResponse: + title: Collection of siteProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.siteProtectionUnitCollectionResponse: + title: Collection of siteProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.bitlockerRecoveryKeyCollectionResponse: title: Collection of bitlockerRecoveryKey type: object @@ -815995,6 +825662,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.communityCollectionResponse: + title: Collection of community + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.community' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.engagementAsyncOperationCollectionResponse: + title: Collection of engagementAsyncOperation + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperation' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.learningCourseActivityCollectionResponse: title: Collection of learningCourseActivity type: object @@ -816105,6 +825794,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + title: Collection of granularMailboxRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + title: Collection of mailboxRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.fileStorageContainerCollectionResponse: title: Collection of fileStorageContainer type: object @@ -816677,6 +826388,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.driveRestoreArtifactCollectionResponse: + title: Collection of driveRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.notebookCollectionResponse: title: Collection of notebook type: object @@ -817524,6 +827246,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.siteRestoreArtifactCollectionResponse: + title: Collection of siteRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.simulationAutomationRunCollectionResponse: title: Collection of simulationAutomationRun type: object @@ -822045,6 +831778,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.retentionSettingCollectionResponse: + title: Collection of microsoft.graph.retentionSetting + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.assignedLabelCollectionResponse: title: Collection of microsoft.graph.assignedLabel type: object @@ -823332,6 +833076,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.restorePointSearchResultCollectionResponse: + title: Collection of microsoft.graph.restorePointSearchResult + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResult' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.resourceActionCollectionResponse: title: Collection of microsoft.graph.resourceAction type: object @@ -823871,6 +833626,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.identityGovernance.triggerAttributeCollectionResponse: + title: Collection of microsoft.graph.identityGovernance.triggerAttribute + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.partners.billing.blobCollectionResponse: title: Collection of microsoft.graph.partners.billing.blob type: object @@ -824879,6 +834645,108 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBaseCollectionResponse' + microsoft.graph.driveProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRuleCollectionResponse' + microsoft.graph.driveProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitCollectionResponse' + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + microsoft.graph.exchangeRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSessionCollectionResponse' + microsoft.graph.mailboxProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRuleCollectionResponse' + microsoft.graph.mailboxProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitCollectionResponse' + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + microsoft.graph.protectionPolicyBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBaseCollectionResponse' + microsoft.graph.protectionUnitBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBaseCollectionResponse' + microsoft.graph.restorePointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointCollectionResponse' + microsoft.graph.restoreSessionBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBaseCollectionResponse' + microsoft.graph.serviceAppCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceAppCollectionResponse' + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + microsoft.graph.sharePointRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSessionCollectionResponse' + microsoft.graph.siteProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRuleCollectionResponse' + microsoft.graph.siteProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitCollectionResponse' microsoft.graph.bitlockerRecoveryKeyCollectionResponse: description: Retrieved collection content: @@ -825731,6 +835599,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResultCollectionResponse' + microsoft.graph.communityCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.communityCollectionResponse' + microsoft.graph.engagementAsyncOperationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.engagementAsyncOperationCollectionResponse' microsoft.graph.learningCourseActivityCollectionResponse: description: Retrieved collection content: @@ -825791,6 +835671,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequestCollectionResponse' + microsoft.graph.granularMailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifactCollectionResponse' + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactCollectionResponse' microsoft.graph.fileStorageContainerCollectionResponse: description: Retrieved collection content: @@ -826103,6 +835995,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessageCollectionResponse' + microsoft.graph.driveRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactCollectionResponse' microsoft.graph.notebookCollectionResponse: description: Retrieved collection content: @@ -826565,6 +836463,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' + microsoft.graph.siteRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactCollectionResponse' microsoft.graph.simulationAutomationRunCollectionResponse: description: Retrieved collection content: @@ -829031,6 +838935,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.locationCollectionResponse' + microsoft.graph.retentionSettingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.retentionSettingCollectionResponse' microsoft.graph.assignedLabelCollectionResponse: description: Retrieved collection content: @@ -829733,6 +839643,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceAccessCollectionResponse' + microsoft.graph.restorePointSearchResultCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResultCollectionResponse' microsoft.graph.resourceActionCollectionResponse: description: Retrieved collection content: @@ -830027,6 +839943,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.parameterCollectionResponse' + microsoft.graph.identityGovernance.triggerAttributeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.triggerAttributeCollectionResponse' microsoft.graph.partners.billing.blobCollectionResponse: description: Retrieved collection content: @@ -830769,6 +840691,8 @@ components: '@odata.type': microsoft.graph.adminMicrosoft365Apps people: '@odata.type': microsoft.graph.peopleAdminSettings + reportSettings: + '@odata.type': microsoft.graph.adminReportSettings serviceAnnouncement: '@odata.type': microsoft.graph.serviceAnnouncement sharepoint: @@ -830797,6 +840721,9 @@ components: value: installationOptions: '@odata.type': microsoft.graph.m365AppsInstallationOptions + microsoft.graph.adminReportSettings: + value: + displayConcealedNames: 'true' microsoft.graph.agreement: value: acceptances: @@ -831501,6 +841428,44 @@ components: - '@odata.type': microsoft.graph.identityUserFlowAttributeAssignment userFlowIdentityProviders: - '@odata.type': microsoft.graph.identityProviderBase + microsoft.graph.backupRestoreRoot: + value: + driveInclusionRules: + - '@odata.type': microsoft.graph.driveProtectionRule + driveProtectionUnits: + - '@odata.type': microsoft.graph.driveProtectionUnit + exchangeProtectionPolicies: + - '@odata.type': microsoft.graph.exchangeProtectionPolicy + exchangeRestoreSessions: + - '@odata.type': microsoft.graph.exchangeRestoreSession + mailboxInclusionRules: + - '@odata.type': microsoft.graph.mailboxProtectionRule + mailboxProtectionUnits: + - '@odata.type': microsoft.graph.mailboxProtectionUnit + oneDriveForBusinessProtectionPolicies: + - '@odata.type': microsoft.graph.oneDriveForBusinessProtectionPolicy + oneDriveForBusinessRestoreSessions: + - '@odata.type': microsoft.graph.oneDriveForBusinessRestoreSession + protectionPolicies: + - '@odata.type': microsoft.graph.protectionPolicyBase + protectionUnits: + - '@odata.type': microsoft.graph.protectionUnitBase + restorePoints: + - '@odata.type': microsoft.graph.restorePoint + restoreSessions: + - '@odata.type': microsoft.graph.restoreSessionBase + serviceApps: + - '@odata.type': microsoft.graph.serviceApp + serviceStatus: + '@odata.type': microsoft.graph.serviceStatus + sharePointProtectionPolicies: + - '@odata.type': microsoft.graph.sharePointProtectionPolicy + sharePointRestoreSessions: + - '@odata.type': microsoft.graph.sharePointRestoreSession + siteInclusionRules: + - '@odata.type': microsoft.graph.siteProtectionRule + siteProtectionUnits: + - '@odata.type': microsoft.graph.siteProtectionUnit microsoft.graph.baseItem: value: createdBy: @@ -831850,16 +841815,22 @@ components: '@odata.type': microsoft.graph.callTranscriptionInfo microsoft.graph.callRecording: value: + callId: String content: Stream + contentCorrelationId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' meetingId: String meetingOrganizer: '@odata.type': microsoft.graph.identitySet recordingContentUrl: String microsoft.graph.callTranscript: value: + callId: String content: Stream + contentCorrelationId: String createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + endDateTime: '0001-01-01T00:00:00.0000000+00:00' meetingId: String meetingOrganizer: '@odata.type': microsoft.graph.identitySet @@ -832205,6 +842176,17 @@ components: '@odata.type': microsoft.graph.resultInfo status: '@odata.type': microsoft.graph.operationStatus + microsoft.graph.community: + value: + description: String + displayName: String + group: + '@odata.type': microsoft.graph.group + groupId: String + owners: + - '@odata.type': microsoft.graph.user + privacy: + '@odata.type': microsoft.graph.communityPrivacy microsoft.graph.companySubscription: value: commerceSubscriptionId: String @@ -833405,6 +843387,19 @@ components: value: content: Stream size: '0' + microsoft.graph.driveProtectionRule: + value: + driveExpression: String + microsoft.graph.driveProtectionUnit: + value: + directoryObjectId: String + displayName: String + email: String + microsoft.graph.driveRestoreArtifact: + value: + restoredSiteId: String + restoredSiteName: String + restoredSiteWebUrl: String microsoft.graph.eBookInstallSummary: value: failedDeviceCount: '0' @@ -833748,6 +843743,10 @@ components: recipientEmail: String microsoft.graph.employeeExperience: value: + communities: + - '@odata.type': microsoft.graph.community + engagementAsyncOperations: + - '@odata.type': microsoft.graph.engagementAsyncOperation learningCourseActivities: - '@odata.type': microsoft.graph.learningCourseActivity learningProviders: @@ -833792,6 +843791,11 @@ components: sentFrom: '@odata.type': microsoft.graph.emailIdentity subject: String + microsoft.graph.engagementAsyncOperation: + value: + operationType: + '@odata.type': microsoft.graph.engagementAsyncOperationType + resourceId: String microsoft.graph.enrollmentConfigurationAssignment: value: target: @@ -833955,6 +843959,18 @@ components: '@odata.type': microsoft.graph.timeSlot responseType: '@odata.type': microsoft.graph.responseType + microsoft.graph.exchangeProtectionPolicy: + value: + mailboxInclusionRules: + - '@odata.type': microsoft.graph.mailboxProtectionRule + mailboxProtectionUnits: + - '@odata.type': microsoft.graph.mailboxProtectionUnit + microsoft.graph.exchangeRestoreSession: + value: + granularMailboxRestoreArtifacts: + - '@odata.type': microsoft.graph.granularMailboxRestoreArtifact + mailboxRestoreArtifacts: + - '@odata.type': microsoft.graph.mailboxRestoreArtifact microsoft.graph.extension: { } microsoft.graph.extensionProperty: value: @@ -834057,6 +844073,10 @@ components: microsoft.graph.governanceInsight: value: insightCreatedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.granularMailboxRestoreArtifact: + value: + artifactCount: '0' + searchResponseId: String microsoft.graph.group: value: acceptedSenders: @@ -834943,6 +844963,18 @@ components: '@odata.type': microsoft.graph.mailDestinationRoutingReason messageUri: String recipientEmail: String + microsoft.graph.mailboxProtectionRule: + value: + mailboxExpression: String + microsoft.graph.mailboxProtectionUnit: + value: + directoryObjectId: String + displayName: String + email: String + microsoft.graph.mailboxRestoreArtifact: + value: + restoredFolderId: String + restoredFolderName: String microsoft.graph.mailFolder: value: childFolderCount: '0' @@ -835602,6 +845634,16 @@ components: value: handler: '@odata.type': microsoft.graph.onAuthenticationMethodLoadStartHandler + microsoft.graph.oneDriveForBusinessProtectionPolicy: + value: + driveInclusionRules: + - '@odata.type': microsoft.graph.driveProtectionRule + driveProtectionUnits: + - '@odata.type': microsoft.graph.driveProtectionUnit + microsoft.graph.oneDriveForBusinessRestoreSession: + value: + driveRestoreArtifacts: + - '@odata.type': microsoft.graph.driveRestoreArtifact microsoft.graph.onenote: value: notebooks: @@ -836537,6 +846579,45 @@ components: microsoft.graph.pronounsSettings: value: isEnabledInOrganization: 'true' + microsoft.graph.protectionPolicyBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + displayName: String + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + retentionSettings: + - '@odata.type': microsoft.graph.retentionSetting + status: + '@odata.type': microsoft.graph.protectionPolicyStatus + microsoft.graph.protectionRuleBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + isAutoApplyEnabled: 'true' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.protectionRuleStatus + microsoft.graph.protectionUnitBase: + value: + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + policyId: String + status: + '@odata.type': microsoft.graph.protectionUnitStatus microsoft.graph.provisioningObjectSummary: value: activityDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -836659,6 +846740,39 @@ components: permission: String permissionType: String resourceAppId: String + microsoft.graph.restoreArtifactBase: + value: + completionDateTime: '0001-01-01T00:00:00.0000000+00:00' + destinationType: + '@odata.type': microsoft.graph.destinationType + error: + '@odata.type': microsoft.graph.publicError + restorePoint: + '@odata.type': microsoft.graph.restorePoint + startDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.artifactRestoreStatus + microsoft.graph.restorePoint: + value: + expirationDateTime: '0001-01-01T00:00:00.0000000+00:00' + protectionDateTime: '0001-01-01T00:00:00.0000000+00:00' + protectionUnit: + '@odata.type': microsoft.graph.protectionUnitBase + tags: + '@odata.type': microsoft.graph.restorePointTags + microsoft.graph.restoreSessionBase: + value: + completedDateTime: '0001-01-01T00:00:00.0000000+00:00' + createdBy: + '@odata.type': microsoft.graph.identitySet + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + error: + '@odata.type': microsoft.graph.publicError + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.restoreSessionStatus microsoft.graph.richLongRunningOperation: value: error: @@ -836975,6 +847089,17 @@ components: lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' startDateTime: '0001-01-01T00:00:00.0000000+00:00' title: String + microsoft.graph.serviceApp: + value: + application: + '@odata.type': microsoft.graph.identity + effectiveDateTime: '0001-01-01T00:00:00.0000000+00:00' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + registrationDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.serviceAppStatus microsoft.graph.serviceHealth: value: issues: @@ -837203,6 +847328,16 @@ components: value: settings: '@odata.type': microsoft.graph.sharepointSettings + microsoft.graph.sharePointProtectionPolicy: + value: + siteInclusionRules: + - '@odata.type': microsoft.graph.siteProtectionRule + siteProtectionUnits: + - '@odata.type': microsoft.graph.siteProtectionUnit + microsoft.graph.sharePointRestoreSession: + value: + siteRestoreArtifacts: + - '@odata.type': microsoft.graph.siteRestoreArtifact microsoft.graph.sharepointSettings: value: allowedDomainGuidsForSyncApp: @@ -837415,6 +847550,19 @@ components: '@odata.type': microsoft.graph.titleArea webParts: - '@odata.type': microsoft.graph.webPart + microsoft.graph.siteProtectionRule: + value: + siteExpression: String + microsoft.graph.siteProtectionUnit: + value: + siteId: String + siteName: String + siteWebUrl: String + microsoft.graph.siteRestoreArtifact: + value: + restoredSiteId: String + restoredSiteName: String + restoredSiteWebUrl: String microsoft.graph.skypeForBusinessUserConversationMember: value: tenantId: String @@ -837460,6 +847608,8 @@ components: unknownUserCount: '0' microsoft.graph.solutionsRoot: value: + backupRestore: + '@odata.type': microsoft.graph.backupRestoreRoot bookingBusinesses: - '@odata.type': microsoft.graph.bookingBusiness bookingCurrencies: @@ -838849,6 +848999,8 @@ components: - '@odata.type': microsoft.graph.virtualEventPresenter sessions: - '@odata.type': microsoft.graph.virtualEventSession + settings: + '@odata.type': microsoft.graph.virtualEventSettings startDateTime: '@odata.type': microsoft.graph.dateTimeTimeZone status: @@ -840502,6 +850654,11 @@ components: printerName: String processingState: '@odata.type': microsoft.graph.printJobProcessingState + microsoft.graph.artifactQuery: + value: + artifactType: + '@odata.type': microsoft.graph.restorableArtifact + queryExpression: String microsoft.graph.assignedLabel: value: displayName: String @@ -844113,6 +854270,18 @@ components: '@odata.type': microsoft.graph.responseType time: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.restoreAction: { } + microsoft.graph.restorePointSearchResponse: + value: + noResultProtectionUnitIds: + - String + searchResponseId: String + searchResults: + - '@odata.type': microsoft.graph.restorePointSearchResult + microsoft.graph.restorePointSearchResult: + value: + artifactHitCount: '0' + restorePoint: + '@odata.type': microsoft.graph.restorePoint microsoft.graph.resultInfo: value: code: '0' @@ -844135,6 +854304,10 @@ components: isLabelUpdateAllowed: 'true' isMetadataUpdateAllowed: 'true' isRecordLocked: 'true' + microsoft.graph.retentionSetting: + value: + interval: String + period: Duration microsoft.graph.rgbColor: value: b: AA== @@ -844399,6 +854572,19 @@ components: microsoft.graph.serviceProvisioningXmlError: value: errorDetail: String + microsoft.graph.serviceStatus: + value: + backupServiceConsumer: + '@odata.type': microsoft.graph.backupServiceConsumer + disableReason: + '@odata.type': microsoft.graph.disableReason + gracePeriodDateTime: '0001-01-01T00:00:00.0000000+00:00' + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + restoreAllowedTillDateTime: '0001-01-01T00:00:00.0000000+00:00' + status: + '@odata.type': microsoft.graph.backupServiceStatus microsoft.graph.serviceUpdateMessageViewpoint: value: isArchived: 'true' @@ -845053,6 +855239,10 @@ components: microsoft.graph.timeOffItem: value: timeOffReasonId: String + microsoft.graph.timePeriod: + value: + endDateTime: '0001-01-01T00:00:00.0000000+00:00' + startDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.timeRange: value: endTime: TimeOfDay (timestamp) @@ -845395,6 +855585,9 @@ components: - String questionId: String value: String + microsoft.graph.virtualEventSettings: + value: + isAttendeeEmailNotificationEnabled: 'true' microsoft.graph.visualInfo: value: attribution: @@ -846164,6 +856357,7 @@ components: lastModifiedBy: '@odata.type': microsoft.graph.user lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.identityGovernance.insights: { } microsoft.graph.identityGovernance.lifecycleManagementSettings: value: emailSettings: @@ -846175,6 +856369,8 @@ components: - '@odata.type': microsoft.graph.identityGovernance.customTaskExtension deletedItems: '@odata.type': microsoft.graph.deletedItemContainer + insights: + '@odata.type': microsoft.graph.identityGovernance.insights settings: '@odata.type': microsoft.graph.identityGovernance.lifecycleManagementSettings taskDefinitions: @@ -846321,6 +856517,10 @@ components: microsoft.graph.identityGovernance.workflowVersion: value: versionNumber: '0' + microsoft.graph.identityGovernance.attributeChangeTrigger: + value: + triggerAttributes: + - '@odata.type': microsoft.graph.identityGovernance.triggerAttribute microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration: value: authorizedApps: @@ -846339,6 +856539,14 @@ components: '@odata.type': microsoft.graph.identityGovernance.taskProcessingResult workflow: '@odata.type': microsoft.graph.identityGovernance.workflow + microsoft.graph.identityGovernance.groupBasedSubjectSet: + value: + groups: + - '@odata.type': microsoft.graph.group + microsoft.graph.identityGovernance.membershipChangeTrigger: + value: + changeType: + '@odata.type': microsoft.graph.identityGovernance.membershipChangeType microsoft.graph.identityGovernance.onDemandExecutionOnly: { } microsoft.graph.identityGovernance.parameter: value: @@ -846369,12 +856577,38 @@ components: offsetInDays: '0' timeBasedAttribute: '@odata.type': microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute + microsoft.graph.identityGovernance.topTasksInsightsSummary: + value: + failedTasks: '0' + failedUsers: '0' + successfulTasks: '0' + successfulUsers: '0' + taskDefinitionDisplayName: String + taskDefinitionId: String + totalTasks: '0' + totalUsers: '0' + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + value: + failedRuns: '0' + failedUsers: '0' + successfulRuns: '0' + successfulUsers: '0' + totalRuns: '0' + totalUsers: '0' + workflowCategory: + '@odata.type': microsoft.graph.identityGovernance.lifecycleWorkflowCategory + workflowDisplayName: String + workflowId: String + workflowVersion: '0' microsoft.graph.identityGovernance.triggerAndScopeBasedConditions: value: scope: '@odata.type': microsoft.graph.subjectSet trigger: '@odata.type': microsoft.graph.identityGovernance.workflowExecutionTrigger + microsoft.graph.identityGovernance.triggerAttribute: + value: + name: String microsoft.graph.identityGovernance.usersProcessingSummary: value: failedTasks: '0' @@ -846391,6 +856625,28 @@ components: totalUsers: '0' microsoft.graph.identityGovernance.workflowExecutionConditions: { } microsoft.graph.identityGovernance.workflowExecutionTrigger: { } + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + value: + failedJoinerRuns: '0' + failedLeaverRuns: '0' + failedMoverRuns: '0' + successfulJoinerRuns: '0' + successfulLeaverRuns: '0' + successfulMoverRuns: '0' + totalJoinerRuns: '0' + totalLeaverRuns: '0' + totalMoverRuns: '0' + microsoft.graph.identityGovernance.workflowsInsightsSummary: + value: + failedRuns: '0' + failedTasks: '0' + failedUsers: '0' + successfulRuns: '0' + successfulTasks: '0' + successfulUsers: '0' + totalRuns: '0' + totalTasks: '0' + totalUsers: '0' microsoft.graph.partners.billing.azureUsage: value: billed: @@ -848151,6 +858407,8 @@ tags: x-ms-docs-toc-type: page - name: admin.peopleAdminSettings x-ms-docs-toc-type: page + - name: admin.adminReportSettings + x-ms-docs-toc-type: page - name: admin.serviceAnnouncement x-ms-docs-toc-type: page - name: admin.Functions @@ -848537,6 +858795,10 @@ tags: x-ms-docs-toc-type: page - name: employeeExperience.employeeExperience x-ms-docs-toc-type: page + - name: employeeExperience.community + x-ms-docs-toc-type: page + - name: employeeExperience.engagementAsyncOperation + x-ms-docs-toc-type: page - name: employeeExperience.learningCourseActivity x-ms-docs-toc-type: page - name: employeeExperience.learningProvider @@ -849009,10 +859271,12 @@ tags: x-ms-docs-toc-type: page - name: solutions.solutionsRoot x-ms-docs-toc-type: page - - name: solutions.bookingBusiness + - name: solutions.backupRestoreRoot x-ms-docs-toc-type: page - name: solutions.Actions x-ms-docs-toc-type: container + - name: solutions.bookingBusiness + x-ms-docs-toc-type: page - name: solutions.bookingCurrency x-ms-docs-toc-type: page - name: solutions.virtualEventsRoot